WebActivityAuthentication Class

Definition

Web activity authentication properties.

public class WebActivityAuthentication : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.WebActivityAuthentication>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.WebActivityAuthentication>
public class WebActivityAuthentication
type WebActivityAuthentication = class
    interface IJsonModel<WebActivityAuthentication>
    interface IPersistableModel<WebActivityAuthentication>
type WebActivityAuthentication = class
Public Class WebActivityAuthentication
Implements IJsonModel(Of WebActivityAuthentication), IPersistableModel(Of WebActivityAuthentication)
Public Class WebActivityAuthentication
Inheritance
WebActivityAuthentication
Implements

Constructors

WebActivityAuthentication()

Initializes a new instance of WebActivityAuthentication.

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).

Username

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

UserTenant

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

WebActivityAuthenticationType

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

Explicit Interface Implementations

IJsonModel<WebActivityAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WebActivityAuthentication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebActivityAuthentication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebActivityAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WebActivityAuthentication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to