WorkspaceEncryptionParameterResponse

data class WorkspaceEncryptionParameterResponse(val type: String, val value: EncryptionResponse? = null)

The object that contains details of encryption used on the workspace.

Constructors

Link copied to clipboard
constructor(type: String, value: EncryptionResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of variable that this is

Link copied to clipboard

The value which should be used for this field.