Skip to main content

Invocation

Properties

NameTypeDescriptionNotes
IdStringInvocation ID[optional]
TriggerIdStringTrigger ID[optional]
SecretStringUnique invocation secret.[optional]
ContentJson[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0JSON map of invocation metadata.[optional]

Examples

  • Prepare the resource
$Invocation = Initialize-PSSailpoint.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

[Back to top]