Skip to main content

Outlierfeaturesummary

Properties

NameTypeDescriptionNotes
ContributingFeatureNameStringContributing feature name[optional]
IdentityOutlierDisplayNameStringIdentity display name[optional]
OutlierFeatureDisplayValues[]OutlierfeaturesummaryOutlierFeatureDisplayValuesInner[optional]
FeatureDefinitionStringDefinition of the feature[optional]
FeatureExplanationStringDetailed explanation of the feature[optional]
PeerDisplayNameStringoutlier's peer identity display name[optional]
PeerIdentityIdStringoutlier's peer identity id[optional]
AccessItemReference[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0Access Item reference[optional]

Examples

  • Prepare the resource
$Outlierfeaturesummary = Initialize-Outlierfeaturesummary  -ContributingFeatureName Rare Access `
-IdentityOutlierDisplayName John Smith `
-OutlierFeatureDisplayValues null `
-FeatureDefinition Identity total number of entitlements `
-FeatureExplanation An identity that has too much rare access has a higher change of becoming a security threat due to the unique access they possess `
-PeerDisplayName Mary Jane `
-PeerIdentityId 9f9d5d53ad0e48fba7352f6da9f1b8gbg `
-AccessItemReference {"displayName":"All Rare Entitlements","searchPlaceholder":"Search by name or description"}
  • Convert the resource to JSON
$Outlierfeaturesummary | ConvertTo-JSON

[Back to top]