Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/WorkgroupConnectionDto.md
2025-04-01 09:23:12 -04: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
v2025-workgroup-connection-dto WorkgroupConnectionDto WorkgroupConnectionDto WorkgroupConnectionDto pythonsdk
python
Python
sdk
WorkgroupConnectionDto
V2025WorkgroupConnectionDto
/tools/sdk/python/v2025/models/workgroup-connection-dto
SDK
Software Development Kit
WorkgroupConnectionDto
V2025WorkgroupConnectionDto

WorkgroupConnectionDto

Properties

Name Type Description Notes
object WorkgroupConnectionDtoObject [optional]
connection_type Enum [ 'AccessRequestReviewer', 'Owner', 'ManagementWorkgroup' ] Connection Type. [optional]
}

Example

from sailpoint.v2025.models.workgroup_connection_dto import WorkgroupConnectionDto

workgroup_connection_dto = WorkgroupConnectionDto(
object=,
connection_type='AccessRequestReviewer'
)

[Back to top]