Customer Managed Key Details Response
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)