AzureKeyDetails¶
-
class
oci.database.models.
AzureKeyDetails
(**kwargs)¶ Bases:
oci.database.models.autonomous_database_encryption_key_details.AutonomousDatabaseEncryptionKeyDetails
Details for Azure encryption key.
Attributes
PROVIDER_AWS
str(object=’’) -> str PROVIDER_AZURE
str(object=’’) -> str PROVIDER_OCI
str(object=’’) -> str PROVIDER_OKV
str(object=’’) -> str PROVIDER_ORACLE_MANAGED
str(object=’’) -> str key_name
[Required] Gets the key_name of this AzureKeyDetails. provider
Gets the provider of this AutonomousDatabaseEncryptionKeyDetails. vault_uri
[Required] Gets the vault_uri of this AzureKeyDetails. Methods
__init__
(**kwargs)Initializes a new AzureKeyDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
PROVIDER_AWS
= 'AWS'¶
-
PROVIDER_AZURE
= 'AZURE'¶
-
PROVIDER_OCI
= 'OCI'¶
-
PROVIDER_OKV
= 'OKV'¶
-
PROVIDER_ORACLE_MANAGED
= 'ORACLE_MANAGED'¶
-
__init__
(**kwargs)¶ Initializes a new AzureKeyDetails object with values from keyword arguments. The default value of the
provider
attribute of this class isAZURE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - provider (str) – The value to assign to the provider property of this AzureKeyDetails. Allowed values for this property are: “AWS”, “AZURE”, “OCI”, “ORACLE_MANAGED”, “OKV”
- vault_uri (str) – The value to assign to the vault_uri property of this AzureKeyDetails.
- key_name (str) – The value to assign to the key_name property of this AzureKeyDetails.
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
key_name
¶ [Required] Gets the key_name of this AzureKeyDetails. Azure key name
Returns: The key_name of this AzureKeyDetails. Return type: str
-
provider
¶ Gets the provider of this AutonomousDatabaseEncryptionKeyDetails. The provider for the Autonomous Database encryption key.
Allowed values for this property are: “AWS”, “AZURE”, “OCI”, “ORACLE_MANAGED”, “OKV”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The provider of this AutonomousDatabaseEncryptionKeyDetails. Return type: str
-
vault_uri
¶ [Required] Gets the vault_uri of this AzureKeyDetails. Azure vault URI
Returns: The vault_uri of this AzureKeyDetails. Return type: str
-