crl

suspend fun crl(name: String, block: suspend CrlResourceBuilder.() -> Unit): Crl

Parameters

name

The unique name of the resulting resource.

block

Builder for Crl.

See also


fun crl(name: String): Crl

Parameters

name

The unique name of the resulting resource.

See also