mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.1 KiB
1.1 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| source-management-workgroup | SourceManagementWorkgroup | SourceManagementWorkgroup | SourceManagementWorkgroup | pythonsdk |
|
/tools/sdk/python/v3/models/source-management-workgroup |
|
SourceManagementWorkgroup
Reference to management workgroup for the source.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'GOVERNANCE_GROUP' ] | Type of object being referenced. | [optional] |
| id | str | Management workgroup ID. | [optional] |
| name | str | Management workgroup's human-readable display name. | [optional] |
| } |
Example
from sailpoint.v3.models.source_management_workgroup import SourceManagementWorkgroup
source_management_workgroup = SourceManagementWorkgroup(
type='GOVERNANCE_GROUP',
id='2c91808568c529c60168cca6f90c2222',
name='My Management Workgroup'
)