mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
19 lines
551 B
YAML
19 lines
551 B
YAML
title: Access Request Pre Approval
|
|
type: object
|
|
required:
|
|
- approved
|
|
- comment
|
|
- approver
|
|
properties:
|
|
approved:
|
|
type: boolean
|
|
description: Whether or not to approve the access request.
|
|
example: false
|
|
comment:
|
|
type: string
|
|
description: A comment about the decision to approve or deny the request.
|
|
example: This access should be denied, because this will cause an SOD violation.
|
|
approver:
|
|
type: string
|
|
description: The name of the entity that approved or denied the request.
|
|
example: AcmeCorpExternalIntegration |