ServiceAccount$json top-level constant

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

Implementation

@$core.Deprecated('Use serviceAccountDescriptor instead')
const ServiceAccount$json = {
  '1': 'ServiceAccount',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    {'1': 'project_id', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'projectId'},
    {'1': 'unique_id', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'uniqueId'},
    {'1': 'email', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'email'},
    {'1': 'display_name', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'displayName'},
    {
      '1': 'etag',
      '3': 7,
      '4': 1,
      '5': 12,
      '8': {'3': true},
      '10': 'etag',
    },
    {'1': 'description', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'description'},
    {
      '1': 'oauth2_client_id',
      '3': 9,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'oauth2ClientId'
    },
    {'1': 'disabled', '3': 11, '4': 1, '5': 8, '8': {}, '10': 'disabled'},
  ],
  '7': {},
};