Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/WorkgroupConnectionDto.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -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
workgroup-connection-dto WorkgroupConnectionDto WorkgroupConnectionDto WorkgroupConnectionDto powershellsdk
powershell
PowerShell
sdk
WorkgroupConnectionDto
/tools/sdk/powershell/beta/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.BetaWorkgroupConnectionDto  -Object null `
 -ConnectionType AccessRequestReviewer
  • Convert the resource to JSON
$WorkgroupConnectionDto | ConvertTo-JSON

[Back to top]