Keystore Args
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)