mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.3 KiB
1.3 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 | pythonsdk |
|
/tools/sdk/python/v2024/models/workgroup-connection-dto-object |
|
WorkgroupConnectionDtoObject
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | ConnectedObjectType | [optional] | |
| id | str | ID of the object to which this reference applies | [optional] |
| name | str | Human-readable name of Connected object | [optional] |
| description | str | Description of the Connected object. | [optional] |
| } |
Example
from sailpoint.v2024.models.workgroup_connection_dto_object import WorkgroupConnectionDtoObject
workgroup_connection_dto_object = WorkgroupConnectionDtoObject(
type=,
id='2c91808568c529c60168cca6f90c1313',
name='Employee-database-read-write',
description='Collection of entitlements to read/write the employee database.'
)