OracleDbAzureKeySummary¶
-
class
oci.dbmulticloud.models.
OracleDbAzureKeySummary
(**kwargs)¶ Bases:
object
Oracle DB Azure Key Resource Summary.
Methods
__init__
(**kwargs)Initializes a new OracleDbAzureKeySummary object with values from keyword arguments. Attributes
azure_key_id
Gets the azure_key_id of this OracleDbAzureKeySummary. compartment_id
Gets the compartment_id of this OracleDbAzureKeySummary. defined_tags
Gets the defined_tags of this OracleDbAzureKeySummary. display_name
Gets the display_name of this OracleDbAzureKeySummary. freeform_tags
Gets the freeform_tags of this OracleDbAzureKeySummary. id
Gets the id of this OracleDbAzureKeySummary. last_modification
Gets the last_modification of this OracleDbAzureKeySummary. lifecycle_state
Gets the lifecycle_state of this OracleDbAzureKeySummary. lifecycle_state_details
Gets the lifecycle_state_details of this OracleDbAzureKeySummary. oracle_db_azure_vault_id
Gets the oracle_db_azure_vault_id of this OracleDbAzureKeySummary. system_tags
Gets the system_tags of this OracleDbAzureKeySummary. time_created
Gets the time_created of this OracleDbAzureKeySummary. time_updated
Gets the time_updated of this OracleDbAzureKeySummary. -
__init__
(**kwargs)¶ Initializes a new OracleDbAzureKeySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this OracleDbAzureKeySummary.
- display_name (str) – The value to assign to the display_name property of this OracleDbAzureKeySummary.
- compartment_id (str) – The value to assign to the compartment_id property of this OracleDbAzureKeySummary.
- azure_key_id (str) – The value to assign to the azure_key_id property of this OracleDbAzureKeySummary.
- oracle_db_azure_vault_id (str) – The value to assign to the oracle_db_azure_vault_id property of this OracleDbAzureKeySummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this OracleDbAzureKeySummary.
- lifecycle_state_details (str) – The value to assign to the lifecycle_state_details property of this OracleDbAzureKeySummary.
- time_created (datetime) – The value to assign to the time_created property of this OracleDbAzureKeySummary.
- time_updated (datetime) – The value to assign to the time_updated property of this OracleDbAzureKeySummary.
- last_modification (str) – The value to assign to the last_modification property of this OracleDbAzureKeySummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OracleDbAzureKeySummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OracleDbAzureKeySummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OracleDbAzureKeySummary.
-
azure_key_id
¶ Gets the azure_key_id of this OracleDbAzureKeySummary. The Azure ID of the Azure Key, Azure Key URL.
Returns: The azure_key_id of this OracleDbAzureKeySummary. Return type: str
-
compartment_id
¶ Gets the compartment_id of this OracleDbAzureKeySummary. The OCID of the compartment contains Oracle DB Azure Vault Key Resource.
Returns: The compartment_id of this OracleDbAzureKeySummary. Return type: str
Gets the defined_tags of this OracleDbAzureKeySummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this OracleDbAzureKeySummary. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this OracleDbAzureKeySummary. Oracle DB Azure Vault Key resource name.
Returns: The display_name of this OracleDbAzureKeySummary. Return type: str
Gets the freeform_tags of this OracleDbAzureKeySummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this OracleDbAzureKeySummary. Return type: dict(str, str)
-
id
¶ Gets the id of this OracleDbAzureKeySummary. The OCID for the Oracle DB Azure Vault Key.
Returns: The id of this OracleDbAzureKeySummary. Return type: str
-
last_modification
¶ Gets the last_modification of this OracleDbAzureKeySummary. Description of the latest modification of the Oracle DB Azure Vault Resource.
Returns: The last_modification of this OracleDbAzureKeySummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this OracleDbAzureKeySummary. The current lifecycle state of the Oracle DB Azure Vault Key Resource.
Returns: The lifecycle_state of this OracleDbAzureKeySummary. Return type: str
-
lifecycle_state_details
¶ Gets the lifecycle_state_details of this OracleDbAzureKeySummary. Description of the current lifecycle state in more detail.
Returns: The lifecycle_state_details of this OracleDbAzureKeySummary. Return type: str
-
oracle_db_azure_vault_id
¶ Gets the oracle_db_azure_vault_id of this OracleDbAzureKeySummary. The OCID of the Oracle DB Azure Vault Resource.
Returns: The oracle_db_azure_vault_id of this OracleDbAzureKeySummary. Return type: str
Gets the system_tags of this OracleDbAzureKeySummary. System tags for this resource. Each key is predefined and scoped to a namespace.
Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this OracleDbAzureKeySummary. Return type: dict(str, dict(str, object))
-