PasswordExpirySettings$json top-level constant
Implementation
@$core.Deprecated('Use passwordExpirySettingsDescriptor instead')
const PasswordExpirySettings$json = {
'1': 'PasswordExpirySettings',
'2': [
{'1': 'max_age_days', '3': 1, '4': 1, '5': 4, '8': {}, '10': 'maxAgeDays'},
{
'1': 'expire_warn_days',
'3': 2,
'4': 1,
'5': 4,
'8': {},
'10': 'expireWarnDays'
},
{
'1': 'resource_owner_type',
'3': 3,
'4': 1,
'5': 14,
'6': '.zitadel.settings.v2beta.ResourceOwnerType',
'10': 'resourceOwnerType'
},
],
};