Summaryresponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| requested_uri | str | The endpoint of a SailPoint API | [optional] |
| number_of_calls | int | Number 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
)