Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/WorkgroupConnectionDto.md
2025-03-10 11:34:32 -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
v2024-workgroup-connection-dto WorkgroupConnectionDto WorkgroupConnectionDto WorkgroupConnectionDto pythonsdk
python
Python
sdk
WorkgroupConnectionDto
V2024WorkgroupConnectionDto
/tools/sdk/python/v2024/models/workgroup-connection-dto
SDK
Software Development Kit
WorkgroupConnectionDto
V2024WorkgroupConnectionDto

WorkgroupConnectionDto

Properties

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

Example

from sailpoint.v2024.models.workgroup_connection_dto import WorkgroupConnectionDto

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

[Back to top]