UpdateSecretGeneratorRequest$json top-level constant

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

Implementation

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