Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1455 from sailpoint/task/source…
Browse files Browse the repository at this point in the history
…Id-on-reviewable-entitlement/ADI-1441

ADI-1441: Add sourceId to ReviewableEntitlement' by github action: 6721892062
  • Loading branch information
tyler-mairose-sp committed Nov 1, 2023
1 parent b59125c commit bdf8f9f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions idn/v3/schemas/reviews/ReviewableEntitlement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,31 @@ properties:
type: string
description: The type of the source for which the entitlement belongs
example: Active Directory - Direct
sourceId:
type: string
description: The ID of the source for which the entitlement belongs
example: 78ca6be511cb41fbb86dba2fcca7780c
hasPermissions:
type: boolean
default: false
description: Indicates if the entitlement has permissions
default: false
example: false
isPermission:
type: boolean
default: false
description: Indicates if the entitlement is a representation of an account permission
example: false
default: false
revocable:
type: boolean
default: false
description: Indicates whether the entitlement can be revoked
example: true
default: false
cloudGoverned:
type: boolean
default: false
description: True if the entitlement is cloud governed
example: false
default: false
Expand All @@ -79,11 +87,13 @@ properties:
example: 'CN=Alison Ferguso'
disabled:
type: boolean
default: false
example: false
description: Indicates whether this account is currently disabled
default: false
locked:
type: boolean
default: false
example: false
description: Indicates whether this account is currently locked
default: false
Expand Down

0 comments on commit bdf8f9f

Please sign in to comment.