Skip to main content

GetIdentityOutlierSnapshotsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.iai_outliers.models.get_identity_outlier_snapshots_v1401_response import GetIdentityOutlierSnapshotsV1401Response

get_identity_outlier_snapshots_v1401_response = GetIdentityOutlierSnapshotsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]