keystore Resource
suspend fun keystoreResource(name: String, block: suspend KeystoreResourceBuilder.() -> Unit): Keystore
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for Keystore.
The unique name of the resulting resource.
Builder for Keystore.