LockoutSettings$json top-level constant

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

Implementation

@$core.Deprecated('Use lockoutSettingsDescriptor instead')
const LockoutSettings$json = {
  '1': 'LockoutSettings',
  '2': [
    {
      '1': 'max_password_attempts',
      '3': 1,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'maxPasswordAttempts'
    },
    {
      '1': 'resource_owner_type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.zitadel.settings.v2beta.ResourceOwnerType',
      '8': {},
      '10': 'resourceOwnerType'
    },
    {
      '1': 'max_otp_attempts',
      '3': 3,
      '4': 1,
      '5': 4,
      '8': {},
      '10': 'maxOtpAttempts'
    },
  ],
};