mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.3 KiB
1.3 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-external-attributes | ExternalAttributes | ExternalAttributes | ExternalAttributes | powershellsdk |
|
/tools/sdk/powershell/v2024/models/external-attributes |
|
ExternalAttributes
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | A unique name for the external trigger | [optional] |
| Description | String | Additional context about the external trigger | [optional] |
| ClientId | String | OAuth Client ID to authenticate with this trigger | [optional] |
| Url | String | URL to invoke this workflow | [optional] |
Examples
- Prepare the resource
$ExternalAttributes = Initialize-PSSailpoint.V2024ExternalAttributes -Name search-and-notify `
-Description Run a search and notify the results `
-ClientId 87e239b2-b85b-4bde-b9a7-55bf304ddcdc `
-Url https://tenant.api.identitynow.com/beta/workflows/execute/external/c79e0079-562c-4df5-aa73-60a9e25c916d
- Convert the resource to JSON
$ExternalAttributes | ConvertTo-JSON