RoleAssignmentInner.PrincipalType Property

Definition

Gets or sets the principal type of the assigned principal ID. Possible values include: 'User', 'Group', 'ServicePrincipal', 'Unknown', 'DirectoryRoleTemplate', 'ForeignGroup', 'Application', 'MSI', 'DirectoryObjectOrGroup', 'Everyone'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.principalType")]
public Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PrincipalType PrincipalType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.principalType")>]
member this.PrincipalType : Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PrincipalType with get, set
Public Property PrincipalType As PrincipalType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to