ListServiceAccountKeysRequest$json top-level constant
- @Deprecated('Use listServiceAccountKeysRequestDescriptor instead')
Map<String, Object>
const
ListServiceAccountKeysRequest$json
Implementation
@$core.Deprecated('Use listServiceAccountKeysRequestDescriptor instead')
const ListServiceAccountKeysRequest$json = {
'1': 'ListServiceAccountKeysRequest',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'name'},
{
'1': 'key_types',
'3': 2,
'4': 3,
'5': 14,
'6': '.google.iam.admin.v1.ListServiceAccountKeysRequest.KeyType',
'10': 'keyTypes'
},
],
'4': [ListServiceAccountKeysRequest_KeyType$json],
};