CreateApplicationResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use createApplicationResponseDescriptor instead')
const CreateApplicationResponse$json = {
  '1': 'CreateApplicationResponse',
  '2': [
    {'1': 'app_id', '3': 1, '4': 1, '5': 9, '10': 'appId'},
    {
      '1': 'creation_date',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'creationDate'
    },
    {
      '1': 'oidc_response',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.zitadel.app.v2beta.CreateOIDCApplicationResponse',
      '9': 0,
      '10': 'oidcResponse'
    },
    {
      '1': 'saml_response',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.zitadel.app.v2beta.CreateSAMLApplicationResponse',
      '9': 0,
      '10': 'samlResponse'
    },
    {
      '1': 'api_response',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.zitadel.app.v2beta.CreateAPIApplicationResponse',
      '9': 0,
      '10': 'apiResponse'
    },
  ],
  '8': [
    {'1': 'creation_response_type'},
  ],
};