LockoutPolicy$json top-level constant

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

Implementation

@$core.Deprecated('Use lockoutPolicyDescriptor instead')
const LockoutPolicy$json = {
  '1': 'LockoutPolicy',
  '2': [
    {
      '1': 'details',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.zitadel.v1.ObjectDetails',
      '10': 'details'
    },
    {
      '1': 'max_password_attempts',
      '3': 2,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'maxPasswordAttempts'
    },
    {
      '1': 'max_otp_attempts',
      '3': 3,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'maxOtpAttempts'
    },
    {'1': 'is_default', '3': 4, '4': 1, '5': 8, '8': {}, '10': 'isDefault'},
  ],
};