Adf Web Activity Authentication Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Password | String | Password for the PFX file or basic authentication / Secret when used for ServicePrincipal. This is a required property | |
Type | AdfWebActivityAuthenticationType | Basic | Determines whether to use basic authentication or client certificate authentication. This is a required property |
Pfx | String | Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal | |
Resource | String | Resource for which Azure Auth token will be requested when using MSI Authentication. | |
Username | String | Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. | |
UserTenant | String | TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |