@microsoft/msgraph-sdk 1.0.0-preview.51 → 1.0.0-preview.52

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/index.d.ts CHANGED
@@ -246,6 +246,10 @@ export interface AccessPackageAssignmentApprovalSettings extends AdditionalDataH
246
246
  * If false, then approval isn't required for updates to requests in this policy.
247
247
  */
248
248
  isApprovalRequiredForUpdate?: boolean | null;
249
+ /**
250
+ * The isRequestorJustificationRequired property
251
+ */
252
+ isRequestorJustificationRequired?: boolean | null;
249
253
  /**
250
254
  * The OdataType property
251
255
  */
@@ -358,6 +362,10 @@ export interface AccessPackageAssignmentRequest extends Entity, Parsable {
358
362
  * Information about all the custom extension calls that were made during the access package assignment workflow.
359
363
  */
360
364
  customExtensionCalloutInstances?: CustomExtensionCalloutInstance[] | null;
365
+ /**
366
+ * The justification property
367
+ */
368
+ justification?: string | null;
361
369
  /**
362
370
  * The subject who requested or, if a direct assignment, was assigned. Read-only. Nullable. Supports $expand.
363
371
  */
@@ -470,6 +478,10 @@ export interface AccessPackageAssignmentRequestRequirements extends AdditionalDa
470
478
  * Indicates whether a request to update must be approved by an approver.
471
479
  */
472
480
  isApprovalRequiredForUpdate?: boolean | null;
481
+ /**
482
+ * The isRequestorJustificationRequired property
483
+ */
484
+ isRequestorJustificationRequired?: boolean | null;
473
485
  /**
474
486
  * The OdataType property
475
487
  */
@@ -45450,7 +45462,7 @@ export interface Hashes extends AdditionalDataHolder, BackedModel, Parsable {
45450
45462
  */
45451
45463
  backingStoreEnabled?: boolean | null;
45452
45464
  /**
45453
- * The CRC32 value of the file in little endian (if available). Read-only.
45465
+ * The CRC32 value of the file (if available). Read-only.
45454
45466
  */
45455
45467
  crc32Hash?: string | null;
45456
45468
  /**
@@ -45458,7 +45470,7 @@ export interface Hashes extends AdditionalDataHolder, BackedModel, Parsable {
45458
45470
  */
45459
45471
  odataType?: string | null;
45460
45472
  /**
45461
- * A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available). Read-only.
45473
+ * A proprietary hash of the file that can be used to determine if the contents of the file change (if available). Read-only.
45462
45474
  */
45463
45475
  quickXorHash?: string | null;
45464
45476
  /**
@@ -45466,7 +45478,7 @@ export interface Hashes extends AdditionalDataHolder, BackedModel, Parsable {
45466
45478
  */
45467
45479
  sha1Hash?: string | null;
45468
45480
  /**
45469
- * SHA256 hash for the contents of the file (if available). Read-only.
45481
+ * This property isn't supported. Don't use.
45470
45482
  */
45471
45483
  sha256Hash?: string | null;
45472
45484
  }
@@ -61380,7 +61392,7 @@ export interface SchedulingGroupCollectionResponse extends BaseCollectionPaginat
61380
61392
  }
61381
61393
  export interface SchemaExtension extends Entity, Parsable {
61382
61394
  /**
61383
- * Description for the schema extension. Supports $filter (eq).
61395
+ * Description for the schema extension.
61384
61396
  */
61385
61397
  description?: string | null;
61386
61398
  /**