ConfigClientPermissionsArgs

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

Constructors

Link copied to clipboard
constructor(disabledUserDeletion: Output<Boolean>? = null, disabledUserSignup: Output<Boolean>? = null)

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

Functions

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