Skip to main content

MultihostintegrationsManagementWorkgroup

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.multi_host_integration.models.multihostintegrations_management_workgroup import MultihostintegrationsManagementWorkgroup

multihostintegrations_management_workgroup = MultihostintegrationsManagementWorkgroup(
type='GOVERNANCE_GROUP',
id='2c91808568c529c60168cca6f90c2222',
name='My Management Workgroup'
)

[Back to top]