Skip to main content

CreateMachineAccountRequestV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.machine_account_creation_request.models.create_machine_account_request_v1401_response import CreateMachineAccountRequestV1401Response

create_machine_account_request_v1401_response = CreateMachineAccountRequestV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]