DisabledKerberosAuthDetails¶
-
class
oci.psql.models.DisabledKerberosAuthDetails(**kwargs)¶ Bases:
oci.psql.models.kerberos_auth_details.KerberosAuthDetailsDisable Kerberos Authentication for the database system.
Attributes
KIND_DISABLEDstr(object=’’) -> str KIND_ENABLEDstr(object=’’) -> str kind[Required] Gets the kind of this KerberosAuthDetails. Methods
__init__(**kwargs)Initializes a new DisabledKerberosAuthDetails 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 DisabledKerberosAuthDetails object with values from keyword arguments. The default value of the
kindattribute of this class isDISABLEDand 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 DisabledKerberosAuthDetails. Allowed values for this property are: “ENABLED”, “DISABLED”
-
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
-