Skip to main content

GetAutoWriteSettingsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.suggested_entitlement_description.models.get_auto_write_settings_v1401_response import GetAutoWriteSettingsV1401Response

get_auto_write_settings_v1401_response = GetAutoWriteSettingsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]