Skip to main content

RolePropagationStatusResponseLaunchedBy

Identity who launched the Role Propagation process.

Properties

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

Example

from sailpoint.role_propagation.models.role_propagation_status_response_launched_by import RolePropagationStatusResponseLaunchedBy

role_propagation_status_response_launched_by = RolePropagationStatusResponseLaunchedBy(
type='IDENTITY',
id='2c7180a46faadee4016fb4e018c20648',
name='William Wilson'
)

[Back to top]