Show / Hide Table of Contents

Class GroupLdapLinkArgs

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

Constructors

View Source

GroupLdapLinkArgs()

Declaration
public GroupLdapLinkArgs()

Properties

View Source

AccessLevel

Acceptable values are: guest, reporter, developer, maintainer, owner.

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

Cn

The CN of the LDAP group to link with.

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

Force

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

GroupId

The id of the GitLab group.

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

LdapProvider

The name of the LDAP provider as stored in the GitLab database.

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