Skip to main content

SummaryResponse

Properties

NameTypeDescriptionNotes
requested_uristrThe endpoint of a SailPoint API[optional]
number_of_callsintNumber of calls made to a specific SailPoint API[optional]
}

Example

from sailpoint.v2025.models.summary_response import SummaryResponse

summary_response = SummaryResponse(
requested_uri='/v2024/auth-org/session-config',
number_of_calls=10
)

[Back to top]