MemberInfoDetail Properties
An object defining properties for the MemberInfoDetail class.
SecretKey
Gets the encrypted secret key used for secure operations.
Type: string
The SecretKey property holds the encrypted security key and is marked with the [EncryptData("DecryptedSecret")] attribute, indicating that its value is encrypted using the DecryptedSecret property.
Id
Gets the unique identifier of the member.
Type: long
The Id property represents the unique identifier for the member in the system, used to distinctly identify and reference this member.
Description
Gets the description of the member.
Type: string
The Description property provides additional descriptive information about the member, offering more context about their role or purpose in the system.
Type
Gets the type of the member.
Type: MemberType
Accepted Values:
Name Value PermissionGroup 0 User 1 Position 2 Profession 3 Department 4 UserGroup 5
The Type property specifies the category or classification of the member using the MemberType enumeration, which helps determine their role and capabilities in the authorization system.
Name
Gets the name of the member.
Type: string
The Name property represents the display name or identifier name of the member in the authorization system.