get Project Tags
The gitlab.getProjectTags data source allows details of project tags to be retrieved by some search criteria. Upstream API: GitLab REST API docs
Return
A collection of values returned by getProjectTags.
Parameters
A collection of arguments for invoking getProjectTags.
Return
A collection of values returned by getProjectTags.
Parameters
Return tags ordered by name or updated fields. Default is updated.
The ID or URL-encoded path of the project owned by the authenticated user.
Return list of tags matching the search criteria. You can use ^term and term$ to find tags that begin and end with term respectively. No other regular expressions are supported.
Return tags sorted in asc or desc order. Default is desc.
See also
Return
A collection of values returned by getProjectTags.
Parameters
Builder for com.pulumi.gitlab.kotlin.inputs.GetProjectTagsPlainArgs.