PolicyTokenResponse Class

The policy token response properties.

Constructor

PolicyTokenResponse(*args: Any, **kwargs: Any)

Variables

Name Description
result

The result of the completed token acquisition operation. Possible values are Succeeded and Failed. Known values are: "Succeeded" and "Failed".

request_details

The external evaluation request details.

message
str

Status message with additional details about the token acquisition operation result.

retry_after

The date and time after which the client can try to acquire a token again in the case of retry-able failures.

results

An array of external evaluation endpoint invocation results.

change_reference
str

The change reference associated with the operation for which the token is acquired.

token
str

The issued policy token.

token_id
str

The unique Id assigned to the policy token.

expiration

The expiration of the policy token.

Attributes

change_reference

The change reference associated with the operation for which the token is acquired.

change_reference: str | None

expiration

The expiration of the policy token.

expiration: datetime | None

message

Status message with additional details about the token acquisition operation result.

message: str | None

request_details

The external evaluation request details.

request_details: _models.PolicyTokenEvaluatedRequestDetails | None

result

The result of the completed token acquisition operation. Possible values are Succeeded and Failed. Known values are: "Succeeded" and "Failed".

result: str | _models.PolicyTokenResult | None

results

An array of external evaluation endpoint invocation results.

results: list['_models.ExternalEvaluationEndpointInvocationResult'] | None

retry_after

The date and time after which the client can try to acquire a token again in the case of retry-able failures.

retry_after: datetime | None

token

The issued policy token.

token: str | None

token_id

The unique Id assigned to the policy token.

token_id: str | None