CreateUserRequest_Human$json top-level constant

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

Implementation

@$core.Deprecated('Use createUserRequestDescriptor instead')
const CreateUserRequest_Human$json = {
  '1': 'Human',
  '2': [
    {
      '1': 'profile',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2.SetHumanProfile',
      '8': {},
      '10': 'profile'
    },
    {
      '1': 'email',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2.SetHumanEmail',
      '8': {},
      '10': 'email'
    },
    {
      '1': 'phone',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2.SetHumanPhone',
      '9': 1,
      '10': 'phone',
      '17': true
    },
    {
      '1': 'password',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2.Password',
      '9': 0,
      '10': 'password'
    },
    {
      '1': 'hashed_password',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2.HashedPassword',
      '9': 0,
      '10': 'hashedPassword'
    },
    {
      '1': 'idp_links',
      '3': 7,
      '4': 3,
      '5': 11,
      '6': '.zitadel.user.v2.IDPLink',
      '10': 'idpLinks'
    },
    {
      '1': 'totp_secret',
      '3': 8,
      '4': 1,
      '5': 9,
      '8': {},
      '9': 2,
      '10': 'totpSecret',
      '17': true
    },
    {
      '1': 'metadata',
      '3': 9,
      '4': 3,
      '5': 11,
      '6': '.zitadel.user.v2.Metadata',
      '8': {},
      '10': 'metadata'
    },
  ],
  '8': [
    {'1': 'password_type'},
    {'1': '_phone'},
    {'1': '_totp_secret'},
  ],
};