Skip to main content

ListTriggersV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.triggers.models.list_triggers_v1401_response import ListTriggersV1401Response

list_triggers_v1401_response = ListTriggersV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]