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-Httpconfig -Url https://www.example.com `
-HttpDispatchMode null `
-HttpAuthenticationType null `
-BasicAuthConfig null `
-BearerTokenAuthConfig null
- Convert the resource to JSON
$Httpconfig | ConvertTo-JSON