pub struct GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters {
pub filter: Option<String>,
}Expand description
Represents the parameters to control which claims are fetched from an IdP.
This type is not used in any activity, and only used as part of another schema.
Fields§
§filter: Option<String>Optional. The filter used to request specific records from the IdP. By default, all of the groups that are associated with a user are fetched. For Microsoft Entra ID, you can add $search query parameters using [Keyword Query Language] (https://learn.microsoft.com/en-us/sharepoint/dev/general-development/keyword-query-language-kql-syntax-reference). To learn more about $search querying in Microsoft Entra ID, see [Use the $search query parameter] (https://learn.microsoft.com/en-us/graph/search-query-parameter). Additionally, Workforce Identity Federation automatically adds the following [$filter query parameters] (https://learn.microsoft.com/en-us/graph/filter-query-parameter), based on the value of attributes_type. Values passed to filter are converted to $search query parameters. Additional $filter query parameters cannot be added using this field. * AZURE_AD_GROUPS_MAIL: mailEnabled and securityEnabled filters are applied. * AZURE_AD_GROUPS_ID: securityEnabled filter is applied.
Trait Implementations§
Source§impl Clone for GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters
impl Clone for GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters
Source§fn clone(
&self,
) -> GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters
fn clone( &self, ) -> GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more