CreateServiceAccountKeyRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createServiceAccountKeyRequestDescriptor instead')
const CreateServiceAccountKeyRequest$json = {
  '1': 'CreateServiceAccountKeyRequest',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {
      '1': 'private_key_type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.google.iam.admin.v1.ServiceAccountPrivateKeyType',
      '10': 'privateKeyType'
    },
    {
      '1': 'key_algorithm',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.google.iam.admin.v1.ServiceAccountKeyAlgorithm',
      '10': 'keyAlgorithm'
    },
  ],
};