Class RgpPolicyArgs
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.Vault
Assembly: Pulumi.Vault.dll
Syntax
public sealed class RgpPolicyArgs : ResourceArgs
Constructors
View SourceRgpPolicyArgs()
Declaration
public RgpPolicyArgs()
Properties
View SourceEnforcementLevel
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> |
Name
The name of the policy
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policy
String containing a Sentinel policy
Declaration
public Input<string> Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |