Identity¶
Represents an identity in the system.
In Emakin, every organizational entity is defined as an identity. An identity can be a user, an organization unit (department), position, or group.
Remarks¶
Runtime identity values are read-only wrappers around a resolved membership identity. Pass the wrapper directly to APIs that accept an identity. When an API accepts a string instead, it expects an identity GUID, not a login name or display name; use $Membership.FindIdentity to resolve a path first.
Capabilities¶
Properties¶
- Identity.Domain: The unique identifier of the domain where the identity is defined.
- Identity.EMailAddress: The identity's email address, when it is available from the membership provider.
- Identity.Id: The unique identifier of the identity.
- Identity.Name: The display name of the identity.
- Identity.Type: The type of identity.