PrincipalType Class

Definition

Defines values for PrincipalType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PrincipalType>))]
public class PrincipalType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PrincipalType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PrincipalType>))>]
type PrincipalType = class
    inherit ExpandableStringEnum<PrincipalType>
Public Class PrincipalType
Inherits ExpandableStringEnum(Of PrincipalType)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

PrincipalType()

Fields

Application
DirectoryObjectOrGroup
DirectoryRoleTemplate
Everyone
ForeignGroup
Group
MSI
ServicePrincipal
Unknown
User

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to