BdsCertificateConfigurationSummary¶
-
class
oci.bds.models.BdsCertificateConfigurationSummary(**kwargs)¶ Bases:
objectSummary details of the BDS certificate configuration.
Methods
__init__(**kwargs)Initializes a new BdsCertificateConfigurationSummary object with values from keyword arguments. Attributes
bds_instance_idGets the bds_instance_id of this BdsCertificateConfigurationSummary. certificate_authority_idGets the certificate_authority_id of this BdsCertificateConfigurationSummary. compartment_idGets the compartment_id of this BdsCertificateConfigurationSummary. defined_tagsGets the defined_tags of this BdsCertificateConfigurationSummary. display_nameGets the display_name of this BdsCertificateConfigurationSummary. freeform_tagsGets the freeform_tags of this BdsCertificateConfigurationSummary. id[Required] Gets the id of this BdsCertificateConfigurationSummary. is_default_configuration[Required] Gets the is_default_configuration of this BdsCertificateConfigurationSummary. lifecycle_state[Required] Gets the lifecycle_state of this BdsCertificateConfigurationSummary. time_createdGets the time_created of this BdsCertificateConfigurationSummary. time_last_refreshed_or_generatedGets the time_last_refreshed_or_generated of this BdsCertificateConfigurationSummary. time_updatedGets the time_updated of this BdsCertificateConfigurationSummary. type[Required] Gets the type of this BdsCertificateConfigurationSummary. -
__init__(**kwargs)¶ Initializes a new BdsCertificateConfigurationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - bds_instance_id (str) – The value to assign to the bds_instance_id property of this BdsCertificateConfigurationSummary.
- id (str) – The value to assign to the id property of this BdsCertificateConfigurationSummary.
- certificate_authority_id (str) – The value to assign to the certificate_authority_id property of this BdsCertificateConfigurationSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this BdsCertificateConfigurationSummary.
- display_name (str) – The value to assign to the display_name property of this BdsCertificateConfigurationSummary.
- time_last_refreshed_or_generated (datetime) – The value to assign to the time_last_refreshed_or_generated property of this BdsCertificateConfigurationSummary.
- time_created (datetime) – The value to assign to the time_created property of this BdsCertificateConfigurationSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this BdsCertificateConfigurationSummary.
- type (str) – The value to assign to the type property of this BdsCertificateConfigurationSummary.
- is_default_configuration (bool) – The value to assign to the is_default_configuration property of this BdsCertificateConfigurationSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this BdsCertificateConfigurationSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this BdsCertificateConfigurationSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this BdsCertificateConfigurationSummary.
-
bds_instance_id¶ Gets the bds_instance_id of this BdsCertificateConfigurationSummary. The OCID of the bdsInstance which is the parent resource id.
Returns: The bds_instance_id of this BdsCertificateConfigurationSummary. Return type: str
Gets the certificate_authority_id of this BdsCertificateConfigurationSummary. The OCID of the certificate authority which is associated with this certificate configuration. The value is Null when this BDS certificate configuration type is SELF_SIGNED.
Returns: The certificate_authority_id of this BdsCertificateConfigurationSummary. Return type: str
-
compartment_id¶ Gets the compartment_id of this BdsCertificateConfigurationSummary. The OCID of the compartment of the certificate authority connecting to this certificate configuration.
Returns: The compartment_id of this BdsCertificateConfigurationSummary. Return type: str
Gets the defined_tags of this BdsCertificateConfigurationSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For example, {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this BdsCertificateConfigurationSummary. Return type: dict(str, dict(str, object))
-
display_name¶ Gets the display_name of this BdsCertificateConfigurationSummary. The display name of BDS certificate configuration.
Returns: The display_name of this BdsCertificateConfigurationSummary. Return type: str
Gets the freeform_tags of this BdsCertificateConfigurationSummary. Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example, {“bar-key”: “value”}
Returns: The freeform_tags of this BdsCertificateConfigurationSummary. Return type: dict(str, str)
-
id¶ [Required] Gets the id of this BdsCertificateConfigurationSummary. The ID of the BDS certificate configuration defined under BDS resources, not OCID.
Returns: The id of this BdsCertificateConfigurationSummary. Return type: str
-
is_default_configuration¶ [Required] Gets the is_default_configuration of this BdsCertificateConfigurationSummary. If this BDS certificate configuration is a default configuration or not. There will be only one Default certificate configuration per BDS cluster.
Returns: The is_default_configuration of this BdsCertificateConfigurationSummary. Return type: bool
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this BdsCertificateConfigurationSummary. The lifecycle status of the BDS certificate configuration.
Returns: The lifecycle_state of this BdsCertificateConfigurationSummary. Return type: str
-
time_created¶ Gets the time_created of this BdsCertificateConfigurationSummary. The time when the BDS certificate configuration was created, shown as an RFC 3339 formatted datetime string.
Returns: The time_created of this BdsCertificateConfigurationSummary. Return type: datetime
-
time_last_refreshed_or_generated¶ Gets the time_last_refreshed_or_generated of this BdsCertificateConfigurationSummary. The last time the BDS certificate configuration was used to generate or renew the certificate(s).
Returns: The time_last_refreshed_or_generated of this BdsCertificateConfigurationSummary. Return type: datetime
-
time_updated¶ Gets the time_updated of this BdsCertificateConfigurationSummary. The time the BDS certificate configuration was updated, shown as an RFC 3339 formatted datetime string.
Returns: The time_updated of this BdsCertificateConfigurationSummary. Return type: datetime
-
type¶ [Required] Gets the type of this BdsCertificateConfigurationSummary. The type of the BDS certificate configuration, also the type of the BDS certificates which will be generated by the BDS certificate configuration.
Returns: The type of this BdsCertificateConfigurationSummary. Return type: str
-