Skip to main content

ListIdentityAttributesV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.identity_attributes.models.list_identity_attributes_v1401_response import ListIdentityAttributesV1401Response

list_identity_attributes_v1401_response = ListIdentityAttributesV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]