Show / Hide Table of Contents

Class ProjectShareGroupArgs

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

Constructors

View Source

ProjectShareGroupArgs()

Declaration
public ProjectShareGroupArgs()

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

GroupId

The id of the group.

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

ProjectId

The id of the project.

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