Skip to main content

ListPublicMachineIdentitiesV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.public_machine_identities.models.list_public_machine_identities_v1429_response import ListPublicMachineIdentitiesV1429Response

list_public_machine_identities_v1429_response = ListPublicMachineIdentitiesV1429Response(
message= Rate Limit Exceeded
)

[Back to top]