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

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

WorkgroupConnectionDto

Properties

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

Examples

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

[Back to top]