Skip to content

Commit 3a6f9cc

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update generated files with build 185088
1 parent 2692840 commit 3a6f9cc

File tree

1 file changed

+78
-11
lines changed

1 file changed

+78
-11
lines changed

microsoft-graph.d.ts

Lines changed: 78 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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 {
1103111033
export 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
}
1596015962
export 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+
}
2300523016
export 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
2671826729
export interface GroupPeerOutlierRecommendationInsightSettings extends AccessReviewRecommendationInsightSetting {}
2671926730
export 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
}
2673226743
export interface HostSecurityState {
@@ -33035,7 +33046,15 @@ export interface X509CertificateAuthenticationModeConfiguration {
3303533046
x509CertificateDefaultRequiredAffinityLevel?: NullableOption<X509CertificateAffinityLevel>;
3303633047
}
3303733048
export 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
}
3304133060
export interface X509CertificateRule {
@@ -34866,15 +34885,33 @@ export namespace Search {
3486634885
}
3486734886
export 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"
@@ -35350,6 +35407,10 @@ export namespace SecurityNamespace {
3535035407
stageNumber?: string;
3535135408
}
3535235409
interface EdiscoveryAddToReviewSetOperation extends CaseOperation {
35410+
additionalDataOptions?: AdditionalDataOptions;
35411+
cloudAttachmentVersion?: CloudAttachmentVersion;
35412+
documentVersion?: DocumentVersion;
35413+
itemsToInclude?: ItemsToInclude;
3535335414
// eDiscovery review set to which items matching source collection query gets added.
3535435415
reviewSet?: NullableOption<EdiscoveryReviewSet>;
3535535416
// eDiscovery search that gets added to review set.
@@ -35411,6 +35472,7 @@ export namespace SecurityNamespace {
3541135472
mailboxCount?: NullableOption<number>;
3541235473
// The number of mailboxes that had search hits.
3541335474
siteCount?: NullableOption<number>;
35475+
statisticsOptions?: StatisticsOptions;
3541435476
// The estimated count of unindexed items for the collection.
3541535477
unindexedItemCount?: NullableOption<number>;
3541635478
// The estimated size of unindexed items for the collection.
@@ -35492,10 +35554,12 @@ export namespace SecurityNamespace {
3549235554
* cloudAttachments, allDocumentVersions, subfolderContents, listAttachments, unknownFutureValue.
3549335555
*/
3549435556
additionalOptions?: NullableOption<AdditionalOptions>;
35557+
cloudAttachmentVersion?: CloudAttachmentVersion;
3549535558
// The description of the export by the user.
3549635559
description?: NullableOption<string>;
3549735560
// The name of export provided by the user.
3549835561
displayName?: NullableOption<string>;
35562+
documentVersion?: DocumentVersion;
3549935563
// Items to be included in the export. The possible values are: searchHits, partiallyIndexed, unknownFutureValue.
3550035564
exportCriteria?: NullableOption<ExportCriteria>;
3550135565
// Contains the properties for an export file metadata, including downloadUrl, fileName, and size.
@@ -36696,10 +36760,13 @@ export namespace SecurityNamespace {
3669636760
fileSize?: NullableOption<number>;
3669736761
// The certificate authority (CA) that issued the certificate.
3669836762
issuer?: NullableOption<string>;
36763+
// The Md5 cryptographic hash of the file content.
36764+
md5?: NullableOption<string>;
3669936765
// The Sha1 cryptographic hash of the file content.
3670036766
sha1?: NullableOption<string>;
3670136767
// The Sha256 cryptographic hash of the file content.
3670236768
sha256?: NullableOption<string>;
36769+
sha256Ac?: NullableOption<string>;
3670336770
// The signer of the signed file.
3670436771
signer?: NullableOption<string>;
3670536772
}

0 commit comments

Comments
 (0)