UpdateGitLabProviderRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use updateGitLabProviderRequestDescriptor instead')
const UpdateGitLabProviderRequest$json = {
  '1': 'UpdateGitLabProviderRequest',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'id'},
    {'1': 'name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {'1': 'client_id', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'clientId'},
    {
      '1': 'client_secret',
      '3': 4,
      '4': 1,
      '5': 9,
      '8': {},
      '10': 'clientSecret'
    },
    {'1': 'scopes', '3': 5, '4': 3, '5': 9, '8': {}, '10': 'scopes'},
    {
      '1': 'provider_options',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.zitadel.idp.v1.Options',
      '10': 'providerOptions'
    },
  ],
};