SecretResourcePropertiesArgs

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
constructor(contentType: Output<String>? = null, description: Output<String>? = null, kind: Output<String>)

Properties

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

The type of the content stored in the secret value. The value of this property is opaque to Service Fabric. Once set, the value of this property cannot be changed.

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

User readable description of the secret.

Link copied to clipboard
val kind: Output<String>

Describes the kind of secret. Expected value is 'SecretResourceProperties'.

Functions

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