@microsoft/msgraph-sdk 1.0.0-preview.30 → 1.0.0-preview.39

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.
@@ -1,6 +1,5 @@
1
1
  import { type BaseCollectionPaginationCountResponse, type Entity, type Group, type IdentitySet, type PhysicalAddress, type PublicError, type ResultInfo, type Site } from '../index.js';
2
- import { type AdditionalDataHolder, type BackedModel, type Duration, type Parsable, type ParseNode, type SerializationWriter } from '@microsoft/kiota-abstractions';
3
- import { type Guid } from 'guid-typescript';
2
+ import { type AdditionalDataHolder, type BackedModel, type Duration, type Guid, type Parsable, type ParseNode, type SerializationWriter } from '@microsoft/kiota-abstractions';
4
3
  export type ActionAfterRetentionPeriod = (typeof ActionAfterRetentionPeriodObject)[keyof typeof ActionAfterRetentionPeriodObject];
5
4
  export type AdditionalDataOptions = (typeof AdditionalDataOptionsObject)[keyof typeof AdditionalDataOptionsObject];
6
5
  export type AdditionalOptions = (typeof AdditionalOptionsObject)[keyof typeof AdditionalOptionsObject];
@@ -46,7 +45,7 @@ export interface Alert extends Entity, Parsable {
46
45
  */
47
46
  description?: string | null;
48
47
  /**
49
- * Detection technology or sensor that identified the notable component or activity. Possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl.
48
+ * Detection technology or sensor that identified the notable component or activity. Possible values are: unknown, microsoftDefenderForEndpoint, antivirus, smartScreen, customTi, microsoftDefenderForOffice365, automatedInvestigation, microsoftThreatExperts, customDetection, microsoftDefenderForIdentity, cloudAppSecurity, microsoft365Defender, azureAdIdentityProtection, manual, microsoftDataLossPrevention, appGovernancePolicy, appGovernanceDetection, unknownFutureValue, microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: microsoftDefenderForCloud, microsoftDefenderForIoT, microsoftDefenderForServers, microsoftDefenderForStorage, microsoftDefenderForDNS, microsoftDefenderForDatabases, microsoftDefenderForContainers, microsoftDefenderForNetwork, microsoftDefenderForAppService, microsoftDefenderForKeyVault, microsoftDefenderForResourceManager, microsoftDefenderForApiManagement, microsoftSentinel, nrtAlerts, scheduledAlerts, microsoftDefenderThreatIntelligenceAnalytics, builtInMl.
50
49
  */
51
50
  detectionSource?: DetectionSource | null;
52
51
  /**
@@ -476,7 +475,7 @@ export interface CaseEscaped extends Entity, Parsable {
476
475
  }
477
476
  export interface CaseOperation extends Entity, Parsable {
478
477
  /**
479
- * The type of action the operation represents. Possible values are: addToReviewSet,applyTags,contentExport,convertToPdf,estimateStatistics, purgeData
478
+ * The type of action the operation represents. Possible values are: contentExport, applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult.
480
479
  */
481
480
  action?: CaseAction | null;
482
481
  /**
@@ -897,6 +896,12 @@ export declare function createDepartmentTemplateCollectionResponseFromDiscrimina
897
896
  * @returns {DepartmentTemplate}
898
897
  */
899
898
  export declare function createDepartmentTemplateFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
899
+ /**
900
+ * Creates a new instance of the appropriate class based on discriminator value
901
+ * @param parseNode The parse node to use to read the discriminator value and create the object
902
+ * @returns {DeploymentAccessKeyType}
903
+ */
904
+ export declare function createDeploymentAccessKeyTypeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
900
905
  /**
901
906
  * Creates a new instance of the appropriate class based on discriminator value
902
907
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -1527,6 +1532,12 @@ export declare function createMailClusterEvidenceFromDiscriminatorValue(parseNod
1527
1532
  * @returns {MalwareEvidence}
1528
1533
  */
1529
1534
  export declare function createMalwareEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1535
+ /**
1536
+ * Creates a new instance of the appropriate class based on discriminator value
1537
+ * @param parseNode The parse node to use to read the discriminator value and create the object
1538
+ * @returns {NetworkAdapter}
1539
+ */
1540
+ export declare function createNetworkAdapterFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1530
1541
  /**
1531
1542
  * Creates a new instance of the appropriate class based on discriminator value
1532
1543
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -1665,6 +1676,30 @@ export declare function createSearchFromDiscriminatorValue(parseNode: ParseNode
1665
1676
  * @returns {SecurityGroupEvidence}
1666
1677
  */
1667
1678
  export declare function createSecurityGroupEvidenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1679
+ /**
1680
+ * Creates a new instance of the appropriate class based on discriminator value
1681
+ * @param parseNode The parse node to use to read the discriminator value and create the object
1682
+ * @returns {SensorCollectionResponse}
1683
+ */
1684
+ export declare function createSensorCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1685
+ /**
1686
+ * Creates a new instance of the appropriate class based on discriminator value
1687
+ * @param parseNode The parse node to use to read the discriminator value and create the object
1688
+ * @returns {SensorDeploymentPackage}
1689
+ */
1690
+ export declare function createSensorDeploymentPackageFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1691
+ /**
1692
+ * Creates a new instance of the appropriate class based on discriminator value
1693
+ * @param parseNode The parse node to use to read the discriminator value and create the object
1694
+ * @returns {Sensor}
1695
+ */
1696
+ export declare function createSensorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1697
+ /**
1698
+ * Creates a new instance of the appropriate class based on discriminator value
1699
+ * @param parseNode The parse node to use to read the discriminator value and create the object
1700
+ * @returns {SensorSettings}
1701
+ */
1702
+ export declare function createSensorSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
1668
1703
  /**
1669
1704
  * Creates a new instance of the appropriate class based on discriminator value
1670
1705
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -1928,6 +1963,10 @@ export interface DataSet extends Entity, Parsable {
1928
1963
  * The createdDateTime property
1929
1964
  */
1930
1965
  createdDateTime?: Date | null;
1966
+ /**
1967
+ * The description property
1968
+ */
1969
+ description?: string | null;
1931
1970
  /**
1932
1971
  * The displayName property
1933
1972
  */
@@ -1996,6 +2035,25 @@ export interface DepartmentTemplateCollectionResponse extends BaseCollectionPagi
1996
2035
  */
1997
2036
  value?: DepartmentTemplate[] | null;
1998
2037
  }
2038
+ export interface DeploymentAccessKeyType extends AdditionalDataHolder, BackedModel, Parsable {
2039
+ /**
2040
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
2041
+ */
2042
+ additionalData?: Record<string, unknown>;
2043
+ /**
2044
+ * Stores model information.
2045
+ */
2046
+ backingStoreEnabled?: boolean | null;
2047
+ /**
2048
+ * The deployment access key.
2049
+ */
2050
+ deploymentAccessKey?: string | null;
2051
+ /**
2052
+ * The OdataType property
2053
+ */
2054
+ odataType?: string | null;
2055
+ }
2056
+ export type DeploymentStatus = (typeof DeploymentStatusObject)[keyof typeof DeploymentStatusObject];
1999
2057
  /**
2000
2058
  * The deserialization information for the current model
2001
2059
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -2186,6 +2244,11 @@ export declare function deserializeIntoDepartmentTemplate(departmentTemplate?: P
2186
2244
  * @returns {Record<string, (node: ParseNode) => void>}
2187
2245
  */
2188
2246
  export declare function deserializeIntoDepartmentTemplateCollectionResponse(departmentTemplateCollectionResponse?: Partial<DepartmentTemplateCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2247
+ /**
2248
+ * The deserialization information for the current model
2249
+ * @returns {Record<string, (node: ParseNode) => void>}
2250
+ */
2251
+ export declare function deserializeIntoDeploymentAccessKeyType(deploymentAccessKeyType?: Partial<DeploymentAccessKeyType> | undefined): Record<string, (node: ParseNode) => void>;
2189
2252
  /**
2190
2253
  * The deserialization information for the current model
2191
2254
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -2711,6 +2774,11 @@ export declare function deserializeIntoMailClusterEvidence(mailClusterEvidence?:
2711
2774
  * @returns {Record<string, (node: ParseNode) => void>}
2712
2775
  */
2713
2776
  export declare function deserializeIntoMalwareEvidence(malwareEvidence?: Partial<MalwareEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2777
+ /**
2778
+ * The deserialization information for the current model
2779
+ * @returns {Record<string, (node: ParseNode) => void>}
2780
+ */
2781
+ export declare function deserializeIntoNetworkAdapter(networkAdapter?: Partial<NetworkAdapter> | undefined): Record<string, (node: ParseNode) => void>;
2714
2782
  /**
2715
2783
  * The deserialization information for the current model
2716
2784
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -2826,6 +2894,26 @@ export declare function deserializeIntoSearch(search?: Partial<Search> | undefin
2826
2894
  * @returns {Record<string, (node: ParseNode) => void>}
2827
2895
  */
2828
2896
  export declare function deserializeIntoSecurityGroupEvidence(securityGroupEvidence?: Partial<SecurityGroupEvidence> | undefined): Record<string, (node: ParseNode) => void>;
2897
+ /**
2898
+ * The deserialization information for the current model
2899
+ * @returns {Record<string, (node: ParseNode) => void>}
2900
+ */
2901
+ export declare function deserializeIntoSensor(sensor?: Partial<Sensor> | undefined): Record<string, (node: ParseNode) => void>;
2902
+ /**
2903
+ * The deserialization information for the current model
2904
+ * @returns {Record<string, (node: ParseNode) => void>}
2905
+ */
2906
+ export declare function deserializeIntoSensorCollectionResponse(sensorCollectionResponse?: Partial<SensorCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
2907
+ /**
2908
+ * The deserialization information for the current model
2909
+ * @returns {Record<string, (node: ParseNode) => void>}
2910
+ */
2911
+ export declare function deserializeIntoSensorDeploymentPackage(sensorDeploymentPackage?: Partial<SensorDeploymentPackage> | undefined): Record<string, (node: ParseNode) => void>;
2912
+ /**
2913
+ * The deserialization information for the current model
2914
+ * @returns {Record<string, (node: ParseNode) => void>}
2915
+ */
2916
+ export declare function deserializeIntoSensorSettings(sensorSettings?: Partial<SensorSettings> | undefined): Record<string, (node: ParseNode) => void>;
2829
2917
  /**
2830
2918
  * The deserialization information for the current model
2831
2919
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -3398,7 +3486,7 @@ export interface EdiscoverySearch extends Parsable, Search {
3398
3486
  */
3399
3487
  custodianSources?: DataSource[] | null;
3400
3488
  /**
3401
- * When specified, the collection will span across a service for an entire workload. Possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources.
3489
+ * When specified, the collection spans across a service for an entire workload. Possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources.
3402
3490
  */
3403
3491
  dataSourceScopes?: DataSourceScopes[] | null;
3404
3492
  /**
@@ -3418,39 +3506,39 @@ export interface EdiscoverySearchCollectionResponse extends BaseCollectionPagina
3418
3506
  }
3419
3507
  export interface EdiscoverySearchExportOperation extends CaseOperation, Parsable {
3420
3508
  /**
3421
- * The additionalOptions property
3509
+ * The additional items to include in the export. The possible values are: none, teamsAndYammerConversations, cloudAttachments, allDocumentVersions, subfolderContents, listAttachments, unknownFutureValue.
3422
3510
  */
3423
3511
  additionalOptions?: AdditionalOptions[] | null;
3424
3512
  /**
3425
- * The description property
3513
+ * The description of the export by the user.
3426
3514
  */
3427
3515
  description?: string | null;
3428
3516
  /**
3429
- * The displayName property
3517
+ * The name of export provided by the user.
3430
3518
  */
3431
3519
  displayName?: string | null;
3432
3520
  /**
3433
- * The exportCriteria property
3521
+ * Items to be included in the export. The possible values are: searchHits, partiallyIndexed, unknownFutureValue.
3434
3522
  */
3435
3523
  exportCriteria?: ExportCriteria[] | null;
3436
3524
  /**
3437
- * The exportFileMetadata property
3525
+ * Contains the properties for an export file metadata, including downloadUrl, fileName, and size.
3438
3526
  */
3439
3527
  exportFileMetadata?: ExportFileMetadata[] | null;
3440
3528
  /**
3441
- * The exportFormat property
3529
+ * Format of the emails of the export. The possible values are: pst, msg, eml, unknownFutureValue.
3442
3530
  */
3443
3531
  exportFormat?: ExportFormat | null;
3444
3532
  /**
3445
- * The exportLocation property
3533
+ * Location scope for partially indexed items. You can choose to include partially indexed items only in responsive locations with search hits or in all targeted locations. The possible values are: responsiveLocations, nonresponsiveLocations, unknownFutureValue.
3446
3534
  */
3447
3535
  exportLocation?: ExportLocation[] | null;
3448
3536
  /**
3449
- * The exportSingleItems property
3537
+ * Indicates whether to export single items.
3450
3538
  */
3451
3539
  exportSingleItems?: boolean | null;
3452
3540
  /**
3453
- * The search property
3541
+ * The eDiscovery searches under each case.
3454
3542
  */
3455
3543
  search?: EdiscoverySearch | null;
3456
3544
  }
@@ -4486,6 +4574,10 @@ export interface IdentityContainer extends Entity, Parsable {
4486
4574
  * Represents potential issues identified by Microsoft Defender for Identity within a customer's Microsoft Defender for Identity configuration.
4487
4575
  */
4488
4576
  healthIssues?: HealthIssue[] | null;
4577
+ /**
4578
+ * Represents a customer's Microsoft Defender for Identity sensors.
4579
+ */
4580
+ sensors?: Sensor[] | null;
4489
4581
  }
4490
4582
  export interface Incident extends Entity, Parsable {
4491
4583
  /**
@@ -4672,107 +4764,107 @@ export interface IntelligenceProfileIndicatorCollectionResponse extends BaseColl
4672
4764
  export type IntelligenceProfileKind = (typeof IntelligenceProfileKindObject)[keyof typeof IntelligenceProfileKindObject];
4673
4765
  export interface IoTDeviceEvidence extends AlertEvidence, Parsable {
4674
4766
  /**
4675
- * The deviceId property
4767
+ * The device ID.
4676
4768
  */
4677
4769
  deviceId?: string | null;
4678
4770
  /**
4679
- * The deviceName property
4771
+ * The friendly name of the device.
4680
4772
  */
4681
4773
  deviceName?: string | null;
4682
4774
  /**
4683
- * The devicePageLink property
4775
+ * The URL to the device page in the IoT Defender portal.
4684
4776
  */
4685
4777
  devicePageLink?: string | null;
4686
4778
  /**
4687
- * The deviceSubType property
4779
+ * The device subtype.
4688
4780
  */
4689
4781
  deviceSubType?: string | null;
4690
4782
  /**
4691
- * The deviceType property
4783
+ * The type of the device. For example, 'temperature sensor,' 'freezer,' 'wind turbine,' and so on.
4692
4784
  */
4693
4785
  deviceType?: string | null;
4694
4786
  /**
4695
- * The importance property
4787
+ * The importance level for the IoT device. Possible values are low, normal, high, and unknownFutureValue.
4696
4788
  */
4697
4789
  importance?: IoTDeviceImportanceType | null;
4698
4790
  /**
4699
- * The ioTHub property
4791
+ * The azureResourceEvidence entity that represents the IoT Hub that the device belongs to.
4700
4792
  */
4701
4793
  ioTHub?: AzureResourceEvidence | null;
4702
4794
  /**
4703
- * The ioTSecurityAgentId property
4795
+ * The ID of the Azure Security Center for the IoT agent that is running on the device.
4704
4796
  */
4705
4797
  ioTSecurityAgentId?: string | null;
4706
4798
  /**
4707
- * The ipAddress property
4799
+ * The current IP address of the device.
4708
4800
  */
4709
4801
  ipAddress?: IpEvidence | null;
4710
4802
  /**
4711
- * The isAuthorized property
4803
+ * Indicates whether the device classified as an authorized device.
4712
4804
  */
4713
4805
  isAuthorized?: boolean | null;
4714
4806
  /**
4715
- * The isProgramming property
4807
+ * Indicates whether the device classified as a programming device.
4716
4808
  */
4717
4809
  isProgramming?: boolean | null;
4718
4810
  /**
4719
- * The isScanner property
4811
+ * Indicates whether the device classified as a scanner.
4720
4812
  */
4721
4813
  isScanner?: boolean | null;
4722
4814
  /**
4723
- * The macAddress property
4815
+ * The MAC address of the device.
4724
4816
  */
4725
4817
  macAddress?: string | null;
4726
4818
  /**
4727
- * The manufacturer property
4819
+ * The manufacturer of the device.
4728
4820
  */
4729
4821
  manufacturer?: string | null;
4730
4822
  /**
4731
- * The model property
4823
+ * The model of the device.
4732
4824
  */
4733
4825
  model?: string | null;
4734
4826
  /**
4735
- * The nics property
4827
+ * The current network interface controllers on the device.
4736
4828
  */
4737
- nics?: NicEvidence | null;
4829
+ nics?: NicEvidence[] | null;
4738
4830
  /**
4739
- * The operatingSystem property
4831
+ * The operating system the device is running.
4740
4832
  */
4741
4833
  operatingSystem?: string | null;
4742
4834
  /**
4743
- * The owners property
4835
+ * The owners for the device.
4744
4836
  */
4745
4837
  owners?: string[] | null;
4746
4838
  /**
4747
- * The protocols property
4839
+ * The list of protocols that the device supports.
4748
4840
  */
4749
4841
  protocols?: string[] | null;
4750
4842
  /**
4751
- * The purdueLayer property
4843
+ * The Purdue Layer of the device.
4752
4844
  */
4753
4845
  purdueLayer?: string | null;
4754
4846
  /**
4755
- * The sensor property
4847
+ * The sensor that monitors the device.
4756
4848
  */
4757
4849
  sensor?: string | null;
4758
4850
  /**
4759
- * The serialNumber property
4851
+ * The serial number of the device.
4760
4852
  */
4761
4853
  serialNumber?: string | null;
4762
4854
  /**
4763
- * The site property
4855
+ * The site location of the device.
4764
4856
  */
4765
4857
  site?: string | null;
4766
4858
  /**
4767
- * The source property
4859
+ * The source (microsoft/vendor) of the device entity.
4768
4860
  */
4769
4861
  source?: string | null;
4770
4862
  /**
4771
- * The sourceRef property
4863
+ * A URL reference to the source item where the device is managed.
4772
4864
  */
4773
4865
  sourceRef?: UrlEvidence | null;
4774
4866
  /**
4775
- * The zone property
4867
+ * The zone location of the device within a site.
4776
4868
  */
4777
4869
  zone?: string | null;
4778
4870
  }
@@ -5136,6 +5228,16 @@ export interface MalwareEvidence extends AlertEvidence, Parsable {
5136
5228
  */
5137
5229
  processes?: ProcessEvidence[] | null;
5138
5230
  }
5231
+ export interface NetworkAdapter extends Entity, Parsable {
5232
+ /**
5233
+ * Indicates whether the network adapter is selected for capturing and analyzing network traffic.
5234
+ */
5235
+ isEnabled?: boolean | null;
5236
+ /**
5237
+ * The name of the network adapter.
5238
+ */
5239
+ name?: string | null;
5240
+ }
5139
5241
  export interface NetworkConnectionEvidence extends AlertEvidence, Parsable {
5140
5242
  /**
5141
5243
  * The destinationAddress property
@@ -5160,15 +5262,15 @@ export interface NetworkConnectionEvidence extends AlertEvidence, Parsable {
5160
5262
  }
5161
5263
  export interface NicEvidence extends AlertEvidence, Parsable {
5162
5264
  /**
5163
- * The ipAddress property
5265
+ * The current IP address of the NIC.
5164
5266
  */
5165
5267
  ipAddress?: IpEvidence | null;
5166
5268
  /**
5167
- * The macAddress property
5269
+ * The MAC address of the NIC.
5168
5270
  */
5169
5271
  macAddress?: string | null;
5170
5272
  /**
5171
- * The vlans property
5273
+ * The current virtual local area networks of the NIC.
5172
5274
  */
5173
5275
  vlans?: string[] | null;
5174
5276
  }
@@ -5652,6 +5754,108 @@ export interface SecurityGroupEvidence extends AlertEvidence, Parsable {
5652
5754
  */
5653
5755
  securityGroupId?: string | null;
5654
5756
  }
5757
+ export interface Sensor extends Entity, Parsable {
5758
+ /**
5759
+ * The date and time when the sensor was generated. The Timestamp represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
5760
+ */
5761
+ createdDateTime?: Date | null;
5762
+ /**
5763
+ * The deploymentStatus property
5764
+ */
5765
+ deploymentStatus?: DeploymentStatus | null;
5766
+ /**
5767
+ * The display name of the sensor.
5768
+ */
5769
+ displayName?: string | null;
5770
+ /**
5771
+ * The fully qualified domain name of the sensor.
5772
+ */
5773
+ domainName?: string | null;
5774
+ /**
5775
+ * Represents potential issues within a customer's Microsoft Defender for Identity configuration that Microsoft Defender for Identity identified related to the sensor.
5776
+ */
5777
+ healthIssues?: HealthIssue[] | null;
5778
+ /**
5779
+ * The healthStatus property
5780
+ */
5781
+ healthStatus?: SensorHealthStatus | null;
5782
+ /**
5783
+ * This field displays the count of health issues related to this sensor.
5784
+ */
5785
+ openHealthIssuesCount?: number | null;
5786
+ /**
5787
+ * The sensorType property
5788
+ */
5789
+ sensorType?: SensorType | null;
5790
+ /**
5791
+ * The settings property
5792
+ */
5793
+ settings?: SensorSettings | null;
5794
+ /**
5795
+ * The version of the sensor.
5796
+ */
5797
+ version?: string | null;
5798
+ }
5799
+ export interface SensorCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
5800
+ /**
5801
+ * The value property
5802
+ */
5803
+ value?: Sensor[] | null;
5804
+ }
5805
+ export interface SensorDeploymentPackage extends AdditionalDataHolder, BackedModel, Parsable {
5806
+ /**
5807
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
5808
+ */
5809
+ additionalData?: Record<string, unknown>;
5810
+ /**
5811
+ * Stores model information.
5812
+ */
5813
+ backingStoreEnabled?: boolean | null;
5814
+ /**
5815
+ * URL to download the sensor deployment package.
5816
+ */
5817
+ downloadUrl?: string | null;
5818
+ /**
5819
+ * The OdataType property
5820
+ */
5821
+ odataType?: string | null;
5822
+ /**
5823
+ * Version of the sensor.
5824
+ */
5825
+ version?: string | null;
5826
+ }
5827
+ export type SensorHealthStatus = (typeof SensorHealthStatusObject)[keyof typeof SensorHealthStatusObject];
5828
+ export interface SensorSettings extends AdditionalDataHolder, BackedModel, Parsable {
5829
+ /**
5830
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
5831
+ */
5832
+ additionalData?: Record<string, unknown>;
5833
+ /**
5834
+ * Stores model information.
5835
+ */
5836
+ backingStoreEnabled?: boolean | null;
5837
+ /**
5838
+ * Description of the sensor.
5839
+ */
5840
+ description?: string | null;
5841
+ /**
5842
+ * DNS names for the domain controller
5843
+ */
5844
+ domainControllerDnsNames?: string[] | null;
5845
+ /**
5846
+ * Indicates whether to delay updates for the sensor.
5847
+ */
5848
+ isDelayedDeploymentEnabled?: boolean | null;
5849
+ /**
5850
+ * The networkAdapters property
5851
+ */
5852
+ networkAdapters?: NetworkAdapter[] | null;
5853
+ /**
5854
+ * The OdataType property
5855
+ */
5856
+ odataType?: string | null;
5857
+ }
5858
+ export type SensorType = (typeof SensorTypeObject)[keyof typeof SensorTypeObject];
5655
5859
  /**
5656
5860
  * Serializes information the current object
5657
5861
  * @param writer Serialization writer to use to serialize this model
@@ -5842,6 +6046,11 @@ export declare function serializeDepartmentTemplate(writer: SerializationWriter,
5842
6046
  * @param writer Serialization writer to use to serialize this model
5843
6047
  */
5844
6048
  export declare function serializeDepartmentTemplateCollectionResponse(writer: SerializationWriter, departmentTemplateCollectionResponse?: Partial<DepartmentTemplateCollectionResponse> | undefined | null): void;
6049
+ /**
6050
+ * Serializes information the current object
6051
+ * @param writer Serialization writer to use to serialize this model
6052
+ */
6053
+ export declare function serializeDeploymentAccessKeyType(writer: SerializationWriter, deploymentAccessKeyType?: Partial<DeploymentAccessKeyType> | undefined | null): void;
5845
6054
  /**
5846
6055
  * Serializes information the current object
5847
6056
  * @param writer Serialization writer to use to serialize this model
@@ -6367,6 +6576,11 @@ export declare function serializeMailClusterEvidence(writer: SerializationWriter
6367
6576
  * @param writer Serialization writer to use to serialize this model
6368
6577
  */
6369
6578
  export declare function serializeMalwareEvidence(writer: SerializationWriter, malwareEvidence?: Partial<MalwareEvidence> | undefined | null): void;
6579
+ /**
6580
+ * Serializes information the current object
6581
+ * @param writer Serialization writer to use to serialize this model
6582
+ */
6583
+ export declare function serializeNetworkAdapter(writer: SerializationWriter, networkAdapter?: Partial<NetworkAdapter> | undefined | null): void;
6370
6584
  /**
6371
6585
  * Serializes information the current object
6372
6586
  * @param writer Serialization writer to use to serialize this model
@@ -6482,6 +6696,26 @@ export declare function serializeSearch(writer: SerializationWriter, search?: Pa
6482
6696
  * @param writer Serialization writer to use to serialize this model
6483
6697
  */
6484
6698
  export declare function serializeSecurityGroupEvidence(writer: SerializationWriter, securityGroupEvidence?: Partial<SecurityGroupEvidence> | undefined | null): void;
6699
+ /**
6700
+ * Serializes information the current object
6701
+ * @param writer Serialization writer to use to serialize this model
6702
+ */
6703
+ export declare function serializeSensor(writer: SerializationWriter, sensor?: Partial<Sensor> | undefined | null): void;
6704
+ /**
6705
+ * Serializes information the current object
6706
+ * @param writer Serialization writer to use to serialize this model
6707
+ */
6708
+ export declare function serializeSensorCollectionResponse(writer: SerializationWriter, sensorCollectionResponse?: Partial<SensorCollectionResponse> | undefined | null): void;
6709
+ /**
6710
+ * Serializes information the current object
6711
+ * @param writer Serialization writer to use to serialize this model
6712
+ */
6713
+ export declare function serializeSensorDeploymentPackage(writer: SerializationWriter, sensorDeploymentPackage?: Partial<SensorDeploymentPackage> | undefined | null): void;
6714
+ /**
6715
+ * Serializes information the current object
6716
+ * @param writer Serialization writer to use to serialize this model
6717
+ */
6718
+ export declare function serializeSensorSettings(writer: SerializationWriter, sensorSettings?: Partial<SensorSettings> | undefined | null): void;
6485
6719
  /**
6486
6720
  * Serializes information the current object
6487
6721
  * @param writer Serialization writer to use to serialize this model
@@ -7572,6 +7806,18 @@ export declare const DefenderAvStatusObject: {
7572
7806
  readonly NotSupported: "notSupported";
7573
7807
  readonly UnknownFutureValue: "unknownFutureValue";
7574
7808
  };
7809
+ export declare const DeploymentStatusObject: {
7810
+ readonly UpToDate: "upToDate";
7811
+ readonly Outdated: "outdated";
7812
+ readonly Updating: "updating";
7813
+ readonly UpdateFailed: "updateFailed";
7814
+ readonly NotConfigured: "notConfigured";
7815
+ readonly Unreachable: "unreachable";
7816
+ readonly Disconnected: "disconnected";
7817
+ readonly StartFailure: "startFailure";
7818
+ readonly Syncing: "syncing";
7819
+ readonly UnknownFutureValue: "unknownFutureValue";
7820
+ };
7575
7821
  export declare const DetectionSourceObject: {
7576
7822
  readonly Unknown: "unknown";
7577
7823
  readonly MicrosoftDefenderForEndpoint: "microsoftDefenderForEndpoint";
@@ -7654,6 +7900,12 @@ export declare const EvidenceRemediationStatusObject: {
7654
7900
  readonly Blocked: "blocked";
7655
7901
  readonly NotFound: "notFound";
7656
7902
  readonly UnknownFutureValue: "unknownFutureValue";
7903
+ readonly Active: "active";
7904
+ readonly PendingApproval: "pendingApproval";
7905
+ readonly Declined: "declined";
7906
+ readonly Unremediated: "unremediated";
7907
+ readonly Running: "running";
7908
+ readonly PartiallyRemediated: "partiallyRemediated";
7657
7909
  };
7658
7910
  export declare const EvidenceRoleObject: {
7659
7911
  readonly Unknown: "unknown";
@@ -7835,8 +8087,8 @@ export declare const PurgeAreasObject: {
7835
8087
  };
7836
8088
  export declare const PurgeTypeObject: {
7837
8089
  readonly Recoverable: "recoverable";
7838
- readonly PermanentlyDeleted: "permanentlyDeleted";
7839
8090
  readonly UnknownFutureValue: "unknownFutureValue";
8091
+ readonly PermanentlyDelete: "permanentlyDelete";
7840
8092
  };
7841
8093
  export declare const QueryTypeObject: {
7842
8094
  readonly Files: "files";
@@ -7850,6 +8102,21 @@ export declare const RetentionTriggerObject: {
7850
8102
  readonly DateOfEvent: "dateOfEvent";
7851
8103
  readonly UnknownFutureValue: "unknownFutureValue";
7852
8104
  };
8105
+ export declare const SensorHealthStatusObject: {
8106
+ readonly Healthy: "healthy";
8107
+ readonly NotHealthyLow: "notHealthyLow";
8108
+ readonly NotHealthyMedium: "notHealthyMedium";
8109
+ readonly NotHealthyHigh: "notHealthyHigh";
8110
+ readonly UnknownFutureValue: "unknownFutureValue";
8111
+ };
8112
+ export declare const SensorTypeObject: {
8113
+ readonly AdConnectIntegrated: "adConnectIntegrated";
8114
+ readonly AdcsIntegrated: "adcsIntegrated";
8115
+ readonly AdfsIntegrated: "adfsIntegrated";
8116
+ readonly DomainControllerIntegrated: "domainControllerIntegrated";
8117
+ readonly DomainControllerStandalone: "domainControllerStandalone";
8118
+ readonly UnknownFutureValue: "unknownFutureValue";
8119
+ };
7853
8120
  export declare const ServicePrincipalTypeObject: {
7854
8121
  readonly Unknown: "unknown";
7855
8122
  readonly Application: "application";