Automated commit by github action: 14535372567

This commit is contained in:
GitHub Action Bot
2025-04-18 12:48:24 +00:00
parent 59a220c8cd
commit fd8b796cb5
3 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ properties:
objectTypes:
type: array
description: The types of objects
example: ["general"]
items:
type: string
example: general

View File

@@ -28,10 +28,12 @@ properties:
privileged:
type: boolean
description: True if the entitlement is privileged
default: false
example: true
cloudGoverned:
type: boolean
description: True if the entitlement is cloud governed
default: false
example: true
requestable:
type: boolean

View File

@@ -5,6 +5,7 @@ properties:
rights:
type: array
description: All the rights (e.g. actions) that this permission allows on the target
example: HereIsRight1
readOnly: true
items:
type: string