getKey

suspend fun getKey(argument: GetKeyPlainArgs): GetKeyResult

Gets a ServiceAccountKey.

Return

null

Parameters

argument

null


suspend fun getKey(keyId: String, project: String? = null, publicKeyType: String? = null, serviceAccountId: String): GetKeyResult

Return

null

See also

Parameters

keyId
project
publicKeyType
serviceAccountId

suspend fun getKey(argument: suspend GetKeyPlainArgsBuilder.() -> Unit): GetKeyResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.iam.v1.kotlin.inputs.GetKeyPlainArgs.