PolicyTokenEvaluatedRequestDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The policy token evaluated request details.
public class PolicyTokenEvaluatedRequestDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Policy.Models.PolicyTokenEvaluatedRequestDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Policy.Models.PolicyTokenEvaluatedRequestDetails>
type PolicyTokenEvaluatedRequestDetails = class
interface IJsonModel<PolicyTokenEvaluatedRequestDetails>
interface IPersistableModel<PolicyTokenEvaluatedRequestDetails>
Public Class PolicyTokenEvaluatedRequestDetails
Implements IJsonModel(Of PolicyTokenEvaluatedRequestDetails), IPersistableModel(Of PolicyTokenEvaluatedRequestDetails)
- Inheritance
-
PolicyTokenEvaluatedRequestDetails
- Implements
Properties
| Name | Description |
|---|---|
| ApiVersion |
The api-version of the resource operation that is targeted by the issued token. |
| AuthorizationAction |
The authorization action of the resource operation that is targeted by the issued token. |
| ContentHash |
The hashed payload of the resource operation that is targeted by the issued token. |
| HttpMethod |
The http method of the resource operation that is targeted by the issued token. |
| ResourceId |
The resource Id of the resource operation that is targeted by the issued token. |
| Uri |
The request URI of the resource operation that is targeted by the issued token. |