Secret Resource Properties Args
data class SecretResourcePropertiesArgs(val contentType: Output<String>? = null, val description: Output<String>? = null, val kind: Output<String>) : ConvertibleToJava<SecretResourcePropertiesArgs>
Describes the properties of a secret resource.
Constructors
Link copied to clipboard
fun SecretResourcePropertiesArgs(contentType: Output<String>? = null, description: Output<String>? = null, kind: Output<String>)