@@ -3580,6 +3580,7 @@ export interface AccessPackageAssignmentPolicy extends Entity {
35803580 * midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
35813581 */
35823582 modifiedDateTime?: NullableOption<string>;
3583+ notificationSettings?: NullableOption<AccessPackageNotificationSettings>;
35833584 /**
35843585 * Specifies the settings for approval of requests for an access package assignment through this policy. For example, if
35853586 * approval is required for new requests.
@@ -3619,6 +3620,7 @@ export interface AccessPackageAssignmentRequest extends Entity {
36193620 createdDateTime?: NullableOption<string>;
36203621 // Information about all the custom extension calls that were made during the access package assignment workflow.
36213622 customExtensionCalloutInstances?: NullableOption<CustomExtensionCalloutInstance[]>;
3623+ justification?: NullableOption<string>;
36223624 /**
36233625 * The type of the request. The possible values are: notSpecified, userAdd, UserExtend, userUpdate, userRemove, adminAdd,
36243626 * adminUpdate, adminRemove, systemAdd, systemUpdate, systemRemove, onBehalfAdd (not supported), unknownFutureValue.
@@ -11031,8 +11033,8 @@ export interface InsightsSettings extends Entity {
1103111033export interface InternalDomainFederation extends SamlOrWsFedProvider {
1103211034 /**
1103311035 * URL of the endpoint used by active clients when authenticating with federated domains set up for single sign-on in
11034- * Microsoft Entra ID. Corresponds to the ActiveLogOnUri property of the Set-MsolDomainFederationSettings MSOnline v1
11035- * PowerShell cmdlet.
11036+ * Microsoft Entra ID. Corresponds to the ActiveLogOnUri property of the Set-EntraDomainFederationSettings PowerShell
11037+ * cmdlet.
1103611038 */
1103711039 activeSignInUri?: NullableOption<string>;
1103811040 /**
@@ -11067,7 +11069,7 @@ export interface InternalDomainFederation extends SamlOrWsFedProvider {
1106711069 signingCertificateUpdateStatus?: NullableOption<SigningCertificateUpdateStatus>;
1106811070 /**
1106911071 * URI that clients are redirected to when they sign out of Microsoft Entra services. Corresponds to the LogOffUri
11070- * property of the Set-MsolDomainFederationSettings MSOnline v1 PowerShell cmdlet.
11072+ * property of the Set-EntraDomainFederationSettings PowerShell cmdlet.
1107111073 */
1107211074 signOutUri?: NullableOption<string>;
1107311075}
@@ -15958,7 +15960,7 @@ export interface SchedulingGroup extends ChangeTrackedEntity {
1595815960 userIds?: NullableOption<string[]>;
1595915961}
1596015962export interface SchemaExtension extends Entity {
15961- // Description for the schema extension. Supports $filter (eq).
15963+ // Description for the schema extension.
1596215964 description?: NullableOption<string>;
1596315965 /**
1596415966 * The appId of the application that is the owner of the schema extension. The owner of the schema definition must be
@@ -22826,6 +22828,10 @@ export interface X509CertificateAuthenticationMethodConfiguration extends Authen
2282622828 * binding that matches will be used and the rest ignored.
2282722829 */
2282822830 certificateUserBindings?: NullableOption<X509CertificateUserBinding[]>;
22831+ /**
22832+ * Determines whether certificate based authentication should fail if the issuing CA doesn't have a valid certificate
22833+ * revocation list configured.
22834+ */
2282922835 crlValidationConfiguration?: X509CertificateCRLValidationConfiguration;
2283022836 // A collection of groups that are enabled to use the authentication method.
2283122837 includeTargets?: NullableOption<AuthenticationMethodTarget[]>;
@@ -22900,6 +22906,7 @@ export interface AccessPackageAssignmentApprovalSettings {
2290022906 isApprovalRequiredForAdd?: NullableOption<boolean>;
2290122907 // If false, then approval isn't required for updates to requests in this policy.
2290222908 isApprovalRequiredForUpdate?: NullableOption<boolean>;
22909+ isRequestorJustificationRequired?: NullableOption<boolean>;
2290322910 /**
2290422911 * If approval is required, the one, two or three elements of this collection define each of the stages of approval. An
2290522912 * empty array is present if no approval is required.
@@ -22948,6 +22955,7 @@ export interface AccessPackageAssignmentRequestRequirements {
2294822955 isApprovalRequiredForAdd?: NullableOption<boolean>;
2294922956 // Indicates whether a request to update must be approved by an approver.
2295022957 isApprovalRequiredForUpdate?: NullableOption<boolean>;
22958+ isRequestorJustificationRequired?: NullableOption<boolean>;
2295122959 // The description of the policy that the user is trying to request access using.
2295222960 policyDescription?: NullableOption<string>;
2295322961 // The display name of the policy that the user is trying to request access using.
@@ -23002,6 +23010,9 @@ export interface AccessPackageLocalizedText {
2300223010 // The question in the specific language. Required.
2300323011 text?: NullableOption<string>;
2300423012}
23013+ export interface AccessPackageNotificationSettings {
23014+ isAssignmentNotificationDisabled?: boolean;
23015+ }
2300523016export interface AccessPackageResourceAttribute {
2300623017 // Information about how to set the attribute, currently a accessPackageUserDirectoryAttributeStore type.
2300723018 destination?: NullableOption<AccessPackageResourceAttributeDestination>;
@@ -26717,16 +26728,16 @@ export interface GroupMembers extends SubjectSet {
2671726728// tslint:disable-next-line: no-empty-interface
2671826729export interface GroupPeerOutlierRecommendationInsightSettings extends AccessReviewRecommendationInsightSetting {}
2671926730export interface Hashes {
26720- // The CRC32 value of the file in little endian (if available). Read-only.
26731+ // The CRC32 value of the file (if available). Read-only.
2672126732 crc32Hash?: NullableOption<string>;
2672226733 /**
26723- * A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available).
26734+ * A proprietary hash of the file that can be used to determine if the contents of the file change (if available).
2672426735 * Read-only.
2672526736 */
2672626737 quickXorHash?: NullableOption<string>;
2672726738 // SHA1 hash for the contents of the file (if available). Read-only.
2672826739 sha1Hash?: NullableOption<string>;
26729- // SHA256 hash for the contents of the file (if available). Read-only .
26740+ // This property isn't supported. Don't use .
2673026741 sha256Hash?: NullableOption<string>;
2673126742}
2673226743export interface HostSecurityState {
@@ -32981,27 +32992,27 @@ export interface WorkbookSortField {
3298132992 sortOn?: string;
3298232993}
3298332994export interface WorkbookWorksheetProtectionOptions {
32984- // Represents the worksheet protection option of allowing using auto filter feature.
32995+ // Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled .
3298532996 allowAutoFilter?: boolean;
32986- // Represents the worksheet protection option of allowing deleting columns.
32997+ // Indicates whether the worksheet protection option to allow deleting columns is enabled .
3298732998 allowDeleteColumns?: boolean;
32988- // Represents the worksheet protection option of allowing deleting rows.
32999+ // Indicates whether the worksheet protection option to allow deleting rows is enabled .
3298933000 allowDeleteRows?: boolean;
32990- // Represents the worksheet protection option of allowing formatting cells.
33001+ // Indicates whether the worksheet protection option to allow formatting cells is enabled .
3299133002 allowFormatCells?: boolean;
32992- // Represents the worksheet protection option of allowing formatting columns.
33003+ // Indicates whether the worksheet protection option to allow formatting columns is enabled .
3299333004 allowFormatColumns?: boolean;
32994- // Represents the worksheet protection option of allowing formatting rows.
33005+ // Indicates whether the worksheet protection option to allow formatting rows is enabled .
3299533006 allowFormatRows?: boolean;
32996- // Represents the worksheet protection option of allowing inserting columns.
33007+ // Indicates whether the worksheet protection option to allow inserting columns is enabled .
3299733008 allowInsertColumns?: boolean;
32998- // Represents the worksheet protection option of allowing inserting hyperlinks.
33009+ // Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled .
3299933010 allowInsertHyperlinks?: boolean;
33000- // Represents the worksheet protection option of allowing inserting rows.
33011+ // Indicates whether the worksheet protection option to allow inserting rows is enabled .
3300133012 allowInsertRows?: boolean;
33002- // Represents the worksheet protection option of allowing using pivot table feature.
33013+ // Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled .
3300333014 allowPivotTables?: boolean;
33004- // Represents the worksheet protection option of allowing using sort feature.
33015+ // Indicates whether the worksheet protection option to allow the use of the sort feature is enabled .
3300533016 allowSort?: boolean;
3300633017}
3300733018export interface WorkforceIntegrationEncryption {
@@ -33035,7 +33046,15 @@ export interface X509CertificateAuthenticationModeConfiguration {
3303533046 x509CertificateDefaultRequiredAffinityLevel?: NullableOption<X509CertificateAffinityLevel>;
3303633047}
3303733048export interface X509CertificateCRLValidationConfiguration {
33049+ /**
33050+ * Represents the SKIs of CAs that should be excluded from the valid CRL distribution point check. SKI is represented as a
33051+ * hexadecimal string.
33052+ */
3303833053 exemptedCertificateAuthoritiesSubjectKeyIdentifiers?: NullableOption<string[]>;
33054+ /**
33055+ * Describes whether valid CRLDistributionPoint is required from CAs for CBA to be successful. The possible values are:
33056+ * disabled, enabled, unknownFutureValue.
33057+ */
3303933058 state?: X509CertificateCRLValidationConfigurationState;
3304033059}
3304133060export interface X509CertificateRule {
@@ -34866,15 +34885,33 @@ export namespace Search {
3486634885}
3486734886export namespace SecurityNamespace {
3486834887 type ActionAfterRetentionPeriod = "none" | "delete" | "startDispositionReview" | "relabel" | "unknownFutureValue";
34869- type AdditionalDataOptions = "allVersions" | "linkedFiles" | "unknownFutureValue";
34888+ type AdditionalDataOptions =
34889+ | "allVersions"
34890+ | "linkedFiles"
34891+ | "unknownFutureValue"
34892+ | "advancedIndexing"
34893+ | "listAttachments"
34894+ | "htmlTranscripts"
34895+ | "messageConversationExpansion"
34896+ | "locationsWithoutHits"
34897+ | "allItemsInFolder";
3487034898 type AdditionalOptions =
3487134899 | "none"
3487234900 | "teamsAndYammerConversations"
3487334901 | "cloudAttachments"
3487434902 | "allDocumentVersions"
3487534903 | "subfolderContents"
3487634904 | "listAttachments"
34877- | "unknownFutureValue";
34905+ | "unknownFutureValue"
34906+ | "htmlTranscripts"
34907+ | "advancedIndexing"
34908+ | "allItemsInFolder"
34909+ | "includeFolderAndPath"
34910+ | "condensePaths"
34911+ | "friendlyName"
34912+ | "splitSource"
34913+ | "optimizedPartitionSize"
34914+ | "includeReport";
3487834915 type AlertClassification =
3487934916 | "unknown"
3488034917 | "falsePositive"
@@ -34936,6 +34973,7 @@ export namespace SecurityNamespace {
3493634973 | "closedWithError"
3493734974 | "unknownFutureValue";
3493834975 type ChildSelectability = "One" | "Many" | "unknownFutureValue";
34976+ type CloudAttachmentVersion = "latest" | "recent10" | "recent100" | "all" | "unknownFutureValue";
3493934977 type ContainerPortProtocol = "udp" | "tcp" | "sctp" | "unknownFutureValue";
3494034978 type ContentFormat = "text" | "html" | "markdown" | "unknownFutureValue";
3494134979 type DataSourceContainerStatus = "active" | "released" | "unknownFutureValue";
@@ -35014,6 +35052,7 @@ export namespace SecurityNamespace {
3501435052 | "unknown"
3501535053 | "unknownFutureValue";
3501635054 type DeviceRiskScore = "none" | "informational" | "low" | "medium" | "high" | "unknownFutureValue";
35055+ type DocumentVersion = "latest" | "recent10" | "recent100" | "all" | "unknownFutureValue";
3501735056 type EventPropagationStatus = "none" | "inProcessing" | "failed" | "success" | "unknownFutureValue";
3501835057 type EventStatusType = "pending" | "error" | "success" | "notAvaliable" | "unknownFutureValue";
3501935058 type EvidenceRemediationStatus =
@@ -35048,10 +35087,20 @@ export namespace SecurityNamespace {
3504835087 | "unknownFutureValue";
3504935088 type EvidenceVerdict = "unknown" | "suspicious" | "malicious" | "noThreatsFound" | "unknownFutureValue";
3505035089 type ExportCriteria = "searchHits" | "partiallyIndexed" | "unknownFutureValue";
35051- type ExportFileStructure = "none" | "directory" | "pst" | "unknownFutureValue";
35090+ type ExportFileStructure = "none" | "directory" | "pst" | "unknownFutureValue" | "msg" ;
3505235091 type ExportFormat = "pst" | "msg" | "eml" | "unknownFutureValue";
3505335092 type ExportLocation = "responsiveLocations" | "nonresponsiveLocations" | "unknownFutureValue";
35054- type ExportOptions = "originalFiles" | "text" | "pdfReplacement" | "tags" | "unknownFutureValue";
35093+ type ExportOptions =
35094+ | "originalFiles"
35095+ | "text"
35096+ | "pdfReplacement"
35097+ | "tags"
35098+ | "unknownFutureValue"
35099+ | "splitSource"
35100+ | "includeFolderAndPath"
35101+ | "friendlyName"
35102+ | "condensePaths"
35103+ | "optimizedPartitionSize";
3505535104 type FileHashAlgorithm = "unknown" | "md5" | "sha1" | "sha256" | "sha256ac" | "unknownFutureValue";
3505635105 type GoogleCloudLocationType = "unknown" | "regional" | "zonal" | "global" | "unknownFutureValue";
3505735106 type HealthIssueSeverity = "low" | "medium" | "high" | "unknownFutureValue";
@@ -35065,6 +35114,7 @@ export namespace SecurityNamespace {
3506535114 type IndicatorSource = "microsoft" | "osint" | "public" | "unknownFutureValue";
3506635115 type IntelligenceProfileKind = "actor" | "tool" | "unknownFutureValue";
3506735116 type IoTDeviceImportanceType = "unknown" | "low" | "normal" | "high" | "unknownFutureValue";
35117+ type ItemsToInclude = "searchHits" | "partiallyIndexed" | "unknownFutureValue";
3506835118 type KubernetesPlatform = "unknown" | "aks" | "eks" | "gke" | "arc" | "unknownFutureValue";
3506935119 type KubernetesServiceType =
3507035120 | "unknown"
@@ -35110,6 +35160,13 @@ export namespace SecurityNamespace {
3511035160 | "microsoftSentinel"
3511135161 | "microsoftInsiderRiskManagement";
3511235162 type SourceType = "mailbox" | "site" | "unknownFutureValue";
35163+ type StatisticsOptions =
35164+ | "includeRefiners"
35165+ | "includeQueryStats"
35166+ | "includeUnindexedStats"
35167+ | "advancedIndexing"
35168+ | "locationsWithoutHits"
35169+ | "unknownFutureValue";
3511335170 type TeamsDeliveryLocation = "unknown" | "teams" | "quarantine" | "failed" | "unknownFutureValue";
3511435171 type TeamsMessageDeliveryAction =
3511535172 | "unknown"
@@ -35155,6 +35212,7 @@ export namespace SecurityNamespace {
3515535212 comments?: NullableOption<AlertComment[]>;
3515635213 // Time when Microsoft 365 Defender created the alert.
3515735214 createdDateTime?: NullableOption<string>;
35215+ customDetails?: NullableOption<Dictionary>;
3515835216 // String value describing each alert.
3515935217 description?: NullableOption<string>;
3516035218 /**
@@ -35350,6 +35408,10 @@ export namespace SecurityNamespace {
3535035408 stageNumber?: string;
3535135409 }
3535235410 interface EdiscoveryAddToReviewSetOperation extends CaseOperation {
35411+ additionalDataOptions?: AdditionalDataOptions;
35412+ cloudAttachmentVersion?: CloudAttachmentVersion;
35413+ documentVersion?: DocumentVersion;
35414+ itemsToInclude?: ItemsToInclude;
3535335415 // eDiscovery review set to which items matching source collection query gets added.
3535435416 reviewSet?: NullableOption<EdiscoveryReviewSet>;
3535535417 // eDiscovery search that gets added to review set.
@@ -35411,6 +35473,7 @@ export namespace SecurityNamespace {
3541135473 mailboxCount?: NullableOption<number>;
3541235474 // The number of mailboxes that had search hits.
3541335475 siteCount?: NullableOption<number>;
35476+ statisticsOptions?: StatisticsOptions;
3541435477 // The estimated count of unindexed items for the collection.
3541535478 unindexedItemCount?: NullableOption<number>;
3541635479 // The estimated size of unindexed items for the collection.
@@ -35492,10 +35555,12 @@ export namespace SecurityNamespace {
3549235555 * cloudAttachments, allDocumentVersions, subfolderContents, listAttachments, unknownFutureValue.
3549335556 */
3549435557 additionalOptions?: NullableOption<AdditionalOptions>;
35558+ cloudAttachmentVersion?: CloudAttachmentVersion;
3549535559 // The description of the export by the user.
3549635560 description?: NullableOption<string>;
3549735561 // The name of export provided by the user.
3549835562 displayName?: NullableOption<string>;
35563+ documentVersion?: DocumentVersion;
3549935564 // Items to be included in the export. The possible values are: searchHits, partiallyIndexed, unknownFutureValue.
3550035565 exportCriteria?: NullableOption<ExportCriteria>;
3550135566 // Contains the properties for an export file metadata, including downloadUrl, fileName, and size.
@@ -36696,10 +36761,13 @@ export namespace SecurityNamespace {
3669636761 fileSize?: NullableOption<number>;
3669736762 // The certificate authority (CA) that issued the certificate.
3669836763 issuer?: NullableOption<string>;
36764+ // The Md5 cryptographic hash of the file content.
36765+ md5?: NullableOption<string>;
3669936766 // The Sha1 cryptographic hash of the file content.
3670036767 sha1?: NullableOption<string>;
3670136768 // The Sha256 cryptographic hash of the file content.
3670236769 sha256?: NullableOption<string>;
36770+ sha256Ac?: NullableOption<string>;
3670336771 // The signer of the signed file.
3670436772 signer?: NullableOption<string>;
3670536773 }
0 commit comments