Interface IdentityPlatformConfigClientPermissions

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

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

      • getDisabledUserDeletion

        @Stability(Stable)
        @Nullable
        default Object getDisabledUserDeletion()
        When true, end users cannot delete their account on the associated project through any of our API methods.

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

      • getDisabledUserSignup

        @Stability(Stable)
        @Nullable
        default Object getDisabledUserSignup()
        When true, end users cannot sign up for a new account on the associated project through any of our API methods.

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