Skip to main content

SendClassifyMachineAccountV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.machine_account_classify.models.send_classify_machine_account_v1401_response import SendClassifyMachineAccountV1401Response

send_classify_machine_account_v1401_response = SendClassifyMachineAccountV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]