PolicyTokenEvaluatedRequestDetails Class
The policy token evaluated request details.
Constructor
PolicyTokenEvaluatedRequestDetails(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
uri
|
The request URI of the resource operation that is targeted by the issued token. Required. |
|
resource_id
|
The resource Id of the resource operation that is targeted by the issued token. Required. |
|
api_version
|
The api-version of the resource operation that is targeted by the issued token. Required. |
|
authorization_action
|
The authorization action of the resource operation that is targeted by the issued token. Required. |
|
http_method
|
The http method of the resource operation that is targeted by the issued token. Required. |
|
content_hash
|
The hashed payload of the resource operation that is targeted by the issued token. Required. |
Attributes
api_version
The api-version of the resource operation that is targeted by the issued token. Required.
api_version: str
authorization_action
The authorization action of the resource operation that is targeted by the issued token. Required.
authorization_action: str
content_hash
The hashed payload of the resource operation that is targeted by the issued token. Required.
content_hash: str
http_method
The http method of the resource operation that is targeted by the issued token. Required.
http_method: str
resource_id
The resource Id of the resource operation that is targeted by the issued token. Required.
resource_id: str
uri
The request URI of the resource operation that is targeted by the issued token. Required.
uri: str