Class ProjectMembershipState
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 ProjectMembershipState : ResourceArgs
Constructors
View SourceProjectMembershipState()
Declaration
public ProjectMembershipState()
Properties
View SourceAccessLevel
One of five levels of access to the project.
Declaration
public Input<string> AccessLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectId
The id of the project.
Declaration
public Input<string> ProjectId { 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> |