Search
Search role mining suggestions by name, description, or cohort filter values with optional state and type filters.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Body
The RoleMiningSearchSuggestionsRequest message.
Filter by cohort type (e.g. "department", "job_title", "manager").
Filter by match type against existing access profiles.
ACCESS_PROFILE_MATCH_TYPE_UNSPECIFIED, ACCESS_PROFILE_MATCH_TYPE_EXACT, ACCESS_PROFILE_MATCH_TYPE_SUPERSET, ACCESS_PROFILE_MATCH_TYPE_PARTIAL Maximum number of suggestions to return per page.
Pagination token from a previous response.
Text search — matches against suggested_name, description, and cohort filter values.
Filter by suggestion state.
SUGGESTION_STATE_UNSPECIFIED, SUGGESTION_STATE_NEW, SUGGESTION_STATE_DISMISSED, SUGGESTION_STATE_ACCEPTED