GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptionsResponse

data class GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptionsResponse(val containsLowercaseCharacter: Boolean, val containsNonAlphanumericCharacter: Boolean, val containsNumericCharacter: Boolean, val containsUppercaseCharacter: Boolean, val maxPasswordLength: Int, val minPasswordLength: Int)

Custom strength options to enforce on user passwords.

Constructors

fun GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptionsResponse(containsLowercaseCharacter: Boolean, containsNonAlphanumericCharacter: Boolean, containsNumericCharacter: Boolean, containsUppercaseCharacter: Boolean, maxPasswordLength: Int, minPasswordLength: Int)

Types

Link copied to clipboard
object Companion

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