CmdkeySetupResponse

data class CmdkeySetupResponse(val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, val targetName: Any, val type: String, val userName: Any)

The custom setup of running cmdkey commands.

Constructors

Link copied to clipboard
constructor(password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, targetName: Any, type: String, userName: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password of data source access.

Link copied to clipboard

The server name of data source access. Type: string.

Link copied to clipboard

The type of custom setup. Expected value is 'CmdkeySetup'.

Link copied to clipboard

The user name of data source access. Type: string.