OracleManagedKeyDetails¶
- 
class oci.database.models.OracleManagedKeyDetails(**kwargs)¶
- Bases: - oci.database.models.autonomous_database_encryption_key_details.AutonomousDatabaseEncryptionKeyDetails- Details for Oracle-managed 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 - provider- Gets the provider of this AutonomousDatabaseEncryptionKeyDetails. - Methods - __init__(**kwargs)- Initializes a new OracleManagedKeyDetails 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 OracleManagedKeyDetails object with values from keyword arguments. The default value of the - providerattribute of this class is- ORACLE_MANAGEDand 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 OracleManagedKeyDetails. Allowed values for this property are: “AWS”, “AZURE”, “OCI”, “ORACLE_MANAGED”, “OKV” 
 - 
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. 
 - 
provider¶
- Gets the provider of this AutonomousDatabaseEncryptionKeyDetails. The provider for the Autonomous AI 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 
 
-