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': 'authorization_type', '3': 1, '4': 1, '5': 9, '10': 'authorizationType'},
    {'1': 'authorization_id', '3': 2, '4': 1, '5': 9, '10': 'authorizationId'},
    {'1': 'resource_type', '3': 3, '4': 1, '5': 9, '10': 'resourceType'},
    {'1': 'resource_id', '3': 4, '4': 1, '5': 9, '10': 'resourceId'},
    {'1': 'identity_id', '3': 5, '4': 1, '5': 9, '10': 'identityId'},
    {'1': 'organization_id', '3': 6, '4': 1, '5': 9, '10': 'organizationId'},
    {'1': 'identity_type', '3': 7, '4': 1, '5': 9, '10': 'identityType'},
  ],
};