ServiceAccountKeyAlgorithm$json top-level constant

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

Implementation

@$core.Deprecated('Use serviceAccountKeyAlgorithmDescriptor instead')
const ServiceAccountKeyAlgorithm$json = {
  '1': 'ServiceAccountKeyAlgorithm',
  '2': [
    {'1': 'KEY_ALG_UNSPECIFIED', '2': 0},
    {'1': 'KEY_ALG_RSA_1024', '2': 1},
    {'1': 'KEY_ALG_RSA_2048', '2': 2},
  ],
};