UpdateSecretGeneratorRequest$json top-level constant
- @Deprecated('Use updateSecretGeneratorRequestDescriptor instead')
Map<String, Object>
const
UpdateSecretGeneratorRequest$json
Implementation
@$core.Deprecated('Use updateSecretGeneratorRequestDescriptor instead')
const UpdateSecretGeneratorRequest$json = {
'1': 'UpdateSecretGeneratorRequest',
'2': [
{
'1': 'generator_type',
'3': 1,
'4': 1,
'5': 14,
'6': '.zitadel.settings.v1.SecretGeneratorType',
'8': {},
'10': 'generatorType'
},
{'1': 'length', '3': 2, '4': 1, '5': 13, '8': {}, '10': 'length'},
{
'1': 'expiry',
'3': 3,
'4': 1,
'5': 11,
'6': '.google.protobuf.Duration',
'8': {},
'10': 'expiry'
},
{
'1': 'include_lower_letters',
'3': 4,
'4': 1,
'5': 8,
'10': 'includeLowerLetters'
},
{
'1': 'include_upper_letters',
'3': 5,
'4': 1,
'5': 8,
'10': 'includeUpperLetters'
},
{'1': 'include_digits', '3': 6, '4': 1, '5': 8, '10': 'includeDigits'},
{'1': 'include_symbols', '3': 7, '4': 1, '5': 8, '10': 'includeSymbols'},
],
};