Class IamWorkforcePoolAccessRestrictions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.iam_workforce_pool.IamWorkforcePoolAccessRestrictions.Jsii$Proxy
-
- All Implemented Interfaces:
IamWorkforcePoolAccessRestrictions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IamWorkforcePoolAccessRestrictions
@Stability(Stable) @Internal public static final class IamWorkforcePoolAccessRestrictions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IamWorkforcePoolAccessRestrictions
An implementation forIamWorkforcePoolAccessRestrictions
-
-
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.IamWorkforcePoolAccessRestrictions
IamWorkforcePoolAccessRestrictions.Builder, IamWorkforcePoolAccessRestrictions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IamWorkforcePoolAccessRestrictions.Builder builder)Constructor that initializes the object based on literal property values passed by theIamWorkforcePoolAccessRestrictions.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)ObjectgetAllowedServices()allowed_services block.ObjectgetDisableProgrammaticSignin()Disable programmatic sign-in by disabling token issue via the Security Token API endpoint.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(IamWorkforcePoolAccessRestrictions.Builder builder)
Constructor that initializes the object based on literal property values passed by theIamWorkforcePoolAccessRestrictions.Builder.
-
-
Method Detail
-
getAllowedServices
public final Object getAllowedServices()
Description copied from interface:IamWorkforcePoolAccessRestrictionsallowed_services block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workforce_pool#allowed_services IamWorkforcePool#allowed_services}
- Specified by:
getAllowedServicesin interfaceIamWorkforcePoolAccessRestrictions
-
getDisableProgrammaticSignin
public final Object getDisableProgrammaticSignin()
Description copied from interface:IamWorkforcePoolAccessRestrictionsDisable programmatic sign-in by disabling token issue via the Security Token API endpoint. See Security Token Service API.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workforce_pool#disable_programmatic_signin IamWorkforcePool#disable_programmatic_signin}
- Specified by:
getDisableProgrammaticSigninin interfaceIamWorkforcePoolAccessRestrictions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-