Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1478 from sailpoint/devrel/fix/…
Browse files Browse the repository at this point in the history
…duplicateDefaultKeys

Fix duplicate default keys within spec' by github action: 6723342890
  • Loading branch information
tyler-mairose-sp committed Nov 1, 2023
1 parent bdf8f9f commit cd52e93
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions idn/v3/schemas/reviews/ReviewableEntitlement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,26 +49,22 @@ properties:
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
containsDataAccess:
type: boolean
description: True if the entitlement has DAS data
Expand All @@ -90,13 +86,11 @@ properties:
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
type:
$ref: '../DtoType.yaml'
id:
Expand Down

0 comments on commit cd52e93

Please sign in to comment.