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-V2025SummaryResponse  -RequestedUri /v2024/auth-org/session-config `
-NumberOfCalls 10
  • Convert the resource to JSON
$SummaryResponse | ConvertTo-JSON

[Back to top]