Class ProjectShareGroupArgs
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
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class ProjectShareGroupArgs : ResourceArgs
Constructors
View SourceProjectShareGroupArgs()
Declaration
public ProjectShareGroupArgs()
Properties
View SourceAccessLevel
One of five levels of access to the project.
Declaration
public Input<string> AccessLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupId
The id of the group.
Declaration
public Input<int> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ProjectId
The id of the project.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |