|
1 |
| -// Project: https://github.com/microsoftgraph/msgraph-typescript-typings |
| 1 | +// Project: https://github.com/microsoftgraph/msgraph-beta-typescript-typings |
2 | 2 | // Definitions by: Microsoft Graph Team <https://github.com/microsoftgraph>
|
3 | 3 | // Michael Mainer <https://github.com/MIchaelMainer>
|
4 | 4 | // Peter Ombwa <https://github.com/peombwa>
|
5 | 5 | // Mustafa Zengin <https://github.com/zengin>
|
6 | 6 | // DeVere Dyett <https://github.com/ddyett>
|
7 | 7 | // Nikitha Udaykumar Chettiar <https://github.com/nikithauc>
|
8 |
| -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped |
9 | 8 | // TypeScript Version: 2.1
|
10 | 9 |
|
11 | 10 | export as namespace microsoftgraphbeta;
|
@@ -5191,7 +5190,7 @@ export interface AppConsentRequest extends Entity {
|
5191 | 5190 | // The identifier of the application. Required. Supports $filter (eq only) and $orderby.
|
5192 | 5191 | appId?: string;
|
5193 | 5192 | /**
|
5194 |
| - * The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic |
| 5193 | + * The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic |
5195 | 5194 | * permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.
|
5196 | 5195 | */
|
5197 | 5196 | consentType?: NullableOption<string>;
|
@@ -21550,7 +21549,7 @@ export interface Windows10GeneralConfiguration extends DeviceConfiguration {
|
21550 | 21549 | appManagementMSIAllowUserControlOverInstall?: boolean;
|
21551 | 21550 | // This policy setting directs Windows Installer to use elevated permissions when it installs any program on the system.
|
21552 | 21551 | appManagementMSIAlwaysInstallWithElevatedPrivileges?: boolean;
|
21553 |
| - // List of semi-colon delimited Package Family Names of Windows apps. Listed Windows apps are to be launched after logon. |
| 21552 | + // List of semi-colon delimited Package Family Names of Windows apps. Listed Windows apps are to be launched after logon. |
21554 | 21553 | appManagementPackageFamilyNamesToLaunchAfterLogOn?: NullableOption<string[]>;
|
21555 | 21554 | /**
|
21556 | 21555 | * Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded. Possible values are:
|
@@ -22087,7 +22086,7 @@ export interface Windows10GeneralConfiguration extends DeviceConfiguration {
|
22087 | 22086 | privacyBlockInputPersonalization?: boolean;
|
22088 | 22087 | // Blocks the shared experiences/discovery of recently used resources in task switcher etc.
|
22089 | 22088 | privacyBlockPublishUserActivities?: boolean;
|
22090 |
| - // This policy prevents the privacy experience from launching during user logon for new and upgraded users. |
| 22089 | + // This policy prevents the privacy experience from launching during user logon for new and upgraded users. |
22091 | 22090 | privacyDisableLaunchExperience?: boolean;
|
22092 | 22091 | // Indicates whether or not to Block the user from reset protection mode.
|
22093 | 22092 | resetProtectionModeBlocked?: boolean;
|
@@ -22837,7 +22836,7 @@ export interface WindowsDeliveryOptimizationConfiguration extends DeviceConfigur
|
22837 | 22836 | cacheServerBackgroundDownloadFallbackToHttpDelayInSeconds?: number;
|
22838 | 22837 | /**
|
22839 | 22838 | * Specifies number of seconds to delay a fall back from cache servers to an HTTP source for a foreground download. Valid
|
22840 |
| - * values 0 to 2592000. |
| 22839 | + * values 0 to 2592000. |
22841 | 22840 | */
|
22842 | 22841 | cacheServerForegroundDownloadFallbackToHttpDelayInSeconds?: number;
|
22843 | 22842 | // Specifies cache servers host names.
|
@@ -23432,7 +23431,7 @@ export interface WindowsWifiEnterpriseEAPConfiguration extends WindowsWifiConfig
|
23432 | 23431 | trustedServerCertificateNames?: NullableOption<string[]>;
|
23433 | 23432 | /**
|
23434 | 23433 | * Specifiy whether to change the virtual LAN used by the device based on the user’s credentials. Cannot be used when
|
23435 |
| - * NetworkSingleSignOnType is set to Disabled. |
| 23434 | + * NetworkSingleSignOnType is set to Disabled. |
23436 | 23435 | */
|
23437 | 23436 | userBasedVirtualLan?: NullableOption<boolean>;
|
23438 | 23437 | // Specify identity certificate for client authentication.
|
|
0 commit comments