Share via


ISiteAuthSettingsV2Properties.IdentityProvider Property

Definition

The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IIdentityProviders) }, ReadOnly=false, Required=false, SerializedName="identityProviders")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IIdentityProviders IdentityProvider { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IIdentityProviders) }, ReadOnly=false, Required=false, SerializedName="identityProviders")>]
member this.IdentityProvider : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IIdentityProviders with get, set
Public Property IdentityProvider As IIdentityProviders

Property Value

Attributes

Applies to