@microsoft/msgraph-sdk 1.0.0-preview.51 → 1.0.0-preview.53
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/models/callRecords/index.d.ts +1 -1
- package/models/index.d.ts +27 -15
- package/models/index.d.ts.map +1 -1
- package/models/index.js +6 -1
- package/models/index.js.map +1 -1
- package/models/security/index.d.ts +12 -0
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +6 -1
- package/models/security/index.js.map +1 -1
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -40,6 +40,10 @@ export interface Alert extends Entity, Parsable {
|
|
|
40
40
|
* Time when Microsoft 365 Defender created the alert.
|
|
41
41
|
*/
|
|
42
42
|
createdDateTime?: Date | null;
|
|
43
|
+
/**
|
|
44
|
+
* The customDetails property
|
|
45
|
+
*/
|
|
46
|
+
customDetails?: Dictionary | null;
|
|
43
47
|
/**
|
|
44
48
|
* String value describing each alert.
|
|
45
49
|
*/
|
|
@@ -3729,6 +3733,10 @@ export interface FileDetails extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
3729
3733
|
* The certificate authority (CA) that issued the certificate.
|
|
3730
3734
|
*/
|
|
3731
3735
|
issuer?: string | null;
|
|
3736
|
+
/**
|
|
3737
|
+
* The Md5 cryptographic hash of the file content.
|
|
3738
|
+
*/
|
|
3739
|
+
md5?: string | null;
|
|
3732
3740
|
/**
|
|
3733
3741
|
* The OdataType property
|
|
3734
3742
|
*/
|
|
@@ -3741,6 +3749,10 @@ export interface FileDetails extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
3741
3749
|
* The Sha256 cryptographic hash of the file content.
|
|
3742
3750
|
*/
|
|
3743
3751
|
sha256?: string | null;
|
|
3752
|
+
/**
|
|
3753
|
+
* The sha256Ac property
|
|
3754
|
+
*/
|
|
3755
|
+
sha256Ac?: string | null;
|
|
3744
3756
|
/**
|
|
3745
3757
|
* The signer of the signed file.
|
|
3746
3758
|
*/
|