UpdateApplicationRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use updateApplicationRequestDescriptor instead')
const UpdateApplicationRequest$json = {
  '1': 'UpdateApplicationRequest',
  '2': [
    {'1': 'project_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'projectId'},
    {'1': 'id', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'id'},
    {'1': 'name', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {
      '1': 'saml_configuration_request',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.zitadel.app.v2beta.UpdateSAMLApplicationConfigurationRequest',
      '9': 0,
      '10': 'samlConfigurationRequest'
    },
    {
      '1': 'oidc_configuration_request',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.zitadel.app.v2beta.UpdateOIDCApplicationConfigurationRequest',
      '9': 0,
      '10': 'oidcConfigurationRequest'
    },
    {
      '1': 'api_configuration_request',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.zitadel.app.v2beta.UpdateAPIApplicationConfigurationRequest',
      '9': 0,
      '10': 'apiConfigurationRequest'
    },
  ],
  '8': [
    {'1': 'update_request_type'},
  ],
};