Skip to main content

Summaryresponse

Properties

NameTypeDescriptionNotes
RequestedUriStringThe endpoint of a SailPoint API[optional]
NumberOfCallsInt64Number of calls made to a specific SailPoint API[optional]

Examples

  • Prepare the resource
$Summaryresponse = Initialize-Summaryresponse  -RequestedUri /v2024/auth-org/session-config `
-NumberOfCalls 10
  • Convert the resource to JSON
$Summaryresponse | ConvertTo-JSON

[Back to top]