PasswordComplexityPolicy$json top-level constant

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

Implementation

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