Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/SourceManagementWorkgroup.md
2025-01-28 13:29:29 -05:00

1.2 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
source-management-workgroup SourceManagementWorkgroup SourceManagementWorkgroup SourceManagementWorkgroup powershellsdk
powershell
PowerShell
sdk
SourceManagementWorkgroup
SourceManagementWorkgroup
/tools/sdk/powershell/v3/models/source-management-workgroup
SDK
Software Development Kit
SourceManagementWorkgroup
SourceManagementWorkgroup

SourceManagementWorkgroup

Properties

Name Type Description Notes
Type Pointer to Enum [ "GOVERNANCE_GROUP" ] Type of object being referenced. [optional]
Id Pointer to String Management workgroup ID. [optional]
Name Pointer to String Management workgroup's human-readable display name. [optional]

Examples

  • Prepare the resource
$SourceManagementWorkgroup = Initialize-PSSailpoint.V3SourceManagementWorkgroup  -Type GOVERNANCE_GROUP `
 -Id 2c91808568c529c60168cca6f90c2222 `
 -Name My Management Workgroup
  • Convert the resource to JSON
$SourceManagementWorkgroup | ConvertTo-JSON

[Back to top]