mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
merge changes from main and pull the latest from python docs
This commit is contained in:
@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'WorkgroupConnectionDto', 'V2024Workgr
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**object** | [**ConnectedObject**](connected-object) | | [optional]
|
||||
**object** | [**WorkgroupConnectionDtoObject**](workgroup-connection-dto-object) | | [optional]
|
||||
**connection_type** | **Enum** [ 'AccessRequestReviewer', 'Owner', 'ManagementWorkgroup' ] | Connection Type. | [optional]
|
||||
}
|
||||
|
||||
@@ -26,11 +26,7 @@ Name | Type | Description | Notes
|
||||
from sailpoint.v2024.models.workgroup_connection_dto import WorkgroupConnectionDto
|
||||
|
||||
workgroup_connection_dto = WorkgroupConnectionDto(
|
||||
object=sailpoint.v2024.models.connected_object.ConnectedObject(
|
||||
type = 'ACCESS_PROFILE',
|
||||
id = '2c91808568c529c60168cca6f90c1313',
|
||||
name = 'Employee-database-read-write',
|
||||
description = 'Collection of entitlements to read/write the employee database.', ),
|
||||
object=,
|
||||
connection_type='AccessRequestReviewer'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user