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 SourceDescription
The Description of the Policy.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
DisplayName
Declaration
public readonly string DisplayName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
ManagementGroupId
Declaration
public readonly string ManagementGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
ManagementGroupName
Declaration
public readonly string ManagementGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
Metadata
Any Metadata defined in the Policy.
Declaration
public readonly string Metadata
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Parameters
Any Parameters defined in the Policy.
Declaration
public readonly string Parameters
Field Value
| Type | Description |
|---|---|
| System.String |
PolicyRule
The Rule as defined (in JSON) in the Policy.
Declaration
public readonly string PolicyRule
Field Value
| Type | Description |
|---|---|
| System.String |
PolicyType
The Type of the Policy. Possible values are "BuiltIn", "Custom" and "NotSpecified".
Declaration
public readonly string PolicyType
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The Type of Policy.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |