Class IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.iam_workforce_pool_provider.IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Jsii$Proxy
-
- All Implemented Interfaces:
IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters
@Stability(Stable) @Internal public static final class IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters
An implementation forIamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.iam_workforce_pool_provider.IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters
IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Builder, IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Builder builder)Constructor that initializes the object based on literal property values passed by theIamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetFilter()The filter used to request specific records from IdP.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Builder builder)
Constructor that initializes the object based on literal property values passed by theIamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters.Builder.
-
-
Method Detail
-
getFilter
public final String getFilter()
Description copied from interface:IamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParametersThe 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}
- Specified by:
getFilterin interfaceIamWorkforcePoolProviderExtraAttributesOauth2ClientQueryParameters
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-