SecretResourcePropertiesResponse

data class SecretResourcePropertiesResponse(val contentType: String? = null, val description: String? = null, val kind: String, val provisioningState: String, val status: String, val statusDetails: String)

Describes the properties of a secret resource.

Constructors

Link copied to clipboard
constructor(contentType: String? = null, description: String? = null, kind: String, provisioningState: String, status: String, statusDetails: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contentType: 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: String? = null

User readable description of the secret.

Link copied to clipboard

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

Link copied to clipboard

State of the resource.

Link copied to clipboard

Status of the resource.

Link copied to clipboard

Gives additional information about the current status of the secret.