IAuthConfig.IdentityProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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