mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-http-config | HttpConfig | HttpConfig | HttpConfig | powershellsdk |
|
/tools/sdk/powershell/v2024/models/http-config |
|
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