Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/WorkgroupConnectionDtoObject.md
2025-03-06 23:07:50 +00:00

1.4 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-object WorkgroupConnectionDtoObject WorkgroupConnectionDtoObject WorkgroupConnectionDtoObject powershellsdk
powershell
PowerShell
sdk
WorkgroupConnectionDtoObject
V2024WorkgroupConnectionDtoObject
/tools/sdk/powershell/v2024/models/workgroup-connection-dto-object
SDK
Software Development Kit
WorkgroupConnectionDtoObject
V2024WorkgroupConnectionDtoObject

WorkgroupConnectionDtoObject

Properties

Name Type Description Notes
Type ConnectedObjectType [optional]
Id String ID of the object to which this reference applies [optional]
Name String Human-readable name of Connected object [optional]
Description String Description of the Connected object. [optional]

Examples

  • Prepare the resource
$WorkgroupConnectionDtoObject = Initialize-PSSailpoint.V2024WorkgroupConnectionDtoObject  -Type null `
 -Id 2c91808568c529c60168cca6f90c1313 `
 -Name Employee-database-read-write `
 -Description Collection of entitlements to read/write the employee database.
  • Convert the resource to JSON
$WorkgroupConnectionDtoObject | ConvertTo-JSON

[Back to top]