CreateApplicationResponse$json top-level constant
Implementation
@$core.Deprecated('Use createApplicationResponseDescriptor instead')
const CreateApplicationResponse$json = {
'1': 'CreateApplicationResponse',
'2': [
{'1': 'application_id', '3': 1, '4': 1, '5': 9, '10': 'applicationId'},
{
'1': 'creation_date',
'3': 2,
'4': 1,
'5': 11,
'6': '.google.protobuf.Timestamp',
'8': {},
'10': 'creationDate'
},
{
'1': 'oidc_configuration',
'3': 3,
'4': 1,
'5': 11,
'6': '.zitadel.application.v2.CreateOIDCApplicationResponse',
'9': 0,
'10': 'oidcConfiguration'
},
{
'1': 'saml_configuration',
'3': 4,
'4': 1,
'5': 11,
'6': '.zitadel.application.v2.CreateSAMLApplicationResponse',
'9': 0,
'10': 'samlConfiguration'
},
{
'1': 'api_configuration',
'3': 5,
'4': 1,
'5': 11,
'6': '.zitadel.application.v2.CreateAPIApplicationResponse',
'9': 0,
'10': 'apiConfiguration'
},
],
'8': [
{'1': 'application_type'},
],
};