Hello Experts,
I referenced the Kitchen Sink Plugin, it provide a angularJS directive for sp-object-suggest:
<div id="maSelector" sp-id="maSelector"></div>
<sp-object-suggest id="testingObjectSuggest4"
sp-object-suggest-lookup-id="maSelector"
sp-object-suggest-id="maSelector"
sp-object-suggest-class="sailpoint.object.ManagedAttribute"
sp-object-suggest-context="Global"
ng-model="ngModel.ma"
sp-object-suggest-limit="5"
sp-object-suggest-label="This is a test managed attribute selector"
sp-object-suggest-help-text="This is the help text fore the managed attribute selector"
sp-object-suggest-editable="true"
sp-button-aria-label="Managed Attribute Selector"></sp-object-suggest>
<br/><br/>
I have also add ManagedAttribute into SystemConfiguration: suggestObjectWhitelist; so it’s working good now:
Now I would like to add selector filter logic similar to the IdentitySelectorConfiguration. But I don’t know where/how should I configure this? Any idea how can we achieve this? Also, I would like to have this for Identity, Bundle and ManageAttribute.
Thanks and Regards,
Mike