UpdateCustomPasswordComplexityPolicyRequest$json top-level constant
- @Deprecated('Use updateCustomPasswordComplexityPolicyRequestDescriptor instead')
Map<String, Object>
const
UpdateCustomPasswordComplexityPolicyRequest$json
Implementation
@$core.Deprecated('Use updateCustomPasswordComplexityPolicyRequestDescriptor instead')
const UpdateCustomPasswordComplexityPolicyRequest$json = {
'1': 'UpdateCustomPasswordComplexityPolicyRequest',
'2': [
{'1': 'min_length', '3': 1, '4': 1, '5': 4, '8': {}, '10': 'minLength'},
{'1': 'has_uppercase', '3': 2, '4': 1, '5': 8, '8': {}, '10': 'hasUppercase'},
{'1': 'has_lowercase', '3': 3, '4': 1, '5': 8, '8': {}, '10': 'hasLowercase'},
{'1': 'has_number', '3': 4, '4': 1, '5': 8, '8': {}, '10': 'hasNumber'},
{'1': 'has_symbol', '3': 5, '4': 1, '5': 8, '8': {}, '10': 'hasSymbol'},
],
};