EnabledKerberosAuthDetails¶
-
class
oci.psql.models.EnabledKerberosAuthDetails(**kwargs)¶ Bases:
oci.psql.models.kerberos_auth_details.KerberosAuthDetailsEnable or Update Existing Kerberos Authentication for the database system.
Attributes
KIND_DISABLEDstr(object=’’) -> str KIND_ENABLEDstr(object=’’) -> str backup_credentialsGets the backup_credentials of this EnabledKerberosAuthDetails. credentials[Required] Gets the credentials of this EnabledKerberosAuthDetails. kind[Required] Gets the kind of this KerberosAuthDetails. Methods
__init__(**kwargs)Initializes a new EnabledKerberosAuthDetails 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. -
KIND_DISABLED= 'DISABLED'¶
-
KIND_ENABLED= 'ENABLED'¶
-
__init__(**kwargs)¶ Initializes a new EnabledKerberosAuthDetails object with values from keyword arguments. The default value of the
kindattribute of this class isENABLEDand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - kind (str) – The value to assign to the kind property of this EnabledKerberosAuthDetails. Allowed values for this property are: “ENABLED”, “DISABLED”
- credentials (list[oci.psql.models.KerberosCredential]) – The value to assign to the credentials property of this EnabledKerberosAuthDetails.
- backup_credentials (list[oci.psql.models.KerberosCredential]) – The value to assign to the backup_credentials property of this EnabledKerberosAuthDetails.
-
backup_credentials¶ Gets the backup_credentials of this EnabledKerberosAuthDetails. Optional. List of Kerberos Credentials previously configured for the dbsystem. Currently supports only one entry.
Returns: The backup_credentials of this EnabledKerberosAuthDetails. Return type: list[oci.psql.models.KerberosCredential]
-
credentials¶ [Required] Gets the credentials of this EnabledKerberosAuthDetails. List of Kerberos Credentials to be configured for the dbsystem. Currently supports only one entry.
Returns: The credentials of this EnabledKerberosAuthDetails. Return type: list[oci.psql.models.KerberosCredential]
-
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.
-
kind¶ [Required] Gets the kind of this KerberosAuthDetails. Specifies the management of Kerberos Authentication for the dbSystem.
Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The kind of this KerberosAuthDetails. Return type: str
-