Class GroupPoliciesArgs
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 GroupPoliciesArgs : ResourceArgs
Constructors
View SourceGroupPoliciesArgs()
Declaration
public GroupPoliciesArgs()
Properties
View SourceExclusive
Defaults to true.
Declaration
public Input<bool> Exclusive { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
GroupId
Group ID to assign policies to.
Declaration
public Input<string> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policies
List of policies to assign to the group
Declaration
public InputList<string> Policies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |