Class EntityPoliciesArgs
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.Identity
Assembly: Pulumi.Vault.dll
Syntax
public sealed class EntityPoliciesArgs : ResourceArgs
Constructors
View SourceEntityPoliciesArgs()
Declaration
public EntityPoliciesArgs()
Properties
View SourceEntityId
Entity ID to assign policies to.
Declaration
public Input<string> EntityId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Exclusive
Defaults to true.
Declaration
public Input<bool> Exclusive { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Policies
List of policies to assign to the entity
Declaration
public InputList<string> Policies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |