UpdateGenericOIDCProviderRequest$json top-level constant
- @Deprecated('Use updateGenericOIDCProviderRequestDescriptor instead')
Map<String, Object>
const
UpdateGenericOIDCProviderRequest$json
Implementation
@$core.Deprecated('Use updateGenericOIDCProviderRequestDescriptor instead')
const UpdateGenericOIDCProviderRequest$json = {
'1': 'UpdateGenericOIDCProviderRequest',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'id'},
{'1': 'name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'name'},
{'1': 'issuer', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'issuer'},
{'1': 'client_id', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'clientId'},
{
'1': 'client_secret',
'3': 5,
'4': 1,
'5': 9,
'8': {},
'10': 'clientSecret'
},
{'1': 'scopes', '3': 6, '4': 3, '5': 9, '8': {}, '10': 'scopes'},
{
'1': 'provider_options',
'3': 7,
'4': 1,
'5': 11,
'6': '.zitadel.idp.v1.Options',
'10': 'providerOptions'
},
{
'1': 'is_id_token_mapping',
'3': 8,
'4': 1,
'5': 8,
'10': 'isIdTokenMapping'
},
{'1': 'use_pkce', '3': 9, '4': 1, '5': 8, '10': 'usePkce'},
],
};