Config_SecurityConfig$json top-level constant
Implementation
@$core.Deprecated('Use configDescriptor instead')
const Config_SecurityConfig$json = {
'1': 'SecurityConfig',
'2': [
{'1': 'public_key', '3': 1, '4': 1, '5': 12, '10': 'publicKey'},
{'1': 'private_key', '3': 2, '4': 1, '5': 12, '10': 'privateKey'},
{'1': 'admin_key', '3': 3, '4': 3, '5': 12, '10': 'adminKey'},
{'1': 'is_managed', '3': 4, '4': 1, '5': 8, '10': 'isManaged'},
{'1': 'serial_enabled', '3': 5, '4': 1, '5': 8, '10': 'serialEnabled'},
{
'1': 'debug_log_api_enabled',
'3': 6,
'4': 1,
'5': 8,
'10': 'debugLogApiEnabled'
},
{
'1': 'admin_channel_enabled',
'3': 8,
'4': 1,
'5': 8,
'10': 'adminChannelEnabled'
},
],
};