TestEmailProviderSMTPRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use testEmailProviderSMTPRequestDescriptor instead')
const TestEmailProviderSMTPRequest$json = {
  '1': 'TestEmailProviderSMTPRequest',
  '2': [
    {
      '1': 'sender_address',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'senderAddress'
    },
    {'1': 'sender_name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'senderName'},
    {'1': 'tls', '3': 3, '4': 1, '5': 8, '10': 'tls'},
    {'1': 'host', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'host'},
    {'1': 'user', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'user'},
    {'1': 'password', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'password'},
    {
      '1': 'receiver_address',
      '3': 7,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'receiverAddress'
    },
    {'1': 'id', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'id'},
    {
      '1': 'none',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.zitadel.admin.v1.SMTPNoAuth',
      '9': 0,
      '10': 'none'
    },
    {
      '1': 'plain',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.zitadel.admin.v1.SMTPPlainAuth',
      '9': 0,
      '10': 'plain'
    },
    {
      '1': 'xoauth2',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.zitadel.admin.v1.SMTPXOAuth2Auth',
      '9': 0,
      '10': 'xoauth2'
    },
  ],
  '8': [
    {'1': 'Auth'},
  ],
};