AddCustomPasswordComplexityPolicyRequest$json top-level constant

  1. @Deprecated('Use addCustomPasswordComplexityPolicyRequestDescriptor instead')
Map<String, Object> const AddCustomPasswordComplexityPolicyRequest$json

Implementation

@$core.Deprecated('Use addCustomPasswordComplexityPolicyRequestDescriptor instead')
const AddCustomPasswordComplexityPolicyRequest$json = const {
  '1': 'AddCustomPasswordComplexityPolicyRequest',
  '2': const [
    const {'1': 'min_length', '3': 1, '4': 1, '5': 4, '8': const {}, '10': 'minLength'},
    const {'1': 'has_uppercase', '3': 2, '4': 1, '5': 8, '8': const {}, '10': 'hasUppercase'},
    const {'1': 'has_lowercase', '3': 3, '4': 1, '5': 8, '8': const {}, '10': 'hasLowercase'},
    const {'1': 'has_number', '3': 4, '4': 1, '5': 8, '8': const {}, '10': 'hasNumber'},
    const {'1': 'has_symbol', '3': 5, '4': 1, '5': 8, '8': const {}, '10': 'hasSymbol'},
  ],
};