WebActivityAuthentication Class

Web activity authentication properties.

Constructor

WebActivityAuthentication(*args: Any, **kwargs: Any)

Variables

Name Description
type
str

Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal).

pfx

Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal.

username
any

Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).

password

Password for the PFX file or basic authentication / Secret when used for ServicePrincipal.

resource
any

Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).

user_tenant
any

TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).

credential

The credential reference containing authentication information.

Attributes

credential

The credential reference containing authentication information.

credential: _models.CredentialReference | None

password

Password for the PFX file or basic authentication / Secret when used for ServicePrincipal.

password: _models.SecretBase | None

pfx

Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal.

pfx: _models.SecretBase | None

resource

Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).

resource: Any | None

type

Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal).

type: str | None

user_tenant

TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).

user_tenant: Any | None

username

Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).

username: Any | None