Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/FullcampaignAllOfSearchCampaignInfoReviewer.md
2025-05-07 14:37:48 +00:00

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
beta-fullcampaign-all-of-search-campaign-info-reviewer FullcampaignAllOfSearchCampaignInfoReviewer FullcampaignAllOfSearchCampaignInfoReviewer FullcampaignAllOfSearchCampaignInfoReviewer powershellsdk
powershell
PowerShell
sdk
FullcampaignAllOfSearchCampaignInfoReviewer
BetaFullcampaignAllOfSearchCampaignInfoReviewer
/tools/sdk/powershell/beta/models/fullcampaign-all-of-search-campaign-info-reviewer
SDK
Software Development Kit
FullcampaignAllOfSearchCampaignInfoReviewer
BetaFullcampaignAllOfSearchCampaignInfoReviewer

FullcampaignAllOfSearchCampaignInfoReviewer

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
$FullcampaignAllOfSearchCampaignInfoReviewer = Initialize-BetaFullcampaignAllOfSearchCampaignInfoReviewer  -Type IDENTITY `
 -Id 2c91808568c529c60168cca6f90c1313 `
 -Name William Wilson
  • Convert the resource to JSON
$FullcampaignAllOfSearchCampaignInfoReviewer | ConvertTo-JSON

[Back to top]