PolicyTokenResponse interface
The policy token response properties.
Properties
| change |
The change reference associated with the operation for which the token is acquired. |
| expiration | The expiration of the policy token. |
| message | Status message with additional details about the token acquisition operation result. |
| result | The result of the completed token acquisition operation. Possible values are Succeeded and Failed. |
| results | An array of external evaluation endpoint invocation results. |
| retry |
The date and time after which the client can try to acquire a token again in the case of retry-able failures. |
| token | The issued policy token. |
| token |
The unique Id assigned to the policy token. |
Property Details
changeReference
The change reference associated with the operation for which the token is acquired.
changeReference?: string
Property Value
string
expiration
The expiration of the policy token.
expiration?: Date
Property Value
Date
message
Status message with additional details about the token acquisition operation result.
message?: string
Property Value
string
result
The result of the completed token acquisition operation. Possible values are Succeeded and Failed.
result?: string
Property Value
string
results
An array of external evaluation endpoint invocation results.
results?: ExternalEvaluationEndpointInvocationResult[]
Property Value
retryAfter
The date and time after which the client can try to acquire a token again in the case of retry-able failures.
retryAfter?: Date
Property Value
Date
token
The issued policy token.
token?: string
Property Value
string
tokenId
The unique Id assigned to the policy token.
tokenId?: string
Property Value
string