ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus

data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus(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

Encryption keys used to encrypt data.

Link copied to clipboard

The secret key used to sign requests.

Link copied to clipboard

Identifier for the user.