Class AuthBackendGroupState
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.Ldap
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendGroupState : ResourceArgs
Constructors
View SourceAuthBackendGroupState()
Declaration
public AuthBackendGroupState()
Properties
View SourceBackend
Path to the authentication backend
Declaration
public Input<string> Backend { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Groupname
The LDAP groupname
Declaration
public Input<string> Groupname { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policies
Policies which should be granted to members of the group
Declaration
public InputList<string> Policies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |