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

2.1 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-role-composition-campaign-info FullcampaignAllOfRoleCompositionCampaignInfo FullcampaignAllOfRoleCompositionCampaignInfo FullcampaignAllOfRoleCompositionCampaignInfo powershellsdk
powershell
PowerShell
sdk
FullcampaignAllOfRoleCompositionCampaignInfo
BetaFullcampaignAllOfRoleCompositionCampaignInfo
/tools/sdk/powershell/beta/models/fullcampaign-all-of-role-composition-campaign-info
SDK
Software Development Kit
FullcampaignAllOfRoleCompositionCampaignInfo
BetaFullcampaignAllOfRoleCompositionCampaignInfo

FullcampaignAllOfRoleCompositionCampaignInfo

Properties

Name Type Description Notes
Reviewer FullcampaignAllOfSearchCampaignInfoReviewer [optional]
RoleIds []String Optional list of roles to include in this campaign. Only one of roleIds and query may be set; if neither are set, all roles are included. [optional]
RemediatorRef FullcampaignAllOfRoleCompositionCampaignInfoRemediatorRef [required]
Query String Optional search query to scope this campaign to a set of roles. Only one of roleIds and query may be set; if neither are set, all roles are included. [optional]
Description String Describes this role composition campaign. Intended for storing the query used, and possibly the number of roles selected/available. [optional]

Examples

  • Prepare the resource
$FullcampaignAllOfRoleCompositionCampaignInfo = Initialize-BetaFullcampaignAllOfRoleCompositionCampaignInfo  -Reviewer null `
 -RoleIds [2c90ad2a70ace7d50170acf22ca90010] `
 -RemediatorRef null `
 -Query Search Query `
 -Description Role Composition Description
  • Convert the resource to JSON
$FullcampaignAllOfRoleCompositionCampaignInfo | ConvertTo-JSON

[Back to top]