Skip to main content

ListMachineAccountMappingsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.machine_account_mappings.models.list_machine_account_mappings_v1401_response import ListMachineAccountMappingsV1401Response

list_machine_account_mappings_v1401_response = ListMachineAccountMappingsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]