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.rolepropagationstatusresponse_launched_by import RolepropagationstatusresponseLaunchedBy

rolepropagationstatusresponse_launched_by = RolepropagationstatusresponseLaunchedBy(
type='IDENTITY',
id='2c7180a46faadee4016fb4e018c20648',
name='William Wilson'
)

[Back to top]