ConnectorProfileInforNexusConnectorProfileCredentialsArgs

data class ConnectorProfileInforNexusConnectorProfileCredentialsArgs(val accessKeyId: Output<String>, val datakey: Output<String>, val secretAccessKey: Output<String>, val userId: Output<String>) : ConvertibleToJava<ConnectorProfileInforNexusConnectorProfileCredentialsArgs>

Constructors

constructor(accessKeyId: Output<String>, datakey: Output<String>, secretAccessKey: Output<String>, userId: Output<String>)

Properties

Link copied to clipboard
val accessKeyId: Output<String>

The Access Key portion of the credentials.

Link copied to clipboard
val datakey: Output<String>

The encryption keys used to encrypt data.

Link copied to clipboard
val secretAccessKey: Output<String>

The secret key used to sign requests.

Link copied to clipboard
val userId: Output<String>

The identifier for the user.

Functions

Link copied to clipboard
open override fun toJava(): ConnectorProfileInforNexusConnectorProfileCredentialsArgs