mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
* Fixed several issues * More fixes to v3 APIs * More fixes * Fixed more v3 schema issues * fixed campaign filters path * Updated redoc API generator to v10 * Updated redoc api generator action to latest version * Added log to action * Fixed path in action * Added orderBy to saved search * Added some fixes for beta * Fixed duplicate nullable * Triggering checks again * Triggering checks again * More beta fixes * Fixed schema bug' by github action: 7980819692
26 lines
994 B
YAML
26 lines
994 B
YAML
type : object
|
|
properties:
|
|
allowEntitlementRequest:
|
|
type: boolean
|
|
description: Flag for allowing entitlement request.
|
|
example: true
|
|
requestCommentsRequired:
|
|
type: boolean
|
|
description: Flag for requiring comments while submitting an entitlement request.
|
|
default: false
|
|
example: false
|
|
deniedCommentsRequired:
|
|
type: boolean
|
|
description: Flag for requiring comments while rejecting an entitlement request.
|
|
default: false
|
|
example: false
|
|
grantRequestApprovalSchemes:
|
|
type: string
|
|
description: |
|
|
Approval schemes for granting entitlement request. This can be empty if no approval is needed.
|
|
Multiple schemes must be comma-separated. The valid schemes are "entitlementOwner", "sourceOwner", "manager" and "workgroup:{id}".
|
|
Multiple workgroups (governance groups) can be used.
|
|
default: sourceOwner
|
|
nullable: true
|
|
example:
|
|
"entitlementOwner, sourceOwner, manager, workgroup:2c918084660f45d6016617daa9210584" |