GetJobCredentialResult

data class GetJobCredentialResult(val azureApiVersion: String, val id: String, val name: String, val type: String, val username: String)

A stored credential that can be used by a job to connect to target databases.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, type: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

Resource type.

Link copied to clipboard

The credential user name.