Show / Hide Table of Contents

Class GetPolicyDefintionResult

Inheritance
System.Object
GetPolicyDefintionResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Policy
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetPolicyDefintionResult

Fields

View Source

Description

The Description of the Policy.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

DisplayName

Declaration
public readonly string DisplayName
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

ManagementGroupId

Declaration
public readonly string ManagementGroupId
Field Value
Type Description
System.String
View Source

ManagementGroupName

Declaration
public readonly string ManagementGroupName
Field Value
Type Description
System.String
View Source

Metadata

Any Metadata defined in the Policy.

Declaration
public readonly string Metadata
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Parameters

Any Parameters defined in the Policy.

Declaration
public readonly string Parameters
Field Value
Type Description
System.String
View Source

PolicyRule

The Rule as defined (in JSON) in the Policy.

Declaration
public readonly string PolicyRule
Field Value
Type Description
System.String
View Source

PolicyType

The Type of the Policy. Possible values are "BuiltIn", "Custom" and "NotSpecified".

Declaration
public readonly string PolicyType
Field Value
Type Description
System.String
View Source

Type

The Type of Policy.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.