Skip to main content

GetDelegationsRequest Properties

An object defining properties for the GetDelegationsRequest class.

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.

Type: DelegationType
Accepted Values:

NameValue
Delegation0
Token1

Status

The DelegationStatus enum defines the possible statuses for a delegation, indicating whether it is currently active, passive, or inclusive of all statuses.

Type: DelegationStatus
Accepted Values:

NameValue
Active0
Passive1
All2