ExternalEvaluationEndpointInvocationResult interface
The external evaluation endpoint invocation results.
Properties
| claims | The set of claims that will be attached to the policy token as an attestation for the result of the endpoint invocation. |
| expiration | The expiration of the results. |
| message | The status message with additional details about the invocation result. |
| policy |
The details of the policy requiring the external endpoint invocation. |
| result | The result of the external endpoint. Possible values are Succeeded and Failed. |
| retry |
The date and time after which a failed endpoint invocation can be retried. |
Property Details
claims
The set of claims that will be attached to the policy token as an attestation for the result of the endpoint invocation.
claims?: any
Property Value
any
expiration
The expiration of the results.
expiration?: Date
Property Value
Date
message
The status message with additional details about the invocation result.
message?: string
Property Value
string
policyInfo
The details of the policy requiring the external endpoint invocation.
policyInfo?: PolicyLogInfo
Property Value
result
The result of the external endpoint. Possible values are Succeeded and Failed.
result?: string
Property Value
string
retryAfter
The date and time after which a failed endpoint invocation can be retried.
retryAfter?: Date
Property Value
Date