Skip to main content

GetAuthUserV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.auth_users.models.get_auth_user_v1429_response import GetAuthUserV1429Response

get_auth_user_v1429_response = GetAuthUserV1429Response(
message= Rate Limit Exceeded
)

[Back to top]