Class PropertySetOracleDatabaseExternalAuthenticationIdentityProviderAzureAd
External identity provider for AZURE_AD
Inheritance
PropertySetOracleDatabaseExternalAuthenticationIdentityProviderAzureAd
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class PropertySetOracleDatabaseExternalAuthenticationIdentityProviderAzureAd : PropertySetOracleDatabaseExternalAuthenticationIdentityProvider
Properties
Configs
Declaration
[Required(ErrorMessage = "Configs is required.")]
[JsonProperty(PropertyName = "configs")]
public Dictionary<string, string> Configs { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, string> | External identity provider configuration parameters. Simple key-value pair Example: { "tenant_id": "...", "application_id_uri": "...", ... } |
Remarks
Required