Skip to main content

ListTagsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.tags.models.list_tags_v1401_response import ListTagsV1401Response

list_tags_v1401_response = ListTagsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]