secretScope

suspend fun secretScope(name: String, block: suspend SecretScopeResourceBuilder.() -> Unit): SecretScope

Parameters

name

The unique name of the resulting resource.

block

Builder for SecretScope.

See also


Parameters

name

The unique name of the resulting resource.

See also