apiKey

suspend fun apiKey(name: String, block: suspend ApiKeyResourceBuilder.() -> Unit): ApiKey

Parameters

name

The unique name of the resulting resource.

block

Builder for ApiKey.

See also


fun apiKey(name: String): ApiKey

Parameters

name

The unique name of the resulting resource.

See also