WebActivityAuthentication interface
Web activity authentication properties.
Properties
credential | The credential reference containing authentication information. |
password | Password for the PFX file or basic authentication / Secret when used for ServicePrincipal |
pfx | Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal |
resource | Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string). |
type | Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal) |
username | Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string). |
user |
TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string). |
Property Details
credential
The credential reference containing authentication information.
credential?: CredentialReference
Property Value
password
Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
password?: SecretBaseUnion
Property Value
pfx
Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal
pfx?: SecretBaseUnion
Property Value
resource
Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).
resource?: any
Property Value
any
type
Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)
type?: string
Property Value
string
username
Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: string (or Expression with resultType string).
username?: any
Property Value
any
userTenant
TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string).
userTenant?: any
Property Value
any