getProjectProtectedBranches

The gitlab.getProjectProtectedBranches data source allows details of the protected branches of a given project. Upstream API: GitLab REST API docs

Return

A collection of values returned by getProjectProtectedBranches.

Parameters

argument

A collection of arguments for invoking getProjectProtectedBranches.


Return

A collection of values returned by getProjectProtectedBranches.

Parameters

projectId

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

protectedBranches

A list of protected branches, as defined below.

See also


Return

A collection of values returned by getProjectProtectedBranches.

Parameters

argument

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

See also