Class PolicySetDefinitionState
Inherited Members
Namespace: Pulumi.Azure.Policy
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PolicySetDefinitionState : ResourceArgs
Constructors
View SourcePolicySetDefinitionState()
Declaration
public PolicySetDefinitionState()
Properties
View SourceDescription
The description of the policy set definition.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
The display name of the policy set definition.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ManagementGroupId
The ID of the Management Group where this policy should be defined. Changing this forces a new resource to be created.
Declaration
public Input<string> ManagementGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Metadata
The metadata for the policy set definition. This is a json object representing additional metadata that should be stored with the policy definition.
Declaration
public Input<string> Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the policy set definition. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Parameters
Parameters for the policy set definition. This field is a json object that allows you to parameterize your policy definition.
Declaration
public Input<string> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PolicyDefinitions
The policy definitions for the policy set definition. This is a json object representing the bundled policy definitions.
Declaration
public Input<string> PolicyDefinitions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PolicyType
The policy set type. Possible values are BuiltIn or Custom. Changing this forces a new resource to be created.
Declaration
public Input<string> PolicyType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |