CustomerSecretResponse

data class CustomerSecretResponse(val algorithm: String, val keyIdentifier: String, val keyValue: String)

The pair of customer secret.

Constructors

Link copied to clipboard
constructor(algorithm: String, keyIdentifier: String, keyValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The encryption algorithm used to encrypt data.

Link copied to clipboard

The identifier to the data service input object which this secret corresponds to.

Link copied to clipboard

It contains the encrypted customer secret.