File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1041,7 +1041,6 @@ export type ThreatAssessmentResultType = "checkPolicy" | "rescan" | "unknownFutu
10411041export type ThreatAssessmentStatus = "pending" | "completed";
10421042export type ThreatCategory = "undefined" | "spam" | "phishing" | "malware" | "unknownFutureValue";
10431043export type ThreatExpectedAssessment = "block" | "unblock";
1044- export type TaskStatus = "notStarted" | "inProgress" | "completed" | "waitingOnOthers" | "deferred";
10451044export 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.
You can’t perform that action at this time.
0 commit comments