Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vtalas committed Jan 9, 2025
1 parent 19785d2 commit a261831
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/appmixer/wiz/core/FindCloudResources/resources.cloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ const outputSchema = {
'name': { 'type': 'string', 'title': 'Name' },
'type': { 'type': 'string', 'title': 'Type' },
'subscriptionId': { 'type': 'string', 'title': 'Subscription Id' },
'subscriptionExternalId': { 'type': 'string', 'title': 'Subscription External Id' },
'subscriptionExternalId': { 'type': 'string', 'title': 'Subscription External ID' },
'graphEntity': {
'type': 'object',
'properties': {
'id': { 'type': 'string', 'title': 'Graph Entity.Id' },
'providerUniqueId': { 'type': 'null', 'title': 'Graph Entity.Provider Unique Id' },
'providerUniqueId': { 'type': 'null', 'title': 'Graph Entity.Provider Unique ID' },
'name': { 'type': 'string', 'title': 'Graph Entity.Name' },
'type': { 'type': 'string', 'title': 'Graph Entity.Type' },
'projects': {
Expand Down
18 changes: 9 additions & 9 deletions src/appmixer/wiz/core/FindCloudResources/resources.exposed.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ const outputSchema = {
properties: {
type: 'object',
properties: {
_productIDs: { type: 'string', title: 'Accessible From.Properties.Product I Ds' },
_vertexID: { type: 'string', title: 'Accessible From.Properties.Vertex I D' },
_productIDs: { type: 'string', title: 'Accessible From.Properties.Product IDs' },
_vertexID: { type: 'string', title: 'Accessible From.Properties.Vertex ID' },
cloudPlatform: { type: 'string', title: 'Accessible From.Properties.Cloud Platform' },
cloudProviderURL: { type: 'string', title: 'Accessible From.Properties.Cloud Provider U R L' },
cloudProviderURL: { type: 'string', title: 'Accessible From.Properties.Cloud Provider URL' },
creationDate: { type: 'string', title: 'Accessible From.Properties.Creation Date' },
externalId: { type: 'string', title: 'Accessible From.Properties.External Id' },
fullResourceName: { type: 'null', title: 'Accessible From.Properties.Full Resource Name' },
Expand Down Expand Up @@ -117,7 +117,7 @@ const outputSchema = {
type: 'array',
items: { type: 'string' }, title: 'Network Protocols'
},
customIPRanges: { type: 'null', title: 'Custom I P Ranges' },
customIPRanges: { type: 'null', title: 'Custom IP Ranges' },
firstSeenAt: { type: 'string', title: 'First Seen At' },
applicationEndpoints: {
type: 'array',
Expand All @@ -130,13 +130,13 @@ const outputSchema = {
properties: {
type: 'object',
properties: {
_productIDs: { type: 'string', title: 'Application Endpoints.Properties.Product I Ds' },
_vertexID: { type: 'string', title: 'Application Endpoints.Properties.Vertex I D' },
_productIDs: { type: 'string', title: 'Application Endpoints.Properties.Product IDs' },
_vertexID: { type: 'string', title: 'Application Endpoints.Properties.Vertex ID' },
allPorts: { type: 'boolean', title: 'Application Endpoints.Properties.All Ports' },
cloudPlatform: { type: 'string', title: 'Application Endpoints.Properties.Cloud Platform' },
cloudProviderURL: {
type: 'null',
title: 'Application Endpoints.Properties.Cloud Provider U R L'
title: 'Application Endpoints.Properties.Cloud Provider URL'
},
exposureLevel_description: {
type: 'string',
Expand Down Expand Up @@ -167,10 +167,10 @@ const outputSchema = {
type: 'string',
title: 'Application Endpoints.Properties.Http Content Type'
},
httpGETStatus: { type: 'string', title: 'Application Endpoints.Properties.Http G E T Status' },
httpGETStatus: { type: 'string', title: 'Application Endpoints.Properties.Http GET Status' },
httpGETStatusCode: {
type: 'number',
title: 'Application Endpoints.Properties.Http G E T Status Code'
title: 'Application Endpoints.Properties.Http GET Status Code'
},
httpTitleSnippet: {
type: 'null',
Expand Down

0 comments on commit a261831

Please sign in to comment.