Skip to main content

SourceManagementWorkgroup

Reference to management workgroup for the source.

Properties

NameTypeDescriptionNotes
typeEnum [ 'GOVERNANCE_GROUP' ]Type of object being referenced.[optional]
idstrManagement workgroup ID.[optional]
namestrManagement 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'
)

[Back to top]