UpdateApplicationRequest$json top-level constant
Implementation
@$core.Deprecated('Use updateApplicationRequestDescriptor instead')
const UpdateApplicationRequest$json = {
'1': 'UpdateApplicationRequest',
'2': [
{
'1': 'application_id',
'3': 1,
'4': 1,
'5': 9,
'8': {},
'10': 'applicationId'
},
{'1': 'project_id', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'projectId'},
{'1': 'name', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'name'},
{
'1': 'saml_configuration',
'3': 4,
'4': 1,
'5': 11,
'6': '.zitadel.application.v2.UpdateSAMLApplicationConfigurationRequest',
'9': 0,
'10': 'samlConfiguration'
},
{
'1': 'oidc_configuration',
'3': 5,
'4': 1,
'5': 11,
'6': '.zitadel.application.v2.UpdateOIDCApplicationConfigurationRequest',
'9': 0,
'10': 'oidcConfiguration'
},
{
'1': 'api_configuration',
'3': 6,
'4': 1,
'5': 11,
'6': '.zitadel.application.v2.UpdateAPIApplicationConfigurationRequest',
'9': 0,
'10': 'apiConfiguration'
},
],
'8': [
{'1': 'application_type'},
],
};