Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/v2024/Models/WorkgroupConnectionDto.md
2025-01-27 16:35:26 -05:00

1.0 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-workgroup-connection-dto WorkgroupConnectionDto WorkgroupConnectionDto WorkgroupConnectionDto powershellsdk
powershell
PowerShell
sdk
WorkgroupConnectionDto
/tools/sdk/powershell/v2024/models/workgroup-connection-dto
SDK
Software Development Kit
WorkgroupConnectionDto

WorkgroupConnectionDto

Properties

Name Type Description Notes
Object Pointer to ConnectedObject [optional]
ConnectionType Pointer to Enum [ "AccessRequestReviewer", "Owner", "ManagementWorkgroup" ] Connection Type. [optional]

Examples

  • Prepare the resource
$WorkgroupConnectionDto = Initialize-PSSailpoint.V2024WorkgroupConnectionDto  -Object null `
 -ConnectionType AccessRequestReviewer
  • Convert the resource to JSON
$WorkgroupConnectionDto | ConvertTo-JSON

[Back to top]