getProjectProtectedTags

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

Return

A collection of values returned by getProjectProtectedTags.

Parameters

argument

A collection of arguments for invoking getProjectProtectedTags.


Return

A collection of values returned by getProjectProtectedTags.

Parameters

project

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

See also


Return

A collection of values returned by getProjectProtectedTags.

Parameters

argument

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

See also