get Project Mirror Public Key
suspend fun getProjectMirrorPublicKey(argument: GetProjectMirrorPublicKeyPlainArgs): GetProjectMirrorPublicKeyResult
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.
suspend fun getProjectMirrorPublicKey(mirrorId: Int, projectId: String): GetProjectMirrorPublicKeyResult
Return
A collection of values returned by getProjectMirrorPublicKey.
Parameters
mirror Id
The id of the remote mirror.
project Id
The integer or path with namespace that uniquely identifies the project.
See also
suspend fun getProjectMirrorPublicKey(argument: suspend GetProjectMirrorPublicKeyPlainArgsBuilder.() -> Unit): GetProjectMirrorPublicKeyResult
Return
A collection of values returned by getProjectMirrorPublicKey.
Parameters
argument
Builder for com.pulumi.gitlab.kotlin.inputs.GetProjectMirrorPublicKeyPlainArgs.