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': 'creation_date',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'creationDate'
    },
    {
      '1': 'change_date',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'changeDate'
    },
    {
      '1': 'project',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.zitadel.authorization.v2.Project',
      '10': 'project'
    },
    {
      '1': 'organization',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.zitadel.authorization.v2.Organization',
      '10': 'organization'
    },
    {
      '1': 'user',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.zitadel.authorization.v2.User',
      '10': 'user'
    },
    {
      '1': 'state',
      '3': 7,
      '4': 1,
      '5': 14,
      '6': '.zitadel.authorization.v2.State',
      '10': 'state'
    },
    {
      '1': 'roles',
      '3': 8,
      '4': 3,
      '5': 11,
      '6': '.zitadel.authorization.v2.Role',
      '10': 'roles'
    },
  ],
};