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.api_usage.models.summaryresponse import Summaryresponse

summaryresponse = Summaryresponse(
requested_uri='/v2024/auth-org/session-config',
number_of_calls=10
)

[Back to top]