Show / Hide Table of Contents

Class GroupPoliciesState

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

Constructors

View Source

GroupPoliciesState()

Declaration
public GroupPoliciesState()

Properties

View Source

Exclusive

Defaults to true.

Declaration
public Input<bool> Exclusive { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

GroupId

Group ID to assign policies to.

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

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>
View Source

Policies

List of policies to assign to the group

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