mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Automated commit by github action: 3387541609
This commit is contained in:
@@ -16,6 +16,14 @@ allOf:
|
||||
format: date-time
|
||||
description: Modified time of the campaign
|
||||
example: '2020-03-03T22:20:12.674Z'
|
||||
correlatedStatus:
|
||||
description: >-
|
||||
The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated.
|
||||
An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source).
|
||||
enum:
|
||||
- "CORRELATED"
|
||||
- "UNCORRELATED"
|
||||
example: CORRELATED
|
||||
filter:
|
||||
type: object
|
||||
description: >-
|
||||
|
||||
@@ -13,12 +13,11 @@ properties:
|
||||
enum:
|
||||
- "CERTIFICATION"
|
||||
example: CERTIFICATION
|
||||
example:
|
||||
reviewer:
|
||||
email: reviewer@test.com
|
||||
type: IDENTITY
|
||||
id: 2c91808568c529c60168cca6f90c1313
|
||||
name: William Wilson
|
||||
type: CERTIFICATION
|
||||
id: 2c9180867921dd73017923ddd8d203ba
|
||||
name: Identity Access Review for William Wilson
|
||||
correlatedStatus:
|
||||
description: >-
|
||||
The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated.
|
||||
An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source).
|
||||
enum:
|
||||
- "CORRELATED"
|
||||
- "UNCORRELATED"
|
||||
example: CORRELATED
|
||||
|
||||
@@ -65,4 +65,13 @@ properties:
|
||||
- COMPLETED
|
||||
- ERROR
|
||||
- ARCHIVED
|
||||
example: ACTIVE
|
||||
example: ACTIVE
|
||||
correlatedStatus:
|
||||
type: string
|
||||
description: >-
|
||||
The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated.
|
||||
An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source).
|
||||
enum:
|
||||
- CORRELATED
|
||||
- UNCORRELATED
|
||||
example: CORRELATED
|
||||
@@ -35,6 +35,7 @@ value:
|
||||
emailNotificationEnabled: true
|
||||
autoRevokeAllowed: false
|
||||
recommendationsEnabled: false
|
||||
correlatedStatus: CORRELATED
|
||||
|
||||
|
||||
|
||||
@@ -42,4 +42,5 @@ value:
|
||||
emailNotificationEnabled: false
|
||||
autoRevokeAllowed: false
|
||||
recommendationsEnabled: false
|
||||
correlatedStatus: CORRELATED
|
||||
|
||||
@@ -41,4 +41,5 @@ value:
|
||||
status: null
|
||||
emailNotificationEnabled: true
|
||||
autoRevokeAllowed: false
|
||||
recommendationsEnabled: false
|
||||
recommendationsEnabled: false
|
||||
correlatedStatus: CORRELATED
|
||||
@@ -37,5 +37,6 @@ value:
|
||||
emailNotificationEnabled: true
|
||||
autoRevokeAllowed: false
|
||||
recommendationsEnabled: false
|
||||
correlatedStatus: CORRELATED
|
||||
|
||||
|
||||
|
||||
@@ -157,4 +157,5 @@
|
||||
status: null
|
||||
emailNotificationEnabled: true
|
||||
autoRevokeAllowed: false
|
||||
recommendationsEnabled: false
|
||||
recommendationsEnabled: false
|
||||
correlatedStatus: CORRELATED
|
||||
@@ -12,4 +12,5 @@ value:
|
||||
sourceOwnerCampaignInfo:
|
||||
sourceIds:
|
||||
- 612b31b1a0f04aaf83123bdb80e70db6
|
||||
correlatedStatus: CORRELATED
|
||||
|
||||
|
||||
@@ -17,4 +17,5 @@ value:
|
||||
- 2c918084707deba501709d45ce4e5569
|
||||
emailNotificationEnabled: true
|
||||
autoRevokeAllowed: false
|
||||
recommendationsEnabled: false
|
||||
recommendationsEnabled: false
|
||||
correlatedStatus: CORRELATED
|
||||
@@ -24,4 +24,5 @@ value:
|
||||
totalCertifications: 0
|
||||
completedCertifications: 0
|
||||
sourcesWithOrphanEntitlements: null
|
||||
correlatedStatus: CORRELATED
|
||||
|
||||
@@ -117,4 +117,5 @@ value:
|
||||
alerts: null
|
||||
totalCertifications: 2
|
||||
completedCertifications: 0
|
||||
sourcesWithOrphanEntitlements: []
|
||||
sourcesWithOrphanEntitlements: []
|
||||
correlatedStatus: CORRELATED
|
||||
@@ -7,4 +7,5 @@ value:
|
||||
status: STAGED
|
||||
emailNotificationEnabled: true
|
||||
autoRevokeAllowed: false
|
||||
recommendationsEnabled: false
|
||||
recommendationsEnabled: false
|
||||
correlatedStatus: CORRELATED
|
||||
@@ -27,6 +27,7 @@ value:
|
||||
emailNotificationEnabled: true
|
||||
autoRevokeAllowed: false
|
||||
recommendationsEnabled: false
|
||||
correlatedStatus: CORRELATED
|
||||
- id: 3b2e2e5821e84127b6d693d41c40623b
|
||||
name: Role Composition Campaign
|
||||
description: A review done by a role owner.
|
||||
|
||||
Reference in New Issue
Block a user