CustomEntityStoreAssignmentRequest.Principal 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.
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="properties.principal")]
public string Principal { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.principal")>]
member this.Principal : string with get, set
Public Property Principal As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute