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