IOpenAuthenticationAccessPolicy.Claim Property

Definition

The access policy claims.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The access policy claims.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IOpenAuthenticationPolicyClaim) }, Read=true, ReadOnly=false, Required=false, SerializedName="claims", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IOpenAuthenticationPolicyClaim> Claim { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The access policy claims.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IOpenAuthenticationPolicyClaim) }, Read=true, ReadOnly=false, Required=false, SerializedName="claims", Update=true)>]
member this.Claim : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IOpenAuthenticationPolicyClaim> with get, set
Public Property Claim As List(Of IOpenAuthenticationPolicyClaim)

Property Value

Attributes

Applies to