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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformConfigClientPermissions.BuilderA builder forIdentityPlatformConfigClientPermissionsstatic classIdentityPlatformConfigClientPermissions.Jsii$ProxyAn implementation forIdentityPlatformConfigClientPermissions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IdentityPlatformConfigClientPermissions.Builderbuilder()default ObjectgetDisabledUserDeletion()When true, end users cannot delete their account on the associated project through any of our API methods.default ObjectgetDisabledUserSignup()When true, end users cannot sign up for a new account on the associated project through any of our API methods.
-
-
-
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}
-
builder
@Stability(Stable) static IdentityPlatformConfigClientPermissions.Builder builder()
-
-