Skip to main content

GetBrandingListV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.branding.models.get_branding_list_v1401_response import GetBrandingListV1401Response

get_branding_list_v1401_response = GetBrandingListV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]