Adds a group as a member of a GitLab project
To declare this entity in your AWS CloudFormation template, use the following syntax:
{
"Type" : "GitLab::Projects::GroupAccessToProject",
"Properties" : {
"ProjectId" : Integer,
"GroupId" : Integer,
"AccessLevel" : String
}
}
Type: GitLab::Projects::GroupAccessToProject
Properties:
ProjectId: Integer
GroupId: Integer
AccessLevel: String
ID of the project to which the group should be added
Required: Yes
Type: Integer
Update requires: Replacement
ID of the group which should be added to the project
Required: Yes
Type: Integer
Update requires: Replacement
The access level to grant to this group for the project, e.g. 'guest', 'developer', or 'maintainer'. Note the GitLab API may not allow all values.
Required: Yes
Type: String
Allowed Values: None | Minimal Access | Guest | Reporter | Developer | Maintainer | Owner | Admin
Update requires: No interruption
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.
Unique identifier for this membership resource, constructed by concatenating the other IDs