Hi there!
Using an okta-sdk-nodejs and trying to find group rule by rule name.
As far as I see, I can pass query params to listGroupRules() like:
listGroupRules(queryParameters?: {
limit?: number,
after?: string,
search?: string,
expand?: string,
}): Collection;
But the question is - anyone have an example what should I pass as a search query there?
Tried to find some info from OKTA documentation - no luck, no examples at all:
Search Group Rules | Okta