Authorization$json top-level constant

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

Implementation

@$core.Deprecated('Use authorizationDescriptor instead')
const Authorization$json = {
  '1': 'Authorization',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'id'},
    {'1': 'project_id', '3': 2, '4': 1, '5': 9, '10': 'projectId'},
    {'1': 'project_name', '3': 3, '4': 1, '5': 9, '10': 'projectName'},
    {
      '1': 'project_organization_id',
      '3': 4,
      '4': 1,
      '5': 9,
      '10': 'projectOrganizationId'
    },
    {
      '1': 'project_grant_id',
      '3': 5,
      '4': 1,
      '5': 9,
      '9': 0,
      '10': 'projectGrantId',
      '17': true
    },
    {
      '1': 'granted_organization_id',
      '3': 6,
      '4': 1,
      '5': 9,
      '9': 1,
      '10': 'grantedOrganizationId',
      '17': true
    },
    {
      '1': 'organization_id',
      '3': 7,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'organizationId'
    },
    {
      '1': 'creation_date',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'creationDate'
    },
    {
      '1': 'change_date',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'changeDate'
    },
    {
      '1': 'state',
      '3': 10,
      '4': 1,
      '5': 14,
      '6': '.zitadel.authorization.v2beta.State',
      '10': 'state'
    },
    {
      '1': 'user',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.zitadel.authorization.v2beta.User',
      '10': 'user'
    },
    {'1': 'roles', '3': 12, '4': 3, '5': 9, '10': 'roles'},
  ],
  '8': [
    {'1': '_project_grant_id'},
    {'1': '_granted_organization_id'},
  ],
};