Language

PolicyTokenEvaluatedRequestDetails Class

Definition

The policy token evaluated request details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyTokenEvaluatedRequestDetailsTypeConverter))]
public class PolicyTokenEvaluatedRequestDetails : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyTokenEvaluatedRequestDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyTokenEvaluatedRequestDetailsTypeConverter))>]
type PolicyTokenEvaluatedRequestDetails = class
    interface IPolicyTokenEvaluatedRequestDetails
    interface IJsonSerializable
Public Class PolicyTokenEvaluatedRequestDetails
Implements IPolicyTokenEvaluatedRequestDetails
Inheritance
PolicyTokenEvaluatedRequestDetails
Attributes
Implements

Constructors

Name Description
PolicyTokenEvaluatedRequestDetails()

Creates an new PolicyTokenEvaluatedRequestDetails instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PolicyTokenEvaluatedRequestDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PolicyTokenEvaluatedRequestDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyTokenEvaluatedRequestDetails.

FromJsonString(String)

Creates a new instance of PolicyTokenEvaluatedRequestDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PolicyTokenEvaluatedRequestDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to