get Project Protected Tag
suspend fun getProjectProtectedTag(argument: GetProjectProtectedTagPlainArgs): GetProjectProtectedTagResult
The gitlab.getProjectProtectedTag
data source allows details of a protected tag 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 getProjectProtectedTag.
Parameters
argument
A collection of arguments for invoking getProjectProtectedTag.
Return
A collection of values returned by getProjectProtectedTag.
Parameters
project
The integer or path with namespace that uniquely identifies the project.
tag
The name of the protected tag.
See also
suspend fun getProjectProtectedTag(argument: suspend GetProjectProtectedTagPlainArgsBuilder.() -> Unit): GetProjectProtectedTagResult
Return
A collection of values returned by getProjectProtectedTag.
Parameters
argument
Builder for com.pulumi.gitlab.kotlin.inputs.GetProjectProtectedTagPlainArgs.