Managed Client Request
from sailpoint.v3.models.managed_client_request import ManagedClientRequest managed_client_request = ManagedClientRequest( cluster_id='aClusterId', description='A short description of the ManagedClient', name='aName', type='VA' )
[Back to top]