Show / Hide Table of Contents

Class AuthBackendUserState

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

Constructors

View Source

AuthBackendUserState()

Declaration
public AuthBackendUserState()

Properties

View Source

Backend

Path to the authentication backend

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

Groups

Override LDAP groups which should be granted to user

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

Policies

Policies which should be granted to user

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

Username

The LDAP username

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