CreateApplicationRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createApplicationRequestDescriptor instead')
const CreateApplicationRequest$json = {
  '1': 'CreateApplicationRequest',
  '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': 'oidc_request',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.zitadel.app.v2beta.CreateOIDCApplicationRequest',
      '9': 0,
      '10': 'oidcRequest'
    },
    {
      '1': 'saml_request',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.zitadel.app.v2beta.CreateSAMLApplicationRequest',
      '9': 0,
      '10': 'samlRequest'
    },
    {
      '1': 'api_request',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.zitadel.app.v2beta.CreateAPIApplicationRequest',
      '9': 0,
      '10': 'apiRequest'
    },
  ],
  '8': [
    {'1': 'creation_request_type', '2': {}},
  ],
};