Class GroupLdapLinkState
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.GitLab
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class GroupLdapLinkState : ResourceArgs
Constructors
View SourceGroupLdapLinkState()
Declaration
public GroupLdapLinkState()
Properties
View SourceAccessLevel
Acceptable values are: guest, reporter, developer, maintainer, owner.
Declaration
public Input<string> AccessLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Cn
The CN of the LDAP group to link with.
Declaration
public Input<string> Cn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Force
Declaration
public Input<bool> Force { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
GroupId
The id of the GitLab group.
Declaration
public Input<string> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |