IOpenAuthenticationAccessPolicy.Type Property

Definition

Type of provider for OAuth.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Type of provider for OAuth.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OpenAuthenticationProviderType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OpenAuthenticationProviderType? Type { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Type of provider for OAuth.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OpenAuthenticationProviderType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.Type : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.OpenAuthenticationProviderType> with get, set
Public Property Type As Nullable(Of OpenAuthenticationProviderType)

Property Value

Attributes

Applies to