mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.3 KiB
1.3 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| campaign-all-of-search-campaign-info-reviewer | CampaignAllOfSearchCampaignInfoReviewer | CampaignAllOfSearchCampaignInfoReviewer | CampaignAllOfSearchCampaignInfoReviewer | powershellsdk |
|
/tools/sdk/powershell/v3/models/campaign-all-of-search-campaign-info-reviewer |
|
CampaignAllOfSearchCampaignInfoReviewer
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "GOVERNANCE_GROUP", "IDENTITY" ] | The reviewer's DTO type. | [optional] |
| Id | String | The reviewer's ID. | [optional] |
| Name | String | The reviewer's name. | [optional] |
Examples
- Prepare the resource
$CampaignAllOfSearchCampaignInfoReviewer = Initialize-CampaignAllOfSearchCampaignInfoReviewer -Type IDENTITY `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name William Wilson
- Convert the resource to JSON
$CampaignAllOfSearchCampaignInfoReviewer | ConvertTo-JSON