MemberRequestItem
The MemberRequestItem
class represents a member reference used in authorization requests, containing the member's identifier and type.
This class encapsulates the essential information needed to identify and classify a member in authorization-related operations. It combines a unique identifier with the member's type classification.
Properties
Name | Description |
---|---|
MemberType | Gets the type classification of the member. |
MemberId | Gets the unique identifier of the member. |
Constructors
Name | Description |
---|---|
MemberRequestItem(memberId, memberType) | Initializes a new instance of the MemberRequestItem class with the specified member identifier and type. |