GoogleCloudIdentitytoolkitAdminV2ClientPermissionsArgs

data class GoogleCloudIdentitytoolkitAdminV2ClientPermissionsArgs(val disabledUserDeletion: Output<Boolean>? = null, val disabledUserSignup: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudIdentitytoolkitAdminV2ClientPermissionsArgs>

Configuration related to restricting a user's ability to affect their account.

Constructors

fun GoogleCloudIdentitytoolkitAdminV2ClientPermissionsArgs(disabledUserDeletion: Output<Boolean>? = null, disabledUserSignup: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudIdentitytoolkitAdminV2ClientPermissionsArgs

Properties

Link copied to clipboard
val disabledUserDeletion: Output<Boolean>? = null

When true, end users cannot delete their account on the associated project through any of our API methods

Link copied to clipboard
val disabledUserSignup: Output<Boolean>? = null

When true, end users cannot sign up for a new account on the associated project through any of our API methods