Secret Properties Args
data class SecretPropertiesArgs(val attributes: Output<SecretAttributesArgs>? = null, val contentType: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<SecretPropertiesArgs>
Properties of the secret
Constructors
Link copied to clipboard
constructor(attributes: Output<SecretAttributesArgs>? = null, contentType: Output<String>? = null, value: Output<String>? = null)