Show / Hide Table of Contents

Class EgpPolicyState

Inheritance
System.Object
InputArgs
ResourceArgs
EgpPolicyState
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.Vault
Assembly: Pulumi.Vault.dll
Syntax
public sealed class EgpPolicyState : ResourceArgs

Constructors

View Source

EgpPolicyState()

Declaration
public EgpPolicyState()

Properties

View Source

EnforcementLevel

Enforcement level of Sentinel policy. Can be either advisory or soft-mandatory or hard-mandatory

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

Name

The name of the policy

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

Paths

List of paths to which the policy will be applied to

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

Policy

String containing a Sentinel policy

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