Class IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.iam_workforce_pool_provider.IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters>
- Enclosing interface:
- IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters
@Stability(Stable) public static final class IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Builder extends Object implements software.amazon.jsii.Builder<IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersbuild()Builds the configured instance.IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Builderfilter(String filter)
-
-
-
Method Detail
-
filter
@Stability(Stable) public IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Builder filter(String filter)
- Parameters:
filter- The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL, it represents the filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The groups should be mail enabled and security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workforce_pool_provider#filter IamWorkforcePoolProvider#filter}- Returns:
this
-
build
@Stability(Stable) public IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters>- Returns:
- a new instance of
IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters - Throws:
NullPointerException- if any required attribute was not provided
-
-