Skip to main content

ListHistoricalIdentitiesV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.identity_history.models.list_historical_identities_v1429_response import ListHistoricalIdentitiesV1429Response

list_historical_identities_v1429_response = ListHistoricalIdentitiesV1429Response(
message= Rate Limit Exceeded
)

[Back to top]