Show / Hide Table of Contents

Class PolicyEvent

PolicyEvent is emitted whenever there is Policy violation.

Inheritance
object
PolicyEvent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation.Events
Assembly: Pulumi.Automation.dll
Syntax
public class PolicyEvent

Properties

View Source

Color

Declaration
public string Color { get; }
Property Value
Type Description
string
View Source

EnforcementLevel

EnforcementLevel is one of "warning" or "mandatory"

Declaration
public string EnforcementLevel { get; }
Property Value
Type Description
string
View Source

Message

Declaration
public string Message { get; }
Property Value
Type Description
string
View Source

PolicyName

Declaration
public string PolicyName { get; }
Property Value
Type Description
string
View Source

PolicyPackName

Declaration
public string PolicyPackName { get; }
Property Value
Type Description
string
View Source

PolicyPackVersion

Declaration
public string PolicyPackVersion { get; }
Property Value
Type Description
string
View Source

PolicyPackVersionTag

Declaration
public string PolicyPackVersionTag { get; }
Property Value
Type Description
string
View Source

ResourceUrn

Declaration
public string? ResourceUrn { get; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.