Skip to main content

SetIconV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.icons.models.set_icon_v1401_response import SetIconV1401Response

set_icon_v1401_response = SetIconV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]