Freigeben über


WebActivityAuthentication Class

Definition

Web activity authentication properties.

public class WebActivityAuthentication
type WebActivityAuthentication = class
Public Class WebActivityAuthentication
Inheritance
WebActivityAuthentication

Constructors

Name Description
WebActivityAuthentication()

Initializes a new instance of the WebActivityAuthentication class.

WebActivityAuthentication(String, SecretBase, Object, SecretBase, Object, Object, CredentialReference)

Initializes a new instance of the WebActivityAuthentication class.

Properties

Name Description
Credential

Gets or sets the credential reference containing authentication information.

Password

Gets or sets password for the PFX file or basic authentication / Secret when used for ServicePrincipal

Pfx

Gets or sets base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal

Resource

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

Type

Gets or sets web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)

Username

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

UserTenant

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

Methods

Name Description
Validate()

Validate the object.

Applies to