mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.5 KiB
1.5 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-latest-outlier-summary | LatestOutlierSummary | LatestOutlierSummary | LatestOutlierSummary | powershellsdk |
|
/tools/sdk/powershell/beta/models/latest-outlier-summary |
|
LatestOutlierSummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Pointer to Enum [ "LOW_SIMILARITY", "STRUCTURAL" ] | The type of outlier summary | [optional] |
| SnapshotDate | Pointer to System.DateTime | The date the bulk outlier detection ran/snapshot was created | [optional] |
| TotalOutliers | Pointer to Int32 | Total number of outliers for the customer making the request | [optional] |
| TotalIdentities | Pointer to Int32 | Total number of identities for the customer making the request | [optional] |
| TotalIgnored | Pointer to Int32 | Total number of ignored outliers | [optional] |
Examples
- Prepare the resource
$LatestOutlierSummary = Initialize-PSSailpoint.BetaLatestOutlierSummary -Type LOW_SIMILARITY `
-SnapshotDate 2021-05-01T18:40:35.772Z `
-TotalOutliers 50 `
-TotalIdentities 5000 `
-TotalIgnored 10
- Convert the resource to JSON
$LatestOutlierSummary | ConvertTo-JSON