Class GroupPoliciesState
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 GroupPoliciesState : ResourceArgs
Constructors
View SourceGroupPoliciesState()
Declaration
public GroupPoliciesState()
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> |
GroupName
The name of the group that are assigned the policies.
Declaration
public Input<string> GroupName { 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> |