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: objectTypes:
type: array type: array
description: The types of objects description: The types of objects
example: ["general"]
items: items:
type: string type: string
example: general example: general

View File

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

View File

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