getProjectMirrorPublicKey

The gitlab.getProjectMirrorPublicKey data source allows the public key of a project mirror to be retrieved by its mirror id and the project it belongs to. Note: Supported on GitLab 17.9 or higher. Upstream API: GitLab REST API docs

Return

A collection of values returned by getProjectMirrorPublicKey.

Parameters

argument

A collection of arguments for invoking getProjectMirrorPublicKey.


Return

A collection of values returned by getProjectMirrorPublicKey.

Parameters

mirrorId

The id of the remote mirror.

projectId

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

See also


Return

A collection of values returned by getProjectMirrorPublicKey.

Parameters

argument

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

See also