Class GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters
Represents the parameters to control which claims are fetched from an IdP.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Filter
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.
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |