Skip to main content

ViolationOwnerAssignmentConfigOwnerRef

The owner of the violation assignment config.

Properties

NameTypeDescriptionNotes
typeEnum [ 'IDENTITY', 'GOVERNANCE_GROUP', 'MANAGER' ]Owner type.[optional]
idstrOwner's ID.[optional]
namestrOwner's name.[optional]
}

Example

from sailpoint.v2024.models.violation_owner_assignment_config_owner_ref import ViolationOwnerAssignmentConfigOwnerRef

violation_owner_assignment_config_owner_ref = ViolationOwnerAssignmentConfigOwnerRef(
type='IDENTITY',
id='2c9180a46faadee4016fb4e018c20639',
name='Support'
)

[Back to top]