grant

suspend fun grant(name: String, block: suspend GrantResourceBuilder.() -> Unit): Grant

Parameters

name

The unique name of the resulting resource.

block

Builder for Grant.

See also


fun grant(name: String): Grant

Parameters

name

The unique name of the resulting resource.

See also