mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
ADI-2610: update api specs for access request identity metrics endpoint' by github action: 8010061513
52 lines
1.7 KiB
YAML
52 lines
1.7 KiB
YAML
type: object
|
|
properties:
|
|
identitiesWithAccess:
|
|
type: integer
|
|
format: int64
|
|
nullable: true
|
|
description:
|
|
A count of the provided manager's direct reports that have already been granted the access item in question.
|
|
example: 8
|
|
identitiesWithActivity:
|
|
type: integer
|
|
format: int64
|
|
nullable: true
|
|
description: >-
|
|
A count of the provided manager's direct reports that have activity within the associated source.
|
|
example: 5
|
|
totalIdentities:
|
|
type: integer
|
|
format: int64
|
|
nullable: true
|
|
description: >-
|
|
Total number of identities who share a manager with the identity requesting access.
|
|
example: 10
|
|
squadAvailable:
|
|
type: boolean
|
|
default: false
|
|
description: >-
|
|
True if the manager's ID can be found.
|
|
False if the manager's ID cannot be found.
|
|
example: true
|
|
validActivityObject:
|
|
type: boolean
|
|
default: false
|
|
description: >-
|
|
True if the requested access item is associated with a single Activity Data Insights connector source.
|
|
False if the requested access item type is a role. If it's a role, it matches to multiple sources,
|
|
so a single relevant source can't be determined for activity metrics.
|
|
example: true
|
|
activitySourceConfigured:
|
|
type: boolean
|
|
default: false
|
|
description: >-
|
|
True if the Activity Data Insights connector is configured for the source associated with the requested access item.
|
|
False if the matching Activity Data Insights connector is not configured.
|
|
example: true
|
|
requestedObjectActive:
|
|
type: boolean
|
|
default: false
|
|
description: >-
|
|
True if the requested access item exists and is available.
|
|
False if the requested access item is either missing or deleted.
|
|
example: true |