Skip to main content

Campaign2AllOfRoleCompositionCampaignInfoReviewer

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.certification_campaigns.models.campaign2_all_of_role_composition_campaign_info_reviewer import Campaign2AllOfRoleCompositionCampaignInfoReviewer

campaign2_all_of_role_composition_campaign_info_reviewer = Campaign2AllOfRoleCompositionCampaignInfoReviewer(
type='IDENTITY',
id='2c91808568c529c60168cca6f90c1313',
name='William Wilson'
)

[Back to top]