ServiceAccountKey$json top-level constant

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

Implementation

@$core.Deprecated('Use serviceAccountKeyDescriptor instead')
const ServiceAccountKey$json = {
  '1': 'ServiceAccountKey',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    {
      '1': 'private_key_type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.google.iam.admin.v1.ServiceAccountPrivateKeyType',
      '10': 'privateKeyType'
    },
    {
      '1': 'key_algorithm',
      '3': 8,
      '4': 1,
      '5': 14,
      '6': '.google.iam.admin.v1.ServiceAccountKeyAlgorithm',
      '10': 'keyAlgorithm'
    },
    {'1': 'private_key_data', '3': 3, '4': 1, '5': 12, '10': 'privateKeyData'},
    {'1': 'public_key_data', '3': 7, '4': 1, '5': 12, '10': 'publicKeyData'},
    {
      '1': 'valid_after_time',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'validAfterTime'
    },
    {
      '1': 'valid_before_time',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'validBeforeTime'
    },
    {
      '1': 'key_origin',
      '3': 9,
      '4': 1,
      '5': 14,
      '6': '.google.iam.admin.v1.ServiceAccountKeyOrigin',
      '10': 'keyOrigin'
    },
    {
      '1': 'key_type',
      '3': 10,
      '4': 1,
      '5': 14,
      '6': '.google.iam.admin.v1.ListServiceAccountKeysRequest.KeyType',
      '10': 'keyType'
    },
    {'1': 'disabled', '3': 11, '4': 1, '5': 8, '10': 'disabled'},
  ],
  '7': {},
};