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:
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user