PropertySetOracleDatabaseExternalAuthentication¶
-
class
oci.database_tools_runtime.models.PropertySetOracleDatabaseExternalAuthentication(**kwargs)¶ Bases:
oci.database_tools_runtime.models.property_set.PropertySetContains the details of Oracle Database External Authentication property set
Attributes
KEY_APEXstr(object=’’) -> str KEY_APEX_DOCUMENT_GENERATORstr(object=’’) -> str KEY_APEX_FA_INTEGRATIONstr(object=’’) -> str KEY_ORACLE_DATABASE_EXTERNAL_AUTHENTICATIONstr(object=’’) -> str identity_providerGets the identity_provider of this PropertySetOracleDatabaseExternalAuthentication. is_mutable[Required] Gets the is_mutable of this PropertySet. key[Required] Gets the key of this PropertySet. Methods
__init__(**kwargs)Initializes a new PropertySetOracleDatabaseExternalAuthentication 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. -
KEY_APEX= 'APEX'¶
-
KEY_APEX_DOCUMENT_GENERATOR= 'APEX_DOCUMENT_GENERATOR'¶
-
KEY_APEX_FA_INTEGRATION= 'APEX_FA_INTEGRATION'¶
-
KEY_ORACLE_DATABASE_EXTERNAL_AUTHENTICATION= 'ORACLE_DATABASE_EXTERNAL_AUTHENTICATION'¶
-
__init__(**kwargs)¶ Initializes a new PropertySetOracleDatabaseExternalAuthentication object with values from keyword arguments. The default value of the
keyattribute of this class isORACLE_DATABASE_EXTERNAL_AUTHENTICATIONand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - key (str) – The value to assign to the key property of this PropertySetOracleDatabaseExternalAuthentication. Allowed values for this property are: “APEX_DOCUMENT_GENERATOR”, “APEX”, “APEX_FA_INTEGRATION”, “ORACLE_DATABASE_EXTERNAL_AUTHENTICATION”
- is_mutable (bool) – The value to assign to the is_mutable property of this PropertySetOracleDatabaseExternalAuthentication.
- identity_provider (oci.database_tools_runtime.models.PropertySetOracleDatabaseExternalAuthenticationIdentityProvider) – The value to assign to the identity_provider property of this PropertySetOracleDatabaseExternalAuthentication.
-
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.
-
identity_provider¶ Gets the identity_provider of this PropertySetOracleDatabaseExternalAuthentication.
Returns: The identity_provider of this PropertySetOracleDatabaseExternalAuthentication. Return type: oci.database_tools_runtime.models.PropertySetOracleDatabaseExternalAuthenticationIdentityProvider
-
is_mutable¶ [Required] Gets the is_mutable of this PropertySet. Indicates whether the property set is mutable or not
Returns: The is_mutable of this PropertySet. Return type: bool
-
key¶ [Required] Gets the key of this PropertySet. The name of the property set
Allowed values for this property are: “APEX_DOCUMENT_GENERATOR”, “APEX”, “APEX_FA_INTEGRATION”, “ORACLE_DATABASE_EXTERNAL_AUTHENTICATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The key of this PropertySet. Return type: str
-