Show / Hide Table of Contents

Class ProjectSharedWithGroupGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectSharedWithGroupGetArgs
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.Inputs
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class ProjectSharedWithGroupGetArgs : ResourceArgs

Constructors

View Source

ProjectSharedWithGroupGetArgs()

Declaration
public ProjectSharedWithGroupGetArgs()

Properties

View Source

GroupAccessLevel

Group's sharing permissions. See [group members permission][group_members_permissions] for more info. Valid values are guest, reporter, developer, master.

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

GroupId

Group id of the group you want to share the project with.

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

GroupName

Group's name.

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