mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Automated commit by github action: 14535372567
This commit is contained in:
@@ -25,6 +25,7 @@ properties:
|
||||
objectTypes:
|
||||
type: array
|
||||
description: The types of objects
|
||||
example: ["general"]
|
||||
items:
|
||||
type: string
|
||||
example: general
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user