Interface IdentityPlatformConfigQuotaSignUpQuotaConfig

    • Method Detail

      • getQuota

        @Stability(Stable)
        @Nullable
        default Number getQuota()
        A sign up APIs quota that customers can override temporarily.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#quota IdentityPlatformConfig#quota}

      • getQuotaDuration

        @Stability(Stable)
        @Nullable
        default String getQuotaDuration()
        How long this quota will be active for. It is measurred in seconds, e.g., Example: "9.615s".

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#quota_duration IdentityPlatformConfig#quota_duration}

      • getStartTime

        @Stability(Stable)
        @Nullable
        default String getStartTime()
        When this quota will take affect.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#start_time IdentityPlatformConfig#start_time}