GetDelegationsRequest Constructors
An object defining constructors for the GetDelegationsRequest class.
GetDelegationsRequest()
Initializes a new instance of the GetDelegationsRequest
class.
GetDelegationsRequest(status, type)
Initializes a new instance of the CreateDelegationRequest
class with specified details for delegation creation.
Parameters:
status (required): DelegationStatus
TheDelegationStatus
enum defines the possible statuses for a delegation, indicating whether it is currently active, passive, or inclusive of all statuses.
type (required): DelegationType
TheDelegationType
enum defines the types of delegation available, specifying different modes of access or authorization. In this enumDelegation
means this delegation given to spesific user with specific permissions that decided by user. On the other handToken
act like access token with spesific that decided by user.