Skip to main content

GetClassifyMachineAccountFromSourceStatusV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.classify_source.models.get_classify_machine_account_from_source_status_v1401_response import GetClassifyMachineAccountFromSourceStatusV1401Response

get_classify_machine_account_from_source_status_v1401_response = GetClassifyMachineAccountFromSourceStatusV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]