Uses of Class
com.azure.resourcemanager.datafactory.models.WebActivityAuthentication
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of WebActivityAuthentication in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionWebActivityTypeProperties.authentication()
Get the authentication property: Authentication method used for calling the endpoint.WebhookActivityTypeProperties.authentication()
Get the authentication property: Authentication method used for calling the endpoint.Modifier and TypeMethodDescriptionWebActivityTypeProperties.withAuthentication
(WebActivityAuthentication authentication) Set the authentication property: Authentication method used for calling the endpoint.WebhookActivityTypeProperties.withAuthentication
(WebActivityAuthentication authentication) Set the authentication property: Authentication method used for calling the endpoint. -
Uses of WebActivityAuthentication in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionWebActivity.authentication()
Get the authentication property: Authentication method used for calling the endpoint.WebhookActivity.authentication()
Get the authentication property: Authentication method used for calling the endpoint.WebActivityAuthentication.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.WebActivityAuthentication.withPassword
(SecretBase password) Set the password property: Password for the PFX file or basic authentication / Secret when used for ServicePrincipal.WebActivityAuthentication.withPfx
(SecretBase pfx) Set the pfx property: Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal.WebActivityAuthentication.withResource
(Object resource) Set the resource property: Resource for which Azure Auth token will be requested when using MSI Authentication.Set the type property: Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal).WebActivityAuthentication.withUsername
(Object username) Set the username property: Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal.WebActivityAuthentication.withUserTenant
(Object userTenant) Set the userTenant property: TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication.Modifier and TypeMethodDescriptionWebActivity.withAuthentication
(WebActivityAuthentication authentication) Set the authentication property: Authentication method used for calling the endpoint.WebhookActivity.withAuthentication
(WebActivityAuthentication authentication) Set the authentication property: Authentication method used for calling the endpoint.