mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.4 KiB
1.4 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-campaign-all-of-search-campaign-info-reviewer | CampaignAllOfSearchCampaignInfoReviewer | CampaignAllOfSearchCampaignInfoReviewer | CampaignAllOfSearchCampaignInfoReviewer | pythonsdk |
|
/tools/sdk/python/v2024/models/campaign-all-of-search-campaign-info-reviewer |
|
CampaignAllOfSearchCampaignInfoReviewer
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
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'GOVERNANCE_GROUP', 'IDENTITY' ] | The reviewer's DTO type. | [optional] |
| id | str | The reviewer's ID. | [optional] |
| name | str | The reviewer's name. | [optional] |
| } |
Example
from sailpoint.v2024.models.campaign_all_of_search_campaign_info_reviewer import CampaignAllOfSearchCampaignInfoReviewer
campaign_all_of_search_campaign_info_reviewer = CampaignAllOfSearchCampaignInfoReviewer(
type='IDENTITY',
id='2c91808568c529c60168cca6f90c1313',
name='William Wilson'
)