Show / Hide Table of Contents

Class ProjectMembershipArgs

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

Constructors

View Source

ProjectMembershipArgs()

Declaration
public ProjectMembershipArgs()

Properties

View Source

AccessLevel

One of five levels of access to the project.

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

ProjectId

The id of the project.

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

UserId

The id of the user.

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