Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,17 +16,17 @@ tags: ['SDK', 'Software Development Kit', 'Outlier', 'BetaOutlier']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | The identity's unique identifier for the outlier record | [optional]
**IdentityId** | Pointer to **String** | The ID of the identity that is detected as an outlier | [optional]
**Type** | Pointer to **Enum** [ "LOW_SIMILARITY", "STRUCTURAL" ] | The type of outlier summary | [optional]
**FirstDetectionDate** | Pointer to **System.DateTime** | The first date the outlier was detected | [optional]
**LatestDetectionDate** | Pointer to **System.DateTime** | The most recent date the outlier was detected | [optional]
**Ignored** | Pointer to **Boolean** | Flag whether or not the outlier has been ignored | [optional]
**Attributes** | Pointer to [**SystemCollectionsHashtable**]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | Object containing mapped identity attributes | [optional]
**Score** | Pointer to **Double** | The outlier score determined by the detection engine ranging from 0..1 | [optional]
**UnignoreType** | Pointer to **Enum** [ "MANUAL", "AUTOMATIC" ] | Enum value of if the outlier manually or automatically un-ignored. Will be NULL if outlier is not ignored | [optional]
**UnignoreDate** | Pointer to **System.DateTime** | shows date when last time has been unignored outlier | [optional]
**IgnoreDate** | Pointer to **System.DateTime** | shows date when last time has been ignored outlier | [optional]
**Id** | **String** | The identity's unique identifier for the outlier record | [optional]
**IdentityId** | **String** | The ID of the identity that is detected as an outlier | [optional]
**Type** | **Enum** [ "LOW_SIMILARITY", "STRUCTURAL" ] | The type of outlier summary | [optional]
**FirstDetectionDate** | **System.DateTime** | The first date the outlier was detected | [optional]
**LatestDetectionDate** | **System.DateTime** | The most recent date the outlier was detected | [optional]
**Ignored** | **Boolean** | Flag whether or not the outlier has been ignored | [optional]
**Attributes** | [**SystemCollectionsHashtable**]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | Object containing mapped identity attributes | [optional]
**Score** | **Double** | The outlier score determined by the detection engine ranging from 0..1 | [optional]
**UnignoreType** | **Enum** [ "MANUAL", "AUTOMATIC" ] | Enum value of if the outlier manually or automatically un-ignored. Will be NULL if outlier is not ignored | [optional]
**UnignoreDate** | **System.DateTime** | shows date when last time has been unignored outlier | [optional]
**IgnoreDate** | **System.DateTime** | shows date when last time has been ignored outlier | [optional]
## Examples