getKey

suspend fun getKey(argument: GetKeyPlainArgs): GetKeyResult

Gets details for a consumer key for a developer app, including the key and secret value, associated API products, and other information.

Return

null

Parameters

argument

null


suspend fun getKey(appId: String, developerId: String, keyId: String, organizationId: String): GetKeyResult

Return

null

See also

Parameters

appId
developerId
keyId
organizationId

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

Return

null

See also

Parameters

argument

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