Class IdentityPlatformConfigMultiTenant.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.identity_platform_config.IdentityPlatformConfigMultiTenant.Jsii$Proxy
-
- All Implemented Interfaces:
IdentityPlatformConfigMultiTenant,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IdentityPlatformConfigMultiTenant
@Stability(Stable) @Internal public static final class IdentityPlatformConfigMultiTenant.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IdentityPlatformConfigMultiTenant
An implementation forIdentityPlatformConfigMultiTenant
-
-
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.identity_platform_config.IdentityPlatformConfigMultiTenant
IdentityPlatformConfigMultiTenant.Builder, IdentityPlatformConfigMultiTenant.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IdentityPlatformConfigMultiTenant.Builder builder)Constructor that initializes the object based on literal property values passed by theIdentityPlatformConfigMultiTenant.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)ObjectgetAllowTenants()Whether this project can have tenants or not.StringgetDefaultTenantLocation()The default cloud parent org or folder that the tenant project should be created under.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(IdentityPlatformConfigMultiTenant.Builder builder)
Constructor that initializes the object based on literal property values passed by theIdentityPlatformConfigMultiTenant.Builder.
-
-
Method Detail
-
getAllowTenants
public final Object getAllowTenants()
Description copied from interface:IdentityPlatformConfigMultiTenantWhether this project can have tenants or not.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#allow_tenants IdentityPlatformConfig#allow_tenants}
- Specified by:
getAllowTenantsin interfaceIdentityPlatformConfigMultiTenant
-
getDefaultTenantLocation
public final String getDefaultTenantLocation()
Description copied from interface:IdentityPlatformConfigMultiTenantThe default cloud parent org or folder that the tenant project should be created under.The parent resource name should be in the format of "/", such as "folders/123" or "organizations/456". If the value is not set, the tenant will be created under the same organization or folder as the agent project. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#default_tenant_location IdentityPlatformConfig#default_tenant_location}
- Specified by:
getDefaultTenantLocationin interfaceIdentityPlatformConfigMultiTenant
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-