Skip to main content

GetPeerGroupOutliersV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.iai_peer_group_strategies.models.get_peer_group_outliers_v1401_response import GetPeerGroupOutliersV1401Response

get_peer_group_outliers_v1401_response = GetPeerGroupOutliersV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]