PolicyDefinitionVersionProperties Class

Definition

The policy definition properties.

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

Constructors

Name Description
PolicyDefinitionVersionProperties()

Creates an new PolicyDefinitionVersionProperties instance.

Properties

Name Description
Description

The policy definition description.

DisplayName

The display name of the policy definition.

EndpointSettingDetail

The details of the endpoint.

EndpointSettingKind

The kind of the endpoint.

ExternalEvaluationEnforcementSettingMissingTokenAction

What to do when evaluating an enforcement policy that requires an external evaluation and the token is missing. Possible values are Audit and Deny and language expressions are supported.

ExternalEvaluationEnforcementSettingResultLifespan

The lifespan of the endpoint invocation result after which it's no longer valid. Value is expected to follow the ISO 8601 duration format and language expressions are supported.

ExternalEvaluationEnforcementSettingRoleDefinitionId

An array of the role definition Ids the assignment's MSI will need in order to invoke the endpoint.

Metadata

The policy definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.

Mode

The policy definition mode. Some examples are All, Indexed, Microsoft.KeyVault.Data.

Parameter

The parameter definitions for parameters used in the policy rule. The keys are the parameter names.

PolicyRule

The policy rule.

PolicyType

The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.

Version

The policy definition version in #.#.# format.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PolicyDefinitionVersionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PolicyDefinitionVersionProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PolicyDefinitionVersionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to