Skip to main content

WorkgroupconnectiondtoObject

Properties

NameTypeDescriptionNotes
typeConnectedobjecttype[optional]
idstrID of the object to which this reference applies[optional]
namestrHuman-readable name of Connected object[optional]
descriptionstrDescription of the Connected object.[optional]
}

Example

from sailpoint.governance_groups.models.workgroupconnectiondto_object import WorkgroupconnectiondtoObject

workgroupconnectiondto_object = WorkgroupconnectiondtoObject(
type=,
id='2c91808568c529c60168cca6f90c1313',
name='Employee-database-read-write',
description='Collection of entitlements to read/write the employee database.'
)

[Back to top]