ClusterSecretArchiveResponse

data class ClusterSecretArchiveResponse(val keyVaultId: String, val useKeyVault: String? = null)

Constructors

Link copied to clipboard
constructor(keyVaultId: String, useKeyVault: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of the key vault to archive the secrets of the cluster.

Link copied to clipboard
val useKeyVault: String? = null

The indicator if the specified key vault should be used to archive the secrets of the cluster.