Skip to content

Commit c65b450

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
andauthored
Update generated typings with build 3855764 (#202)
Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
1 parent 698791d commit c65b450

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

microsoft-graph.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,6 @@ export type ThreatAssessmentResultType = "checkPolicy" | "rescan" | "unknownFutu
10411041
export type ThreatAssessmentStatus = "pending" | "completed";
10421042
export type ThreatCategory = "undefined" | "spam" | "phishing" | "malware" | "unknownFutureValue";
10431043
export type ThreatExpectedAssessment = "block" | "unblock";
1044-
export type TaskStatus = "notStarted" | "inProgress" | "completed" | "waitingOnOthers" | "deferred";
10451044
export interface Entity {
10461045
// Read-only.
10471046
id?: string;
@@ -2626,8 +2625,8 @@ export interface Application extends DirectoryObject {
26262625
* Specifies the Microsoft accounts that are supported for the current application. Supported values are:AzureADMyOrg:
26272626
* Users with a Microsoft work or school account in my organization’s Azure AD tenant (single tenant)AzureADMultipleOrgs:
26282627
* Users with a Microsoft work or school account in any organization’s Azure AD tenant
2629-
* (multi-tenant)AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account
2630-
* in any organization’s Azure AD tenant.
2628+
* (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account
2629+
* in any organization’s Azure AD tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.
26312630
*/
26322631
signInAudience?: NullableOption<string>;
26332632
// Custom strings that can be used to categorize and identify the application. Not nullable.

0 commit comments

Comments
 (0)