RetrieveIdentityProviderIntentResponse$json top-level constant

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

Implementation

@$core
    .Deprecated('Use retrieveIdentityProviderIntentResponseDescriptor instead')
const RetrieveIdentityProviderIntentResponse$json = {
  '1': 'RetrieveIdentityProviderIntentResponse',
  '2': [
    {
      '1': 'details',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.zitadel.object.v2.Details',
      '10': 'details'
    },
    {
      '1': 'idp_information',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2.IDPInformation',
      '8': {},
      '10': 'idpInformation'
    },
    {'1': 'user_id', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'userId'},
    {
      '1': 'add_human_user',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2.AddHumanUserRequest',
      '8': {'3': true},
      '10': 'addHumanUser',
    },
    {
      '1': 'update_human_user',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2.UpdateHumanUserRequest',
      '8': {'3': true},
      '10': 'updateHumanUser',
    },
    {
      '1': 'create_user',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2.CreateUserRequest',
      '8': {},
      '9': 0,
      '10': 'createUser'
    },
    {
      '1': 'update_user',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.zitadel.user.v2.UpdateUserRequest',
      '8': {},
      '9': 0,
      '10': 'updateUser'
    },
  ],
  '8': [
    {'1': 'user_action'},
  ],
};