|
31 | 31 | public final class GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters extends com.google.api.client.json.GenericJson { |
32 | 32 |
|
33 | 33 | /** |
34 | | - * Optional. The filter used to request specific records from IdP. In case of attributes type as |
35 | | - * AZURE_AD_GROUPS_MAIL, it represents the filter used to request specific groups for users from |
36 | | - * IdP. By default, all of the groups associated with the user are fetched. The groups should be |
37 | | - * mail enabled and security enabled. See https://learn.microsoft.com/en-us/graph/search-query- |
38 | | - * parameter for more details. |
| 34 | + * Optional. The filter used to request specific records from the IdP. By default, all of the |
| 35 | + * groups that are associated with a user are fetched. For Microsoft Entra ID, you can add |
| 36 | + * `$search` query parameters using [Keyword Query Language] (https://learn.microsoft.com/en- |
| 37 | + * us/sharepoint/dev/general-development/keyword-query-language-kql-syntax-reference). To learn |
| 38 | + * more about `$search` querying in Microsoft Entra ID, see [Use the `$search` query parameter] |
| 39 | + * (https://learn.microsoft.com/en-us/graph/search-query-parameter). Additionally, Workforce |
| 40 | + * Identity Federation automatically adds the following [`$filter` query parameters] |
| 41 | + * (https://learn.microsoft.com/en-us/graph/filter-query-parameter), based on the value of |
| 42 | + * `attributes_type`. Values passed to `filter` are converted to `$search` query parameters. |
| 43 | + * Additional `$filter` query parameters cannot be added using this field. * |
| 44 | + * `AZURE_AD_GROUPS_MAIL`: `mailEnabled` and `securityEnabled` filters are applied. * |
| 45 | + * `AZURE_AD_GROUPS_ID`: `securityEnabled` filter is applied. |
39 | 46 | * The value may be {@code null}. |
40 | 47 | */ |
41 | 48 | @com.google.api.client.util.Key |
42 | 49 | private java.lang.String filter; |
43 | 50 |
|
44 | 51 | /** |
45 | | - * Optional. The filter used to request specific records from IdP. In case of attributes type as |
46 | | - * AZURE_AD_GROUPS_MAIL, it represents the filter used to request specific groups for users from |
47 | | - * IdP. By default, all of the groups associated with the user are fetched. The groups should be |
48 | | - * mail enabled and security enabled. See https://learn.microsoft.com/en-us/graph/search-query- |
49 | | - * parameter for more details. |
| 52 | + * Optional. The filter used to request specific records from the IdP. By default, all of the |
| 53 | + * groups that are associated with a user are fetched. For Microsoft Entra ID, you can add |
| 54 | + * `$search` query parameters using [Keyword Query Language] (https://learn.microsoft.com/en- |
| 55 | + * us/sharepoint/dev/general-development/keyword-query-language-kql-syntax-reference). To learn |
| 56 | + * more about `$search` querying in Microsoft Entra ID, see [Use the `$search` query parameter] |
| 57 | + * (https://learn.microsoft.com/en-us/graph/search-query-parameter). Additionally, Workforce |
| 58 | + * Identity Federation automatically adds the following [`$filter` query parameters] |
| 59 | + * (https://learn.microsoft.com/en-us/graph/filter-query-parameter), based on the value of |
| 60 | + * `attributes_type`. Values passed to `filter` are converted to `$search` query parameters. |
| 61 | + * Additional `$filter` query parameters cannot be added using this field. * |
| 62 | + * `AZURE_AD_GROUPS_MAIL`: `mailEnabled` and `securityEnabled` filters are applied. * |
| 63 | + * `AZURE_AD_GROUPS_ID`: `securityEnabled` filter is applied. |
50 | 64 | * @return value or {@code null} for none |
51 | 65 | */ |
52 | 66 | public java.lang.String getFilter() { |
53 | 67 | return filter; |
54 | 68 | } |
55 | 69 |
|
56 | 70 | /** |
57 | | - * Optional. The filter used to request specific records from IdP. In case of attributes type as |
58 | | - * AZURE_AD_GROUPS_MAIL, it represents the filter used to request specific groups for users from |
59 | | - * IdP. By default, all of the groups associated with the user are fetched. The groups should be |
60 | | - * mail enabled and security enabled. See https://learn.microsoft.com/en-us/graph/search-query- |
61 | | - * parameter for more details. |
| 71 | + * Optional. The filter used to request specific records from the IdP. By default, all of the |
| 72 | + * groups that are associated with a user are fetched. For Microsoft Entra ID, you can add |
| 73 | + * `$search` query parameters using [Keyword Query Language] (https://learn.microsoft.com/en- |
| 74 | + * us/sharepoint/dev/general-development/keyword-query-language-kql-syntax-reference). To learn |
| 75 | + * more about `$search` querying in Microsoft Entra ID, see [Use the `$search` query parameter] |
| 76 | + * (https://learn.microsoft.com/en-us/graph/search-query-parameter). Additionally, Workforce |
| 77 | + * Identity Federation automatically adds the following [`$filter` query parameters] |
| 78 | + * (https://learn.microsoft.com/en-us/graph/filter-query-parameter), based on the value of |
| 79 | + * `attributes_type`. Values passed to `filter` are converted to `$search` query parameters. |
| 80 | + * Additional `$filter` query parameters cannot be added using this field. * |
| 81 | + * `AZURE_AD_GROUPS_MAIL`: `mailEnabled` and `securityEnabled` filters are applied. * |
| 82 | + * `AZURE_AD_GROUPS_ID`: `securityEnabled` filter is applied. |
62 | 83 | * @param filter filter or {@code null} for none |
63 | 84 | */ |
64 | 85 | public GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters setFilter(java.lang.String filter) { |
|
0 commit comments