@microsoft/msgraph-sdk 1.0.0-preview.50 → 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
  */
@@ -302,6 +306,10 @@ export interface AccessPackageAssignmentPolicy extends Entity, Parsable {
302
306
  * The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
303
307
  */
304
308
  modifiedDateTime?: Date | null;
309
+ /**
310
+ * The notificationSettings property
311
+ */
312
+ notificationSettings?: AccessPackageNotificationSettings | null;
305
313
  /**
306
314
  * Questions that are posed to the requestor.
307
315
  */
@@ -354,6 +362,10 @@ export interface AccessPackageAssignmentRequest extends Entity, Parsable {
354
362
  * Information about all the custom extension calls that were made during the access package assignment workflow.
355
363
  */
356
364
  customExtensionCalloutInstances?: CustomExtensionCalloutInstance[] | null;
365
+ /**
366
+ * The justification property
367
+ */
368
+ justification?: string | null;
357
369
  /**
358
370
  * The subject who requested or, if a direct assignment, was assigned. Read-only. Nullable. Supports $expand.
359
371
  */
@@ -466,6 +478,10 @@ export interface AccessPackageAssignmentRequestRequirements extends AdditionalDa
466
478
  * Indicates whether a request to update must be approved by an approver.
467
479
  */
468
480
  isApprovalRequiredForUpdate?: boolean | null;
481
+ /**
482
+ * The isRequestorJustificationRequired property
483
+ */
484
+ isRequestorJustificationRequired?: boolean | null;
469
485
  /**
470
486
  * The OdataType property
471
487
  */
@@ -706,6 +722,24 @@ export interface AccessPackageMultipleChoiceQuestion extends AccessPackageQuesti
706
722
  */
707
723
  isMultipleSelectionAllowed?: boolean | null;
708
724
  }
725
+ export interface AccessPackageNotificationSettings extends AdditionalDataHolder, BackedModel, Parsable {
726
+ /**
727
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
728
+ */
729
+ additionalData?: Record<string, unknown>;
730
+ /**
731
+ * Stores model information.
732
+ */
733
+ backingStoreEnabled?: boolean | null;
734
+ /**
735
+ * The isAssignmentNotificationDisabled property
736
+ */
737
+ isAssignmentNotificationDisabled?: boolean | null;
738
+ /**
739
+ * The OdataType property
740
+ */
741
+ odataType?: string | null;
742
+ }
709
743
  export interface AccessPackageQuestion extends Entity, Parsable {
710
744
  /**
711
745
  * Specifies whether the requestor is allowed to edit answers to questions for an assignment by posting an update to accessPackageAssignmentRequest.
@@ -12215,6 +12249,12 @@ export declare function createAccessPackageLocalizedTextFromDiscriminatorValue(p
12215
12249
  * @returns {AccessPackageMultipleChoiceQuestion}
12216
12250
  */
12217
12251
  export declare function createAccessPackageMultipleChoiceQuestionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
12252
+ /**
12253
+ * Creates a new instance of the appropriate class based on discriminator value
12254
+ * @param parseNode The parse node to use to read the discriminator value and create the object
12255
+ * @returns {AccessPackageNotificationSettings}
12256
+ */
12257
+ export declare function createAccessPackageNotificationSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
12218
12258
  /**
12219
12259
  * Creates a new instance of the appropriate class based on discriminator value
12220
12260
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -27182,6 +27222,11 @@ export declare function deserializeIntoAccessPackageLocalizedText(accessPackageL
27182
27222
  * @returns {Record<string, (node: ParseNode) => void>}
27183
27223
  */
27184
27224
  export declare function deserializeIntoAccessPackageMultipleChoiceQuestion(accessPackageMultipleChoiceQuestion?: Partial<AccessPackageMultipleChoiceQuestion> | undefined): Record<string, (node: ParseNode) => void>;
27225
+ /**
27226
+ * The deserialization information for the current model
27227
+ * @returns {Record<string, (node: ParseNode) => void>}
27228
+ */
27229
+ export declare function deserializeIntoAccessPackageNotificationSettings(accessPackageNotificationSettings?: Partial<AccessPackageNotificationSettings> | undefined): Record<string, (node: ParseNode) => void>;
27185
27230
  /**
27186
27231
  * The deserialization information for the current model
27187
27232
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -45417,7 +45462,7 @@ export interface Hashes extends AdditionalDataHolder, BackedModel, Parsable {
45417
45462
  */
45418
45463
  backingStoreEnabled?: boolean | null;
45419
45464
  /**
45420
- * The CRC32 value of the file in little endian (if available). Read-only.
45465
+ * The CRC32 value of the file (if available). Read-only.
45421
45466
  */
45422
45467
  crc32Hash?: string | null;
45423
45468
  /**
@@ -45425,7 +45470,7 @@ export interface Hashes extends AdditionalDataHolder, BackedModel, Parsable {
45425
45470
  */
45426
45471
  odataType?: string | null;
45427
45472
  /**
45428
- * 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.
45429
45474
  */
45430
45475
  quickXorHash?: string | null;
45431
45476
  /**
@@ -45433,7 +45478,7 @@ export interface Hashes extends AdditionalDataHolder, BackedModel, Parsable {
45433
45478
  */
45434
45479
  sha1Hash?: string | null;
45435
45480
  /**
45436
- * SHA256 hash for the contents of the file (if available). Read-only.
45481
+ * This property isn't supported. Don't use.
45437
45482
  */
45438
45483
  sha256Hash?: string | null;
45439
45484
  }
@@ -46292,7 +46337,7 @@ export interface IntegerRange extends AdditionalDataHolder, BackedModel, Parsabl
46292
46337
  }
46293
46338
  export interface InternalDomainFederation extends Parsable, SamlOrWsFedProvider {
46294
46339
  /**
46295
- * URL of the endpoint used by active clients when authenticating with federated domains set up for single sign-on in Microsoft Entra ID. Corresponds to the ActiveLogOnUri property of the Set-MsolDomainFederationSettings MSOnline v1 PowerShell cmdlet.
46340
+ * URL of the endpoint used by active clients when authenticating with federated domains set up for single sign-on in Microsoft Entra ID. Corresponds to the ActiveLogOnUri property of the Set-EntraDomainFederationSettings PowerShell cmdlet.
46296
46341
  */
46297
46342
  activeSignInUri?: string | null;
46298
46343
  /**
@@ -46320,7 +46365,7 @@ export interface InternalDomainFederation extends Parsable, SamlOrWsFedProvider
46320
46365
  */
46321
46366
  signingCertificateUpdateStatus?: SigningCertificateUpdateStatus | null;
46322
46367
  /**
46323
- * URI that clients are redirected to when they sign out of Microsoft Entra services. Corresponds to the LogOffUri property of the Set-MsolDomainFederationSettings MSOnline v1 PowerShell cmdlet.
46368
+ * URI that clients are redirected to when they sign out of Microsoft Entra services. Corresponds to the LogOffUri property of the Set-EntraDomainFederationSettings PowerShell cmdlet.
46324
46369
  */
46325
46370
  signOutUri?: string | null;
46326
46371
  }
@@ -61347,7 +61392,7 @@ export interface SchedulingGroupCollectionResponse extends BaseCollectionPaginat
61347
61392
  }
61348
61393
  export interface SchemaExtension extends Entity, Parsable {
61349
61394
  /**
61350
- * Description for the schema extension. Supports $filter (eq).
61395
+ * Description for the schema extension.
61351
61396
  */
61352
61397
  description?: string | null;
61353
61398
  /**
@@ -62329,6 +62374,11 @@ export declare function serializeAccessPackageLocalizedText(writer: Serializatio
62329
62374
  * @param writer Serialization writer to use to serialize this model
62330
62375
  */
62331
62376
  export declare function serializeAccessPackageMultipleChoiceQuestion(writer: SerializationWriter, accessPackageMultipleChoiceQuestion?: Partial<AccessPackageMultipleChoiceQuestion> | undefined | null): void;
62377
+ /**
62378
+ * Serializes information the current object
62379
+ * @param writer Serialization writer to use to serialize this model
62380
+ */
62381
+ export declare function serializeAccessPackageNotificationSettings(writer: SerializationWriter, accessPackageNotificationSettings?: Partial<AccessPackageNotificationSettings> | undefined | null): void;
62332
62382
  /**
62333
62383
  * Serializes information the current object
62334
62384
  * @param writer Serialization writer to use to serialize this model
@@ -88983,47 +89033,47 @@ export interface WorkbookWorksheetProtectionOptions extends AdditionalDataHolder
88983
89033
  */
88984
89034
  additionalData?: Record<string, unknown>;
88985
89035
  /**
88986
- * Represents the worksheet protection option of allowing using auto filter feature.
89036
+ * Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled.
88987
89037
  */
88988
89038
  allowAutoFilter?: boolean | null;
88989
89039
  /**
88990
- * Represents the worksheet protection option of allowing deleting columns.
89040
+ * Indicates whether the worksheet protection option to allow deleting columns is enabled.
88991
89041
  */
88992
89042
  allowDeleteColumns?: boolean | null;
88993
89043
  /**
88994
- * Represents the worksheet protection option of allowing deleting rows.
89044
+ * Indicates whether the worksheet protection option to allow deleting rows is enabled.
88995
89045
  */
88996
89046
  allowDeleteRows?: boolean | null;
88997
89047
  /**
88998
- * Represents the worksheet protection option of allowing formatting cells.
89048
+ * Indicates whether the worksheet protection option to allow formatting cells is enabled.
88999
89049
  */
89000
89050
  allowFormatCells?: boolean | null;
89001
89051
  /**
89002
- * Represents the worksheet protection option of allowing formatting columns.
89052
+ * Indicates whether the worksheet protection option to allow formatting columns is enabled.
89003
89053
  */
89004
89054
  allowFormatColumns?: boolean | null;
89005
89055
  /**
89006
- * Represents the worksheet protection option of allowing formatting rows.
89056
+ * Indicates whether the worksheet protection option to allow formatting rows is enabled.
89007
89057
  */
89008
89058
  allowFormatRows?: boolean | null;
89009
89059
  /**
89010
- * Represents the worksheet protection option of allowing inserting columns.
89060
+ * Indicates whether the worksheet protection option to allow inserting columns is enabled.
89011
89061
  */
89012
89062
  allowInsertColumns?: boolean | null;
89013
89063
  /**
89014
- * Represents the worksheet protection option of allowing inserting hyperlinks.
89064
+ * Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled.
89015
89065
  */
89016
89066
  allowInsertHyperlinks?: boolean | null;
89017
89067
  /**
89018
- * Represents the worksheet protection option of allowing inserting rows.
89068
+ * Indicates whether the worksheet protection option to allow inserting rows is enabled.
89019
89069
  */
89020
89070
  allowInsertRows?: boolean | null;
89021
89071
  /**
89022
- * Represents the worksheet protection option of allowing using pivot table feature.
89072
+ * Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled.
89023
89073
  */
89024
89074
  allowPivotTables?: boolean | null;
89025
89075
  /**
89026
- * Represents the worksheet protection option of allowing using sort feature.
89076
+ * Indicates whether the worksheet protection option to allow the use of the sort feature is enabled.
89027
89077
  */
89028
89078
  allowSort?: boolean | null;
89029
89079
  /**
@@ -89193,7 +89243,7 @@ export interface X509CertificateCRLValidationConfiguration extends AdditionalDat
89193
89243
  */
89194
89244
  backingStoreEnabled?: boolean | null;
89195
89245
  /**
89196
- * The exemptedCertificateAuthoritiesSubjectKeyIdentifiers property
89246
+ * Represents the SKIs of CAs that should be excluded from the valid CRL distribution point check. SKI is represented as a hexadecimal string.
89197
89247
  */
89198
89248
  exemptedCertificateAuthoritiesSubjectKeyIdentifiers?: string[] | null;
89199
89249
  /**