Skip to main content

GetOrgConfigV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.org_config.models.get_org_config_v1401_response import GetOrgConfigV1401Response

get_org_config_v1401_response = GetOrgConfigV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]