IPolicyTokenEvaluatedRequestDetails Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyTokenEvaluatedRequestDetailsTypeConverter))]
public interface IPolicyTokenEvaluatedRequestDetails : Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyTokenEvaluatedRequestDetailsTypeConverter))>]
type IPolicyTokenEvaluatedRequestDetails = interface
interface IJsonSerializable
Public Interface IPolicyTokenEvaluatedRequestDetails
Implements IJsonSerializable
- Derived
- Attributes
- 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. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |