get Project Protected Branch
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
A collection of arguments for invoking getProjectProtectedBranch.
Return
A collection of values returned by getProjectProtectedBranch.
Parameters
Array of access levels and user(s)/group(s) allowed to merge to protected branch.
The name of the protected branch.
The integer or path with namespace that uniquely identifies the project.
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
Builder for com.pulumi.gitlab.kotlin.inputs.GetProjectProtectedBranchPlainArgs.