Automated commit by github action: 3387541609

This commit is contained in:
GitHub Action Bot
2022-11-03 16:41:48 +00:00
parent af0f1824c1
commit 174843b126
14 changed files with 42 additions and 15 deletions

View File

@@ -16,6 +16,14 @@ allOf:
format: date-time format: date-time
description: Modified time of the campaign description: Modified time of the campaign
example: '2020-03-03T22:20:12.674Z' 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: filter:
type: object type: object
description: >- description: >-

View File

@@ -13,12 +13,11 @@ properties:
enum: enum:
- "CERTIFICATION" - "CERTIFICATION"
example: CERTIFICATION example: CERTIFICATION
example: correlatedStatus:
reviewer: description: >-
email: reviewer@test.com The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated.
type: IDENTITY An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source).
id: 2c91808568c529c60168cca6f90c1313 enum:
name: William Wilson - "CORRELATED"
type: CERTIFICATION - "UNCORRELATED"
id: 2c9180867921dd73017923ddd8d203ba example: CORRELATED
name: Identity Access Review for William Wilson

View File

@@ -66,3 +66,12 @@ properties:
- ERROR - ERROR
- ARCHIVED - 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

View File

@@ -35,6 +35,7 @@ value:
emailNotificationEnabled: true emailNotificationEnabled: true
autoRevokeAllowed: false autoRevokeAllowed: false
recommendationsEnabled: false recommendationsEnabled: false
correlatedStatus: CORRELATED

View File

@@ -42,4 +42,5 @@ value:
emailNotificationEnabled: false emailNotificationEnabled: false
autoRevokeAllowed: false autoRevokeAllowed: false
recommendationsEnabled: false recommendationsEnabled: false
correlatedStatus: CORRELATED

View File

@@ -42,3 +42,4 @@ value:
emailNotificationEnabled: true emailNotificationEnabled: true
autoRevokeAllowed: false autoRevokeAllowed: false
recommendationsEnabled: false recommendationsEnabled: false
correlatedStatus: CORRELATED

View File

@@ -37,5 +37,6 @@ value:
emailNotificationEnabled: true emailNotificationEnabled: true
autoRevokeAllowed: false autoRevokeAllowed: false
recommendationsEnabled: false recommendationsEnabled: false
correlatedStatus: CORRELATED

View File

@@ -158,3 +158,4 @@
emailNotificationEnabled: true emailNotificationEnabled: true
autoRevokeAllowed: false autoRevokeAllowed: false
recommendationsEnabled: false recommendationsEnabled: false
correlatedStatus: CORRELATED

View File

@@ -12,4 +12,5 @@ value:
sourceOwnerCampaignInfo: sourceOwnerCampaignInfo:
sourceIds: sourceIds:
- 612b31b1a0f04aaf83123bdb80e70db6 - 612b31b1a0f04aaf83123bdb80e70db6
correlatedStatus: CORRELATED

View File

@@ -18,3 +18,4 @@ value:
emailNotificationEnabled: true emailNotificationEnabled: true
autoRevokeAllowed: false autoRevokeAllowed: false
recommendationsEnabled: false recommendationsEnabled: false
correlatedStatus: CORRELATED

View File

@@ -24,4 +24,5 @@ value:
totalCertifications: 0 totalCertifications: 0
completedCertifications: 0 completedCertifications: 0
sourcesWithOrphanEntitlements: null sourcesWithOrphanEntitlements: null
correlatedStatus: CORRELATED

View File

@@ -118,3 +118,4 @@ value:
totalCertifications: 2 totalCertifications: 2
completedCertifications: 0 completedCertifications: 0
sourcesWithOrphanEntitlements: [] sourcesWithOrphanEntitlements: []
correlatedStatus: CORRELATED

View File

@@ -8,3 +8,4 @@ value:
emailNotificationEnabled: true emailNotificationEnabled: true
autoRevokeAllowed: false autoRevokeAllowed: false
recommendationsEnabled: false recommendationsEnabled: false
correlatedStatus: CORRELATED

View File

@@ -27,6 +27,7 @@ value:
emailNotificationEnabled: true emailNotificationEnabled: true
autoRevokeAllowed: false autoRevokeAllowed: false
recommendationsEnabled: false recommendationsEnabled: false
correlatedStatus: CORRELATED
- id: 3b2e2e5821e84127b6d693d41c40623b - id: 3b2e2e5821e84127b6d693d41c40623b
name: Role Composition Campaign name: Role Composition Campaign
description: A review done by a role owner. description: A review done by a role owner.