Compartir a través de


IMicrosoftGraphOptionalClaim.AdditionalProperty Property

Definition

Additional properties of the claim. If a property exists in this collection, it modifies the behavior of the optional claim specified in the name property.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Additional properties of the claim. If a property exists in this collection, it modifies the behavior of the optional claim specified in the name property.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="additionalProperties", Update=true)]
public string[] AdditionalProperty { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Additional properties of the claim. If a property exists in this collection, it modifies the behavior of the optional claim specified in the name property.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="additionalProperties", Update=true)>]
member this.AdditionalProperty : string[] with get, set
Public Property AdditionalProperty As String()

Property Value

String[]
Attributes

Applies to