Application$json top-level constant

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

Implementation

@$core.Deprecated('Use applicationDescriptor instead')
const Application$json = {
  '1': 'Application',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'id'},
    {
      '1': 'creation_date',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'creationDate'
    },
    {
      '1': 'change_date',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'changeDate'
    },
    {
      '1': 'state',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.zitadel.app.v2beta.AppState',
      '8': {},
      '10': 'state'
    },
    {'1': 'name', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {
      '1': 'oidc_config',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.zitadel.app.v2beta.OIDCConfig',
      '9': 0,
      '10': 'oidcConfig'
    },
    {
      '1': 'api_config',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.zitadel.app.v2beta.APIConfig',
      '9': 0,
      '10': 'apiConfig'
    },
    {
      '1': 'saml_config',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.zitadel.app.v2beta.SAMLConfig',
      '9': 0,
      '10': 'samlConfig'
    },
  ],
  '8': [
    {'1': 'config'},
  ],
};