Package version:

Interface WebActivityAuthentication

Web activity authentication properties.

Hierarchy

  • WebActivityAuthentication

Properties

password?: SecretBaseUnion

Password for the PFX file or basic authentication.

Base64-encoded contents of a PFX file.

resource?: string

Resource for which Azure Auth token will be requested when using MSI Authentication.

type: string

Web activity authentication (Basic/ClientCertificate/MSI)

username?: string

Web activity authentication user name for basic authentication.

Generated using TypeDoc