Aracılığıyla paylaş


CustomEntityStoreAssignmentRequestProperties.Principal Property

Definition

Gets or sets the principal assigned with entity store. If not provided, will use caller principal. Format of principal is: [AAD type]=[PrincipalObjectId];[TenantId]

[Newtonsoft.Json.JsonProperty(PropertyName="principal")]
public string Principal { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="principal")>]
member this.Principal : string with get, set
Public Property Principal As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to