Share via


IAuthConfigProperties.IdentityProvider Property

Definition

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

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

Property Value

Attributes

Applies to