Show / Hide Table of Contents

Class ProjectSharedWithGroup

Inheritance
System.Object
ProjectSharedWithGroup
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.Outputs
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class ProjectSharedWithGroup

Fields

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 readonly string GroupAccessLevel
Field Value
Type Description
System.String
View Source

GroupId

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

Declaration
public readonly int GroupId
Field Value
Type Description
System.Int32
View Source

GroupName

Group's name.

Declaration
public readonly string GroupName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.