KeystoreArgs

data class KeystoreArgs(val environmentId: Output<String>? = null, val name: Output<String>? = null, val organizationId: Output<String>? = null) : ConvertibleToJava<KeystoreArgs>

Creates a keystore or truststore. - Keystore: Contains certificates and their associated keys. - Truststore: Contains trusted certificates used to validate a server's certificate. These certificates are typically self-signed certificates or certificates that are not signed by a trusted CA.

Constructors

Link copied to clipboard
fun KeystoreArgs(environmentId: Output<String>? = null, name: Output<String>? = null, organizationId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): KeystoreArgs

Properties

Link copied to clipboard
val environmentId: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

Resource ID for this keystore. Values must match the regular expression [\w[:space:]&#46;-]{1,255}.

Link copied to clipboard
val organizationId: Output<String>? = null