tokenType |
TokenType |
Type of token technology group. |
variant |
AccessTokenVariant |
Exact type of token technology. |
token |
AccessToken |
The token itself. |
tokenReference |
String |
Reference of the token record. |
requester |
SystemName |
Name of the system that requested the token. |
consumerCloud |
CloudIdentifier |
Cloud of the consumer. |
consumer |
SystemName |
Name of the consumer system. |
provider |
SystemName |
Name of the provider system. |
targetType |
AuthorizationTargetType |
Type of the targeted resource. |
target |
ServiceName or EventTypeName |
Target of the token. |
scope |
ServiceOperationName |
Scope of the token. Only matters when the target is a service definition. If null, the token is valid for all the operations of the service definition target. |
createdAt |
DateTime |
Token was generated at this timestamp. |
usageLimit |
Number |
Maximum number of token usage, if any. |
usageLeft |
Number |
The token can still be used this many times, if any. |
expiresAt |
DateTime |
Token is valid until this timestamp, if any. |