PasswordComplexityPolicy$json top-level constant
Implementation
@$core.Deprecated('Use passwordComplexityPolicyDescriptor instead')
const PasswordComplexityPolicy$json = {
'1': 'PasswordComplexityPolicy',
'2': [
{
'1': 'details',
'3': 1,
'4': 1,
'5': 11,
'6': '.zitadel.v1.ObjectDetails',
'10': 'details'
},
{'1': 'min_length', '3': 2, '4': 1, '5': 4, '8': {}, '10': 'minLength'},
{
'1': 'has_uppercase',
'3': 3,
'4': 1,
'5': 8,
'8': {},
'10': 'hasUppercase'
},
{
'1': 'has_lowercase',
'3': 4,
'4': 1,
'5': 8,
'8': {},
'10': 'hasLowercase'
},
{'1': 'has_number', '3': 5, '4': 1, '5': 8, '8': {}, '10': 'hasNumber'},
{'1': 'has_symbol', '3': 6, '4': 1, '5': 8, '8': {}, '10': 'hasSymbol'},
{'1': 'is_default', '3': 7, '4': 1, '5': 8, '8': {}, '10': 'isDefault'},
],
};