Package version:

Interface JobCredential

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

Hierarchy

Properties

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

password?: string

The credential password.

type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

username?: string

The credential user name.

Generated using TypeDoc