CustomerManagedKeyDetailsResponse

data class CustomerManagedKeyDetailsResponse(val kekIdentity: KekIdentityPropertiesResponse? = null, val key: WorkspaceKeyDetailsResponse? = null, val status: String)

Details of the customer managed key associated with the workspace

Constructors

Link copied to clipboard
constructor(kekIdentity: KekIdentityPropertiesResponse? = null, key: WorkspaceKeyDetailsResponse? = null, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Key encryption key

Link copied to clipboard

The key object of the workspace

Link copied to clipboard

The customer managed key status on the workspace