AddCustomLoginPolicyRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use addCustomLoginPolicyRequestDescriptor instead')
const AddCustomLoginPolicyRequest$json = const {
  '1': 'AddCustomLoginPolicyRequest',
  '2': const [
    const {'1': 'allow_username_password', '3': 1, '4': 1, '5': 8, '10': 'allowUsernamePassword'},
    const {'1': 'allow_register', '3': 2, '4': 1, '5': 8, '10': 'allowRegister'},
    const {'1': 'allow_external_idp', '3': 3, '4': 1, '5': 8, '10': 'allowExternalIdp'},
    const {'1': 'force_mfa', '3': 4, '4': 1, '5': 8, '10': 'forceMfa'},
    const {'1': 'passwordless_type', '3': 5, '4': 1, '5': 14, '6': '.zitadel.policy.v1.PasswordlessType', '8': const {}, '10': 'passwordlessType'},
    const {'1': 'hide_password_reset', '3': 6, '4': 1, '5': 8, '10': 'hidePasswordReset'},
    const {'1': 'ignore_unknown_usernames', '3': 7, '4': 1, '5': 8, '8': const {}, '10': 'ignoreUnknownUsernames'},
    const {'1': 'default_redirect_uri', '3': 8, '4': 1, '5': 9, '8': const {}, '10': 'defaultRedirectUri'},
    const {'1': 'password_check_lifetime', '3': 9, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'passwordCheckLifetime'},
    const {'1': 'external_login_check_lifetime', '3': 10, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'externalLoginCheckLifetime'},
    const {'1': 'mfa_init_skip_lifetime', '3': 11, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'mfaInitSkipLifetime'},
    const {'1': 'second_factor_check_lifetime', '3': 12, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'secondFactorCheckLifetime'},
    const {'1': 'multi_factor_check_lifetime', '3': 13, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'multiFactorCheckLifetime'},
    const {'1': 'second_factors', '3': 14, '4': 3, '5': 14, '6': '.zitadel.policy.v1.SecondFactorType', '10': 'secondFactors'},
    const {'1': 'multi_factors', '3': 15, '4': 3, '5': 14, '6': '.zitadel.policy.v1.MultiFactorType', '10': 'multiFactors'},
    const {'1': 'idps', '3': 16, '4': 3, '5': 11, '6': '.zitadel.management.v1.AddCustomLoginPolicyRequest.IDP', '10': 'idps'},
    const {'1': 'allow_domain_discovery', '3': 17, '4': 1, '5': 8, '8': const {}, '10': 'allowDomainDiscovery'},
    const {'1': 'disable_login_with_email', '3': 18, '4': 1, '5': 8, '8': const {}, '10': 'disableLoginWithEmail'},
    const {'1': 'disable_login_with_phone', '3': 19, '4': 1, '5': 8, '8': const {}, '10': 'disableLoginWithPhone'},
  ],
  '3': const [AddCustomLoginPolicyRequest_IDP$json],
};