Skip to main content

GetPasswordSyncGroupsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.password_sync_groups.models.get_password_sync_groups_v1429_response import GetPasswordSyncGroupsV1429Response

get_password_sync_groups_v1429_response = GetPasswordSyncGroupsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]