GetPasswordSyncGroupsV1401Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| error | object | A message describing the error | [optional] |
| } |
Example
from sailpoint.password_sync_groups.models.get_password_sync_groups_v1401_response import GetPasswordSyncGroupsV1401Response
get_password_sync_groups_v1401_response = GetPasswordSyncGroupsV1401Response(
error=JWT validation failed: JWT is expired
)