CreateProjectRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createProjectRequestDescriptor instead')
const CreateProjectRequest$json = {
  '1': 'CreateProjectRequest',
  '2': [
    {
      '1': 'organization_id',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'organizationId'
    },
    {
      '1': 'id',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {},
      '9': 0,
      '10': 'id',
      '17': true
    },
    {'1': 'name', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {
      '1': 'project_role_assertion',
      '3': 4,
      '4': 1,
      '5': 8,
      '10': 'projectRoleAssertion'
    },
    {
      '1': 'authorization_required',
      '3': 5,
      '4': 1,
      '5': 8,
      '10': 'authorizationRequired'
    },
    {
      '1': 'project_access_required',
      '3': 6,
      '4': 1,
      '5': 8,
      '10': 'projectAccessRequired'
    },
    {
      '1': 'private_labeling_setting',
      '3': 7,
      '4': 1,
      '5': 14,
      '6': '.zitadel.project.v2beta.PrivateLabelingSetting',
      '8': {},
      '10': 'privateLabelingSetting'
    },
  ],
  '7': {},
  '8': [
    {'1': '_id'},
  ],
};