Class GroupMembershipState
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 GroupMembershipState : ResourceArgs
Constructors
View SourceGroupMembershipState()
Declaration
public GroupMembershipState()
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> |
ExpiresAt
Expiration date for the group membership. Format: YYYY-MM-DD
Declaration
public Input<string> ExpiresAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupId
The id of the group.
Declaration
public Input<string> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserId
The id of the user.
Declaration
public Input<int> UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |