Interface IdentityPlatformConfigMultiTenant

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    IdentityPlatformConfigMultiTenant.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.668Z")
    @Stability(Stable)
    public interface IdentityPlatformConfigMultiTenant
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getAllowTenants

        @Stability(Stable)
        @Nullable
        default Object getAllowTenants()
        Whether 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}

      • getDefaultTenantLocation

        @Stability(Stable)
        @Nullable
        default String getDefaultTenantLocation()
        The 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}