UsernameFilter$json top-level constant

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

Implementation

@$core.Deprecated('Use usernameFilterDescriptor instead')
const UsernameFilter$json = {
  '1': 'UsernameFilter',
  '2': [
    {'1': 'username', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'username'},
    {
      '1': 'method',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.zitadel.resources.object.v3alpha.TextFilterMethod',
      '8': {},
      '10': 'method'
    },
    {
      '1': 'is_organization_specific',
      '3': 3,
      '4': 1,
      '5': 8,
      '10': 'isOrganizationSpecific'
    },
  ],
};