Files
api-specs/idn/beta/schemas/OutlierFeatureSummary.yaml
GitHub Action Bot 9342c8f37f Automated commit 'Merge pull request #1384 from sailpoint/luisorozco/IDA-20150
IDA-20150 adding valueType to OutlierFeatureSummary' by github action: 5955799620
2023-08-23 19:49:21 +00:00

55 lines
1.5 KiB
YAML

type: object
properties:
contributingFeatureName:
type: string
description: Contributing feature name
example: 'Rare Access'
identityOutlierDisplayName:
type: string
description: Identity display name
example: 'John Smith'
outlierFeatureDisplayValues:
type: array
items:
type: object
properties:
displayName:
type: string
example: Aliza Chris
description: display name
value:
type: string
example: 55
description: value
valueType:
type: string
enum:
- INTEGER
- FLOAT
description: The data type of the value field
example: INTEGER
featureDefinition:
type: string
description: Definition of the feature
example: 'Identity total number of entitlements'
featureExplanation:
type: string
description: Detailed explanation of the feature
example: '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:
type: string
description: outlier's peer identity display name
example: 'Mary Jane'
peerIdentityId:
type: string
description: outlier's peer identity id
example: '9f9d5d53ad0e48fba7352f6da9f1b8gbg'
accessItemReference:
type: object
description: Access Item reference
example:
{
displayName: "All Rare Entitlements",
searchPlaceholder: "Search by name or description"
}