IdentityDescriptor interface
An Identity descriptor is a wrapper for the identity type (Windows SID, Passport) along with a unique identifier such as the SID or PUID.
Properties
identifier | The unique identifier for this identity, not exceeding 256 chars, which will be persisted. |
identity |
Type of descriptor (for example, Windows, Passport, etc.). |
Property Details
identifier
The unique identifier for this identity, not exceeding 256 chars, which will be persisted.
identifier: string
Property Value
string
identityType
Type of descriptor (for example, Windows, Passport, etc.).
identityType: string
Property Value
string