Show / Hide Table of Contents

Class AuthBackendGroupArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AuthBackendGroupArgs
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 AuthBackendGroupArgs : ResourceArgs

Constructors

View Source

AuthBackendGroupArgs()

Declaration
public AuthBackendGroupArgs()

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

Groupname

The LDAP groupname

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.