SecretKey | Secret key associated with the delegation. |
Id | Unique identifier for the delegation. |
DeletedAt | The date and time when the delegation was deleted. |
EndDate | End date and time for the delegation, indicating when it should expire. If its set to null, that means delegation doesn't have expiration date. |
DeletedBy | Information about the user who deleted the delegation. |
Positions | A list of PositionInfo objects representing positions associated with the delegation. |
To | Information about the user to whom the delegation is assigned. |
TokenId | Token ID associated with the delegation. |
Scope | Defines the list of permission to can be allowed with delegation. |
ModifiedBy | Information about the user who last modified the delegation. |
CreationType | Specifies the creation type for the delegation, indicating how it was generated or categorized. |
IsActive | Indicates whether the delegation is currently active. |
Type | The DelegationType enum defines the types of delegation available, specifying different modes of access or authorization. In this enum Delegation means this delegation given to spesific user with specific permissions that decided by user. On the other hand Token act like access token with spesific that decided by user. |
PositionIds | A list of position IDs associated with the delegation given user positions. |
Name | Defines the multi language name of the delegation by culture. |
AccessTokenId | Access token ID, populated only after creating a delegation. |
BasedType | Specifies the basis type for the delegation, defining the origin or foundation of the delegation. |
CreatedAt | The date and time when the delegation was created. |
CreatedBy | Information about the user who created the delegation. |
From | Information about the user who initiated the delegation. |
InternalAccessTokenId | Access token ID, populated only after creating a delegation. |
ModifiedAt | The date and time when the delegation was last modified. |
StartDate | Specifies the start date and time of the delegation. |