Class RemediationState
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 RemediationState : ResourceArgs
Constructors
View SourceRemediationState()
Declaration
public RemediationState()
Properties
View SourceLocationFilters
A list of the resource locations that will be remediated.
Declaration
public InputList<string> LocationFilters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |
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> |
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> |
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> |