getProjectProtectedBranch

The gitlab.getProjectProtectedBranch data source allows details of a protected branch to be retrieved by its name and the project it belongs to. Upstream API: GitLab REST API docs

Return

A collection of values returned by getProjectProtectedBranch.

Parameters

argument

A collection of arguments for invoking getProjectProtectedBranch.


Return

A collection of values returned by getProjectProtectedBranch.

Parameters

mergeAccessLevels

Array of access levels and user(s)/group(s) allowed to merge to protected branch.

name

The name of the protected branch.

projectId

The integer or path with namespace that uniquely identifies the project.

pushAccessLevels

Array of access levels and user(s)/group(s) allowed to push to protected branch.

See also


Return

A collection of values returned by getProjectProtectedBranch.

Parameters

argument

Builder for com.pulumi.gitlab.kotlin.inputs.GetProjectProtectedBranchPlainArgs.

See also