Skip to main content

RolePropagationResponse

Role Propagation Response

Properties

NameTypeDescriptionNotes
role_propagation_idstrId of the Role Propagation process triggered.[optional]
}

Example

from sailpoint.role_propagation.models.role_propagation_response import RolePropagationResponse

role_propagation_response = RolePropagationResponse(
role_propagation_id='47b9fb02-e12e-42ba-8bfe-1860d78c88eb'
)

[Back to top]