mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.0 KiB
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 |
|
/tools/sdk/python/v2024/models/workgroup-connection-dto |
|
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'
)