Show / Hide Table of Contents

Class PropertySetOracleDatabaseExternalAuthenticationIdentityProviderAzureAd

External identity provider for AZURE_AD

Inheritance
object
PropertySetOracleDatabaseExternalAuthenticationIdentityProvider
PropertySetOracleDatabaseExternalAuthenticationIdentityProviderAzureAd
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top