@lansweeper/discovery-sensor-proto 2.35.5 → 2.37.0
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.
|
@@ -905,6 +905,11 @@ export class MacOsInfo extends jspb.Message {
|
|
|
905
905
|
getSystemIntegrity(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
906
906
|
setSystemIntegrity(value?: google_protobuf_wrappers_pb.StringValue): MacOsInfo;
|
|
907
907
|
|
|
908
|
+
hasDomain(): boolean;
|
|
909
|
+
clearDomain(): void;
|
|
910
|
+
getDomain(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
911
|
+
setDomain(value?: google_protobuf_wrappers_pb.StringValue): MacOsInfo;
|
|
912
|
+
|
|
908
913
|
serializeBinary(): Uint8Array;
|
|
909
914
|
toObject(includeInstance?: boolean): MacOsInfo.AsObject;
|
|
910
915
|
static toObject(includeInstance: boolean, msg: MacOsInfo): MacOsInfo.AsObject;
|
|
@@ -927,6 +932,7 @@ export namespace MacOsInfo {
|
|
|
927
932
|
secureVirtualMemory?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
928
933
|
sixtyFourBitKernelAndExts?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
929
934
|
systemIntegrity?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
935
|
+
domain?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
930
936
|
}
|
|
931
937
|
}
|
|
932
938
|
|
|
@@ -2114,3 +2120,106 @@ export namespace MacOpenPorts {
|
|
|
2114
2120
|
entriesList: Array<import_discovery_common_pb.OpenPort.AsObject>,
|
|
2115
2121
|
}
|
|
2116
2122
|
}
|
|
2123
|
+
|
|
2124
|
+
export class MacFirewall extends jspb.Message {
|
|
2125
|
+
|
|
2126
|
+
hasGlobalState(): boolean;
|
|
2127
|
+
clearGlobalState(): void;
|
|
2128
|
+
getGlobalState(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2129
|
+
setGlobalState(value?: google_protobuf_wrappers_pb.StringValue): MacFirewall;
|
|
2130
|
+
|
|
2131
|
+
hasLoggingEnabled(): boolean;
|
|
2132
|
+
clearLoggingEnabled(): void;
|
|
2133
|
+
getLoggingEnabled(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2134
|
+
setLoggingEnabled(value?: google_protobuf_wrappers_pb.StringValue): MacFirewall;
|
|
2135
|
+
|
|
2136
|
+
hasStealthEnabled(): boolean;
|
|
2137
|
+
clearStealthEnabled(): void;
|
|
2138
|
+
getStealthEnabled(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2139
|
+
setStealthEnabled(value?: google_protobuf_wrappers_pb.StringValue): MacFirewall;
|
|
2140
|
+
clearApplicationRulesList(): void;
|
|
2141
|
+
getApplicationRulesList(): Array<ApplicationRule>;
|
|
2142
|
+
setApplicationRulesList(value: Array<ApplicationRule>): MacFirewall;
|
|
2143
|
+
addApplicationRules(value?: ApplicationRule, index?: number): ApplicationRule;
|
|
2144
|
+
clearServiceRulesList(): void;
|
|
2145
|
+
getServiceRulesList(): Array<ServiceRule>;
|
|
2146
|
+
setServiceRulesList(value: Array<ServiceRule>): MacFirewall;
|
|
2147
|
+
addServiceRules(value?: ServiceRule, index?: number): ServiceRule;
|
|
2148
|
+
|
|
2149
|
+
serializeBinary(): Uint8Array;
|
|
2150
|
+
toObject(includeInstance?: boolean): MacFirewall.AsObject;
|
|
2151
|
+
static toObject(includeInstance: boolean, msg: MacFirewall): MacFirewall.AsObject;
|
|
2152
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2153
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2154
|
+
static serializeBinaryToWriter(message: MacFirewall, writer: jspb.BinaryWriter): void;
|
|
2155
|
+
static deserializeBinary(bytes: Uint8Array): MacFirewall;
|
|
2156
|
+
static deserializeBinaryFromReader(message: MacFirewall, reader: jspb.BinaryReader): MacFirewall;
|
|
2157
|
+
}
|
|
2158
|
+
|
|
2159
|
+
export namespace MacFirewall {
|
|
2160
|
+
export type AsObject = {
|
|
2161
|
+
globalState?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2162
|
+
loggingEnabled?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2163
|
+
stealthEnabled?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2164
|
+
applicationRulesList: Array<ApplicationRule.AsObject>,
|
|
2165
|
+
serviceRulesList: Array<ServiceRule.AsObject>,
|
|
2166
|
+
}
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2169
|
+
export class ApplicationRule extends jspb.Message {
|
|
2170
|
+
|
|
2171
|
+
hasName(): boolean;
|
|
2172
|
+
clearName(): void;
|
|
2173
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2174
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): ApplicationRule;
|
|
2175
|
+
|
|
2176
|
+
hasState(): boolean;
|
|
2177
|
+
clearState(): void;
|
|
2178
|
+
getState(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2179
|
+
setState(value?: google_protobuf_wrappers_pb.StringValue): ApplicationRule;
|
|
2180
|
+
|
|
2181
|
+
serializeBinary(): Uint8Array;
|
|
2182
|
+
toObject(includeInstance?: boolean): ApplicationRule.AsObject;
|
|
2183
|
+
static toObject(includeInstance: boolean, msg: ApplicationRule): ApplicationRule.AsObject;
|
|
2184
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2185
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2186
|
+
static serializeBinaryToWriter(message: ApplicationRule, writer: jspb.BinaryWriter): void;
|
|
2187
|
+
static deserializeBinary(bytes: Uint8Array): ApplicationRule;
|
|
2188
|
+
static deserializeBinaryFromReader(message: ApplicationRule, reader: jspb.BinaryReader): ApplicationRule;
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
export namespace ApplicationRule {
|
|
2192
|
+
export type AsObject = {
|
|
2193
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2194
|
+
state?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2195
|
+
}
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
export class ServiceRule extends jspb.Message {
|
|
2199
|
+
|
|
2200
|
+
hasName(): boolean;
|
|
2201
|
+
clearName(): void;
|
|
2202
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2203
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): ServiceRule;
|
|
2204
|
+
|
|
2205
|
+
hasState(): boolean;
|
|
2206
|
+
clearState(): void;
|
|
2207
|
+
getState(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2208
|
+
setState(value?: google_protobuf_wrappers_pb.StringValue): ServiceRule;
|
|
2209
|
+
|
|
2210
|
+
serializeBinary(): Uint8Array;
|
|
2211
|
+
toObject(includeInstance?: boolean): ServiceRule.AsObject;
|
|
2212
|
+
static toObject(includeInstance: boolean, msg: ServiceRule): ServiceRule.AsObject;
|
|
2213
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2214
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2215
|
+
static serializeBinaryToWriter(message: ServiceRule, writer: jspb.BinaryWriter): void;
|
|
2216
|
+
static deserializeBinary(bytes: Uint8Array): ServiceRule;
|
|
2217
|
+
static deserializeBinaryFromReader(message: ServiceRule, reader: jspb.BinaryReader): ServiceRule;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
export namespace ServiceRule {
|
|
2221
|
+
export type AsObject = {
|
|
2222
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2223
|
+
state?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2224
|
+
}
|
|
2225
|
+
}
|