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