PropertySetOracleDatabaseExternalAuthenticationIdentityProviderAzureAd¶
-
class
oci.database_tools_runtime.models.PropertySetOracleDatabaseExternalAuthenticationIdentityProviderAzureAd(**kwargs)¶ Bases:
oci.database_tools_runtime.models.property_set_oracle_database_external_authentication_identity_provider.PropertySetOracleDatabaseExternalAuthenticationIdentityProviderExternal identity provider for AZURE_AD
Attributes
TYPE_AZURE_ADstr(object=’’) -> str TYPE_NONEstr(object=’’) -> str TYPE_OCI_IAMstr(object=’’) -> str configs[Required] Gets the configs of this PropertySetOracleDatabaseExternalAuthenticationIdentityProviderAzureAd. type[Required] Gets the type of this PropertySetOracleDatabaseExternalAuthenticationIdentityProvider. Methods
__init__(**kwargs)Initializes a new PropertySetOracleDatabaseExternalAuthenticationIdentityProviderAzureAd 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 PropertySetOracleDatabaseExternalAuthenticationIdentityProviderAzureAd object with values from keyword arguments. The default value of the
typeattribute of this class isAZURE_ADand 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 PropertySetOracleDatabaseExternalAuthenticationIdentityProviderAzureAd. Allowed values for this property are: “OCI_IAM”, “AZURE_AD”, “NONE”
- configs (dict(str, str)) – The value to assign to the configs property of this PropertySetOracleDatabaseExternalAuthenticationIdentityProviderAzureAd.
-
configs¶ [Required] Gets the configs of this PropertySetOracleDatabaseExternalAuthenticationIdentityProviderAzureAd. External identity provider configuration parameters. Simple key-value pair Example: { “tenant_id”: “…”, “application_id_uri”: “…”, … }
Returns: The configs of this PropertySetOracleDatabaseExternalAuthenticationIdentityProviderAzureAd. Return type: dict(str, str)
-
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
-