ImportHumanUserRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use importHumanUserRequestDescriptor instead')
const ImportHumanUserRequest$json = const {
  '1': 'ImportHumanUserRequest',
  '2': const [
    const {'1': 'user_name', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'userName'},
    const {'1': 'profile', '3': 2, '4': 1, '5': 11, '6': '.zitadel.management.v1.ImportHumanUserRequest.Profile', '8': const {}, '10': 'profile'},
    const {'1': 'email', '3': 3, '4': 1, '5': 11, '6': '.zitadel.management.v1.ImportHumanUserRequest.Email', '8': const {}, '10': 'email'},
    const {'1': 'phone', '3': 4, '4': 1, '5': 11, '6': '.zitadel.management.v1.ImportHumanUserRequest.Phone', '10': 'phone'},
    const {'1': 'password', '3': 5, '4': 1, '5': 9, '10': 'password'},
    const {'1': 'hashed_password', '3': 6, '4': 1, '5': 11, '6': '.zitadel.management.v1.ImportHumanUserRequest.HashedPassword', '10': 'hashedPassword'},
    const {'1': 'password_change_required', '3': 7, '4': 1, '5': 8, '8': const {}, '10': 'passwordChangeRequired'},
    const {'1': 'request_passwordless_registration', '3': 8, '4': 1, '5': 8, '8': const {}, '10': 'requestPasswordlessRegistration'},
    const {'1': 'otp_code', '3': 9, '4': 1, '5': 9, '10': 'otpCode'},
    const {'1': 'idps', '3': 10, '4': 3, '5': 11, '6': '.zitadel.management.v1.ImportHumanUserRequest.IDP', '8': const {}, '10': 'idps'},
  ],
  '3': const [ImportHumanUserRequest_Profile$json, ImportHumanUserRequest_Email$json, ImportHumanUserRequest_Phone$json, ImportHumanUserRequest_HashedPassword$json, ImportHumanUserRequest_IDP$json],
};