Skip to main content

ListMachineIdentitiesV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.machine_identities.models.list_machine_identities_v1401_response import ListMachineIdentitiesV1401Response

list_machine_identities_v1401_response = ListMachineIdentitiesV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]