Show / Hide Table of Contents

Class PolicySetDefinitionState

Inheritance
System.Object
InputArgs
ResourceArgs
PolicySetDefinitionState
Inherited Members
ResourceArgs.Empty
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 PolicySetDefinitionState : ResourceArgs

Constructors

View Source

PolicySetDefinitionState()

Declaration
public PolicySetDefinitionState()

Properties

View Source

Description

The description of the policy set definition.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DisplayName

The display name of the policy set definition.

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.