PrivacyPolicy$json top-level constant

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

Implementation

@$core.Deprecated('Use privacyPolicyDescriptor instead')
const PrivacyPolicy$json = {
  '1': 'PrivacyPolicy',
  '2': [
    {
      '1': 'details',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.zitadel.v1.ObjectDetails',
      '10': 'details'
    },
    {'1': 'tos_link', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'tosLink'},
    {'1': 'privacy_link', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'privacyLink'},
    {'1': 'is_default', '3': 4, '4': 1, '5': 8, '10': 'isDefault'},
    {'1': 'help_link', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'helpLink'},
    {
      '1': 'support_email',
      '3': 6,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'supportEmail'
    },
    {'1': 'docs_link', '3': 7, '4': 1, '5': 9, '8': {}, '10': 'docsLink'},
    {'1': 'custom_link', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'customLink'},
    {
      '1': 'custom_link_text',
      '3': 9,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'customLinkText'
    },
  ],
};