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