Show / Hide Table of Contents

Class RemediationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RemediationArgs
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 RemediationArgs : ResourceArgs

Constructors

View Source

RemediationArgs()

Declaration
public RemediationArgs()

Properties

View Source

LocationFilters

A list of the resource locations that will be remediated.

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

Name

The name of the Policy Remediation. 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

PolicyAssignmentId

The resource ID of the policy assignment that should be remediated.

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

PolicyDefinitionReferenceId

The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns a policy set definition.

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

Scope

The Scope at which the Policy Remediation should be applied. Changing this forces a new resource to be created. A scope must be a Resource ID out of one of the following list:

Declaration
public Input<string> Scope { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.