Skip to main content

AccountsourcereferenceGovernanceGroup

Details about the governance group of the source.

Properties

NameTypeDescriptionNotes
idstrID of the governance group.[required]
namestrName of the governance group.[required]
}

Example

from sailpoint.triggers.models.accountsourcereference_governance_group import AccountsourcereferenceGovernanceGroup

accountsourcereference_governance_group = AccountsourcereferenceGovernanceGroup(
id='group-456',
name='governance-group-name'
)

[Back to top]