WebActivityAuthentication Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Web activity authentication properties.
public class WebActivityAuthentication
type WebActivityAuthentication = class
Public Class WebActivityAuthentication
- Inheritance
-
WebActivityAuthentication
Constructors
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
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
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET