PropertySetOracleDatabaseExternalAuthenticationIdentityProviderNone¶
-
class
oci.database_tools_runtime.models.PropertySetOracleDatabaseExternalAuthenticationIdentityProviderNone(**kwargs)¶ Bases:
oci.database_tools_runtime.models.property_set_oracle_database_external_authentication_identity_provider.PropertySetOracleDatabaseExternalAuthenticationIdentityProviderExternal identity provider value used to disable external authentication
Attributes
TYPE_AZURE_ADstr(object=’’) -> str TYPE_NONEstr(object=’’) -> str TYPE_OCI_IAMstr(object=’’) -> str type[Required] Gets the type of this PropertySetOracleDatabaseExternalAuthenticationIdentityProvider. Methods
__init__(**kwargs)Initializes a new PropertySetOracleDatabaseExternalAuthenticationIdentityProviderNone 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. -
TYPE_AZURE_AD= 'AZURE_AD'¶
-
TYPE_NONE= 'NONE'¶
-
TYPE_OCI_IAM= 'OCI_IAM'¶
-
__init__(**kwargs)¶ Initializes a new PropertySetOracleDatabaseExternalAuthenticationIdentityProviderNone object with values from keyword arguments. The default value of the
typeattribute of this class isNONEand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: type (str) – The value to assign to the type property of this PropertySetOracleDatabaseExternalAuthenticationIdentityProviderNone. Allowed values for this property are: “OCI_IAM”, “AZURE_AD”, “NONE”
-
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.
-
type¶ [Required] Gets the type of this PropertySetOracleDatabaseExternalAuthenticationIdentityProvider. External identity type provider. Supported values - OCI_IAM, AZURE_AD, NONE.
Allowed values for this property are: “OCI_IAM”, “AZURE_AD”, “NONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this PropertySetOracleDatabaseExternalAuthenticationIdentityProvider. Return type: str
-