mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-invocation | Invocation | Invocation | Invocation | powershellsdk |
|
/tools/sdk/powershell/beta/models/invocation |
|
Invocation
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | Invocation ID | [optional] |
| TriggerId | String | Trigger ID | [optional] |
| Secret | String | Unique invocation secret. | [optional] |
| ContentJson | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | JSON map of invocation metadata. | [optional] |
Examples
- Prepare the resource
$Invocation = Initialize-BetaInvocation -Id 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde `
-TriggerId idn:access-requested `
-Secret 0f979022-08be-44f2-b6f9-7393ec73ed9b `
-ContentJson {workflowId=1234}
- Convert the resource to JSON
$Invocation | ConvertTo-JSON