GetActiveIdentityProvidersRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use getActiveIdentityProvidersRequestDescriptor instead')
const GetActiveIdentityProvidersRequest$json = {
  '1': 'GetActiveIdentityProvidersRequest',
  '2': [
    {
      '1': 'ctx',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.zitadel.object.v2.RequestContext',
      '10': 'ctx'
    },
    {
      '1': 'creation_allowed',
      '3': 2,
      '4': 1,
      '5': 8,
      '9': 0,
      '10': 'creationAllowed',
      '17': true
    },
    {
      '1': 'linking_allowed',
      '3': 3,
      '4': 1,
      '5': 8,
      '9': 1,
      '10': 'linkingAllowed',
      '17': true
    },
    {
      '1': 'auto_creation',
      '3': 4,
      '4': 1,
      '5': 8,
      '9': 2,
      '10': 'autoCreation',
      '17': true
    },
    {
      '1': 'auto_linking',
      '3': 5,
      '4': 1,
      '5': 8,
      '9': 3,
      '10': 'autoLinking',
      '17': true
    },
  ],
  '8': [
    {'1': '_creation_allowed'},
    {'1': '_linking_allowed'},
    {'1': '_auto_creation'},
    {'1': '_auto_linking'},
  ],
};