Skip to main content

RolePropagationStatusResponseTerminatedBy

Identity who terminated the Role Propagation process.

Properties

NameTypeDescriptionNotes
typeEnum [ 'IDENTITY' ]DTO type of the Identity who terminated the Role Propagation process.[optional]
idstrID of the Identity who terminated the Role Propagation process.[optional]
namestrName of the Identity who terminated the Role Propagation process.[optional]
}

Example

from sailpoint.role_propagation.models.role_propagation_status_response_terminated_by import RolePropagationStatusResponseTerminatedBy

role_propagation_status_response_terminated_by = RolePropagationStatusResponseTerminatedBy(
type='IDENTITY',
id='2c7180a46faadee4016fb4e018c20648',
name='William Wilson'
)

[Back to top]