Skip to main content

ListTransformsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.transforms.models.list_transforms_v1401_response import ListTransformsV1401Response

list_transforms_v1401_response = ListTransformsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]