Google Cloud Identitytoolkit Admin V2Custom Strength Options Args
data class GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptionsArgs(val containsLowercaseCharacter: Output<Boolean>? = null, val containsNonAlphanumericCharacter: Output<Boolean>? = null, val containsNumericCharacter: Output<Boolean>? = null, val containsUppercaseCharacter: Output<Boolean>? = null, val maxPasswordLength: Output<Int>? = null, val minPasswordLength: Output<Int>? = null) : ConvertibleToJava<GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptionsArgs>
Custom strength options to enforce on user passwords.
Constructors
Link copied to clipboard
constructor(containsLowercaseCharacter: Output<Boolean>? = null, containsNonAlphanumericCharacter: Output<Boolean>? = null, containsNumericCharacter: Output<Boolean>? = null, containsUppercaseCharacter: Output<Boolean>? = null, maxPasswordLength: Output<Int>? = null, minPasswordLength: Output<Int>? = null)
Properties
Link copied to clipboard
The password must contain a lower case character.
Link copied to clipboard
The password must contain a non alpha numeric character.
Link copied to clipboard
The password must contain a number.
Link copied to clipboard
The password must contain an upper case character.
Link copied to clipboard
Maximum password length. No default max length
Link copied to clipboard
Minimum password length. Range from 6 to 30