Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1568 from sailpoint/michelle.kl…
Browse files Browse the repository at this point in the history
…eiman/ADI-2610

ADI-2610: update api specs for access request identity metrics endpoint' by github action: 8010061513
  • Loading branch information
tyler-mairose-sp committed Feb 22, 2024
1 parent df4184d commit 1e7c120
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions idn/beta/paths/access-request-identity-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ get:
parameters:
- name: identityId
in: path
description: Identity's ID.
description: Manager's identity ID.
required: true
schema:
type: string
Expand All @@ -33,7 +33,7 @@ get:
- UserContextAuth: [idn:access-request-approvals:read]
responses:
'200':
description: Summary of the resource access and source activity for the group of identities sharing a manager with the provided identity.
description: Summary of the resource access and source activity for the direct reports of the provided manager.
content:
application/json:
schema:
Expand Down
8 changes: 4 additions & 4 deletions idn/beta/schemas/AccessRequestIdentityMetrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ properties:
format: int64
nullable: true
description:
Number of identities who share a manager with the identity requesting access and have already been granted the access item in question.
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: >-
Number of identities who share a manager with the identity requesting access and have activity within the associated source.
A count of the provided manager's direct reports that have activity within the associated source.
example: 5
totalIdentities:
type: integer
Expand All @@ -25,8 +25,8 @@ properties:
type: boolean
default: false
description: >-
True if the manager of the identity requesting access can be found.
False if the identity has no manager.
True if the manager's ID can be found.
False if the manager's ID cannot be found.
example: true
validActivityObject:
type: boolean
Expand Down

0 comments on commit 1e7c120

Please sign in to comment.