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 SourceGroupAccessLevel
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 |
GroupId
Group id of the group you want to share the project with.
Declaration
public readonly int GroupId
Field Value
| Type | Description |
|---|---|
| System.Int32 |
GroupName
Group's name.
Declaration
public readonly string GroupName
Field Value
| Type | Description |
|---|---|
| System.String |