Skip to main content

SendDeclassifyMachineAccountFromSourceV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.declassify_source.models.send_declassify_machine_account_from_source_v1401_response import SendDeclassifyMachineAccountFromSourceV1401Response

send_declassify_machine_account_from_source_v1401_response = SendDeclassifyMachineAccountFromSourceV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]