HttpConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Url | String | URL of the external/custom integration. | [required] |
| HttpDispatchMode | HttpDispatchMode | [required] | |
| HttpAuthenticationType | HttpAuthenticationType | [optional] | |
| BasicAuthConfig | BasicAuthConfig | [optional] | |
| BearerTokenAuthConfig | BearerTokenAuthConfig | [optional] |
Examples
- Prepare the resource
$HttpConfig = Initialize-V2025HttpConfig -Url https://www.example.com `
-HttpDispatchMode null `
-HttpAuthenticationType null `
-BasicAuthConfig null `
-BearerTokenAuthConfig null
- Convert the resource to JSON
$HttpConfig | ConvertTo-JSON