merge changes from main and pull the latest from python docs

This commit is contained in:
darrell-thobe-sp
2025-03-10 11:34:32 -04:00
3122 changed files with 95404 additions and 24060 deletions

View File

@@ -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'
)