Interface IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.566Z") @Stability(Stable) public interface IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Builderstatic classIamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Jsii$ProxyAn implementation forIamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Builderbuilder()default StringgetFilter()The filter used to request specific records from IdP.
-
-
-
Method Detail
-
getFilter
@Stability(Stable) @Nullable default String getFilter()
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}
-
builder
@Stability(Stable) static IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Builder builder()
-
-