@lansweeper/discovery-cloud-proto 0.0.19 → 0.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/gen-proto/discovery_cloud_pb.d.ts +40 -29
- package/gen-proto/discovery_cloud_pb.js +289 -185
- package/gen-proto/image.json +1 -1
- package/package.json +2 -2
- package/proto/discovery_cloud.proto +12 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/discovery-cloud-proto",
|
|
3
3
|
"description": "Discovery Public Cloud (Azure,AWS,GCP) proto",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.21",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/google-protobuf": "^3.15.5"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "790c43a8a071d71b8658c0adf80703a8f558195c"
|
|
20
20
|
}
|
|
@@ -42,6 +42,7 @@ message CloudEntity {
|
|
|
42
42
|
repeated PublicCloudLink public_cloud_links = 15;
|
|
43
43
|
string cloud_asset_id = 16;
|
|
44
44
|
google.protobuf.Timestamp first_seen = 17;
|
|
45
|
+
repeated CloudockitTag tags = 18;
|
|
45
46
|
}
|
|
46
47
|
|
|
47
48
|
/**
|
|
@@ -197,16 +198,16 @@ message GCPPolicyBingings {
|
|
|
197
198
|
google.protobuf.StringValue _role = 1;
|
|
198
199
|
google.protobuf.StringValue _members = 2;
|
|
199
200
|
}
|
|
201
|
+
message GCPBucketWebsiteData {
|
|
202
|
+
google.protobuf.StringValue _main_page_suffix = 1;
|
|
203
|
+
google.protobuf.StringValue _not_found_page = 2;
|
|
204
|
+
}
|
|
200
205
|
message GCPBucketAccessControl {
|
|
201
206
|
google.protobuf.StringValue _email = 1;
|
|
202
207
|
google.protobuf.StringValue _domain = 2;
|
|
203
208
|
google.protobuf.StringValue _entity = 3;
|
|
204
209
|
google.protobuf.StringValue _role = 4;
|
|
205
210
|
}
|
|
206
|
-
message GCPBucketWebsiteData {
|
|
207
|
-
google.protobuf.StringValue _main_page_suffix = 1;
|
|
208
|
-
google.protobuf.StringValue _not_found_page = 2;
|
|
209
|
-
}
|
|
210
211
|
//Unified object storage for developers and enterprises
|
|
211
212
|
message GCPBucketObject {
|
|
212
213
|
google.protobuf.StringValue _name = 1;
|
|
@@ -533,6 +534,7 @@ message GCPDatabaseInstanceIpAddress {
|
|
|
533
534
|
}
|
|
534
535
|
//A fully managed service to easily and securely connect, manage, and ingest data from globally dispersed devices.
|
|
535
536
|
message GCPDeviceRegistry {
|
|
537
|
+
option deprecated = true;
|
|
536
538
|
google.protobuf.StringValue _a_d_k__name = 1;
|
|
537
539
|
google.protobuf.StringValue _a_d_k__g_u_i_d = 2;
|
|
538
540
|
google.protobuf.StringValue _display_name = 3;
|
|
@@ -546,11 +548,13 @@ message GCPDeviceRegistry {
|
|
|
546
548
|
repeated CDKRule _warnings = 11;
|
|
547
549
|
}
|
|
548
550
|
message GCPEventNotificationConfig {
|
|
551
|
+
option deprecated = true;
|
|
549
552
|
google.protobuf.StringValue _pubsub_topic_name = 1;
|
|
550
553
|
google.protobuf.StringValue _subfolder_matches = 2;
|
|
551
554
|
}
|
|
552
555
|
//A fully managed service to easily and securely connect, manage, and ingest data from globally dispersed devices.
|
|
553
556
|
message GCPDevice {
|
|
557
|
+
option deprecated = true;
|
|
554
558
|
google.protobuf.StringValue _id = 1;
|
|
555
559
|
google.protobuf.StringValue _communication = 2;
|
|
556
560
|
google.protobuf.StringValue _last_seen = 3;
|
|
@@ -1930,6 +1934,7 @@ message AzureMicrosoftCompute {
|
|
|
1930
1934
|
repeated CDKRule _warnings = 44;
|
|
1931
1935
|
repeated ResourceBilling _resources_billing = 45;
|
|
1932
1936
|
google.protobuf.StringValue _a_d_k__price = 46;
|
|
1937
|
+
google.protobuf.StringValue _architecture = 47;
|
|
1933
1938
|
}
|
|
1934
1939
|
//A network interface enables an Azure Virtual Machine to communicate with internet, Azure, and on-premises resources. When creating a virtual machine using the Azure portal, the portal creates one network interface with default settings for you.
|
|
1935
1940
|
message AzureMicrosoftNetworkInterface {
|
|
@@ -1959,7 +1964,7 @@ message AzureMicrosoftComputeOSDisk {
|
|
|
1959
1964
|
google.protobuf.StringValue _time_created = 6;
|
|
1960
1965
|
google.protobuf.Int32Value _size_g_b = 7;
|
|
1961
1966
|
google.protobuf.StringValue _storage_account_type = 8;
|
|
1962
|
-
google.protobuf.StringValue _encryption_type = 9;
|
|
1967
|
+
google.protobuf.StringValue _encryption_type = 9; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled
|
|
1963
1968
|
google.protobuf.StringValue _caching = 10;
|
|
1964
1969
|
google.protobuf.StringValue _os_system = 11;
|
|
1965
1970
|
google.protobuf.StringValue _source_image = 12;
|
|
@@ -3493,8 +3498,8 @@ message AzureMicrosoftSqlDatabase {
|
|
|
3493
3498
|
}
|
|
3494
3499
|
//Tables are database objects that contain all the data in a database. In tables, data is logically organized in a row-and-column format similar to a spreadsheet. Each row represents a unique record, and each column represents a field in the record.
|
|
3495
3500
|
message AzureMicrosoftSqlTable {
|
|
3496
|
-
google.protobuf.StringValue _a_d_k__name = 1;
|
|
3497
|
-
google.protobuf.StringValue _a_d_k__g_u_i_d = 2;
|
|
3501
|
+
google.protobuf.StringValue _a_d_k__name = 1 [deprecated=true];
|
|
3502
|
+
google.protobuf.StringValue _a_d_k__g_u_i_d = 2 [deprecated=true];
|
|
3498
3503
|
repeated AzureMicrosoftSqlColumn _sql_columns = 3;
|
|
3499
3504
|
}
|
|
3500
3505
|
//A column is a set of data values of a particular simple type, one value for each row of the database.
|