Skip to main content

CampaignAllOfRoleCompositionCampaignInfoReviewer

If specified, this identity or governance group will be the reviewer for all certifications in this campaign. The allowed DTO types are IDENTITY and GOVERNANCE_GROUP.

Properties

NameTypeDescriptionNotes
typeEnum [ 'GOVERNANCE_GROUP', 'IDENTITY' ]The reviewer's DTO type.[optional]
idstrThe reviewer's ID.[optional]
namestrThe reviewer's name.[optional]
}

Example

from sailpoint.v2024.models.campaign_all_of_role_composition_campaign_info_reviewer import CampaignAllOfRoleCompositionCampaignInfoReviewer

campaign_all_of_role_composition_campaign_info_reviewer = CampaignAllOfRoleCompositionCampaignInfoReviewer(
type='IDENTITY',
id='2c91808568c529c60168cca6f90c1313',
name='William Wilson'
)

[Back to top]