Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Latest commit

 

History

History
77 lines (46 loc) · 2.58 KB

File metadata and controls

77 lines (46 loc) · 2.58 KB

GitLab::Groups::GroupAccessToGroup

Adds a group as a member of another GitLab group

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{
    "Type" : "GitLab::Groups::GroupAccessToGroup",
    "Properties" : {
        "SharedGroupId" : Integer,
        "SharedWithGroupId" : Integer,
        "AccessLevel" : String
    }
}

YAML

Type: GitLab::Groups::GroupAccessToGroup
Properties:
    SharedGroupId: Integer
    SharedWithGroupId: Integer
    AccessLevel: String

Properties

SharedGroupId

ID of the group which should be shared, i.e. the group to which access is being granted

Required: Yes

Type: Integer

Update requires: Replacement

SharedWithGroupId

ID of the group to share with, i.e. the group being given access to another group

Required: Yes

Type: Integer

Update requires: Replacement

AccessLevel

The access level to grant to the shared-with group for acessing the shared group, 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

Return Values

Fn::GetAtt

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.

MembershipId

Unique identifier for this membership resource, constructed by concatenating the other IDs