IdentityType Enum
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.
[System.Text.Json.Serialization.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum IdentityType
[<System.Text.Json.Serialization.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type IdentityType =
Public Enum IdentityType
- Inheritance
-
IdentityType
- Attributes
Fields
None | 0 | |
SystemAssigned | 1 | |
SystemAssignedUserAssigned | 3 | |
UserAssigned | 2 |