IPolicyTokenResponse 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.PolicyTokenResponseTypeConverter))]
public interface IPolicyTokenResponse : Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyTokenResponseTypeConverter))>]
type IPolicyTokenResponse = interface
interface IJsonSerializable
Public Interface IPolicyTokenResponse
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ChangeReference |
The change reference associated with the operation for which the token is acquired. |
| Expiration |
The expiration of the policy token. |
| Message |
Status message with additional details about the token acquisition operation result. |
| RequestDetailApiVersion |
The api-version of the resource operation that is targeted by the issued token. |
| RequestDetailAuthorizationAction |
The authorization action of the resource operation that is targeted by the issued token. |
| RequestDetailContentHash |
The hashed payload of the resource operation that is targeted by the issued token. |
| RequestDetailHttpMethod |
The http method of the resource operation that is targeted by the issued token. |
| RequestDetailResourceId |
The resource Id of the resource operation that is targeted by the issued token. |
| RequestDetailUri |
The request URI of the resource operation that is targeted by the issued token. |
| Result |
The result of the completed token acquisition operation. Possible values are Succeeded and Failed. |
| Results |
An array of external evaluation endpoint invocation results. |
| RetryAfter |
The date and time after which the client can try to acquire a token again in the case of retry-able failures. |
| Token |
The issued policy token. |
| TokenId |
The unique Id assigned to the policy token. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |