mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Automated commit by github action: 4505030318
This commit is contained in:
@@ -28,10 +28,11 @@ post:
|
|||||||
__REVOKE_ACCESS__
|
__REVOKE_ACCESS__
|
||||||
* Can only be requested for a single identity at a time.
|
* Can only be requested for a single identity at a time.
|
||||||
* Does not support self request. Only manager can request to revoke access for their directly managed employees.
|
* Does not support self request. Only manager can request to revoke access for their directly managed employees.
|
||||||
* If removeDate is specified, then the access will be removed on that date and time.
|
* If removeDate is specified, then the access will be removed on that date and time only for Roles and Access Profiles. Entitlements are currently unsupported for removeDate.
|
||||||
|
* Roles, Access Profiles, and Entitlements can be requested for revocation.
|
||||||
|
* Revoke requests for entitlements are limited to 1 entitlement per access request currently.
|
||||||
* [Roles, Access Profiles] RemoveData can be specified only if access don't have a sunset date.
|
* [Roles, Access Profiles] RemoveData can be specified only if access don't have a sunset date.
|
||||||
* Allows a manager to request to revoke access for direct employees. A token with ORG_ADMIN authority can also request to revoke access from anyone.
|
* Allows a manager to request to revoke access for direct employees. A token with ORG_ADMIN authority can also request to revoke access from anyone.
|
||||||
* Roles and Access Profiles can be requested for revocation. Revoke request for entitlements are not supported currently.
|
|
||||||
|
|
||||||
NOTE: There is no indication to the approver in the IdentityNow UI that the approval request is for a revoke action. Take this into consideration when calling this API.
|
NOTE: There is no indication to the approver in the IdentityNow UI that the approval request is for a revoke action. Take this into consideration when calling this API.
|
||||||
|
|
||||||
|
|||||||
@@ -4,5 +4,5 @@ enum:
|
|||||||
- REVOKE_ACCESS
|
- REVOKE_ACCESS
|
||||||
description: >-
|
description: >-
|
||||||
Access request type. Defaults to GRANT_ACCESS.
|
Access request type. Defaults to GRANT_ACCESS.
|
||||||
REVOKE_ACCESS type can only have a single Identity ID in the requestedFor field. Currently REVOKE_ACCESS is not supported for entitlements.
|
REVOKE_ACCESS type can only have a single Identity ID in the requestedFor field.
|
||||||
example: GRANT_ACCESS
|
example: GRANT_ACCESS
|
||||||
|
|||||||
@@ -45,8 +45,10 @@ properties:
|
|||||||
$ref: './CommentDto.yaml'
|
$ref: './CommentDto.yaml'
|
||||||
description: The requester's comment.
|
description: The requester's comment.
|
||||||
reviewerComment:
|
reviewerComment:
|
||||||
$ref: './CommentDto.yaml'
|
allOf:
|
||||||
|
- $ref: './CommentDto.yaml'
|
||||||
description: The approval's reviewer's comment.
|
description: The approval's reviewer's comment.
|
||||||
|
nullable: true
|
||||||
previousReviewersComments:
|
previousReviewersComments:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
@@ -69,6 +71,7 @@ properties:
|
|||||||
description: The date the role or access profile is no longer assigned to the specified identity.
|
description: The date the role or access profile is no longer assigned to the specified identity.
|
||||||
format: 'date-time'
|
format: 'date-time'
|
||||||
example: '2020-07-11T00:00:00Z'
|
example: '2020-07-11T00:00:00Z'
|
||||||
|
nullable: true
|
||||||
removeDateUpdateRequested:
|
removeDateUpdateRequested:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: If true, then the request was to change the remove date or sunset date.
|
description: If true, then the request was to change the remove date or sunset date.
|
||||||
@@ -78,6 +81,7 @@ properties:
|
|||||||
description: The remove date or sunset date that was assigned at the time of the request.
|
description: The remove date or sunset date that was assigned at the time of the request.
|
||||||
format: 'date-time'
|
format: 'date-time'
|
||||||
example: '2020-07-11T00:00:00Z'
|
example: '2020-07-11T00:00:00Z'
|
||||||
|
nullable: true
|
||||||
sodViolationContext:
|
sodViolationContext:
|
||||||
$ref: './SodViolationContextCheckCompleted.yaml'
|
$ref: './SodViolationContextCheckCompleted.yaml'
|
||||||
description: The details of the SOD violations for the associated approval.
|
description: The details of the SOD violations for the associated approval.
|
||||||
Reference in New Issue
Block a user