ConnectorProfileInforNexusConnectorProfileCredentials

data class ConnectorProfileInforNexusConnectorProfileCredentials(val accessKeyId: String, val datakey: String, val secretAccessKey: String, val userId: String)

Constructors

constructor(accessKeyId: String, datakey: String, secretAccessKey: String, userId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Access Key portion of the credentials.

Link copied to clipboard

The encryption keys used to encrypt data.

Link copied to clipboard

The secret key used to sign requests.

Link copied to clipboard

The identifier for the user.