|
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; |
@@ -5151,7 +5150,7 @@ export interface AppConsentRequest extends Entity { |
5151 | 5150 | // The identifier of the application. Required. Supports $filter (eq only) and $orderby. |
5152 | 5151 | appId?: string; |
5153 | 5152 | /** |
5154 | | - * The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic |
| 5153 | + * The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic |
5155 | 5154 | * permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required. |
5156 | 5155 | */ |
5157 | 5156 | consentType?: NullableOption<string>; |
@@ -21503,7 +21502,7 @@ export interface Windows10GeneralConfiguration extends DeviceConfiguration { |
21503 | 21502 | appManagementMSIAllowUserControlOverInstall?: boolean; |
21504 | 21503 | // This policy setting directs Windows Installer to use elevated permissions when it installs any program on the system. |
21505 | 21504 | appManagementMSIAlwaysInstallWithElevatedPrivileges?: boolean; |
21506 | | - // List of semi-colon delimited Package Family Names of Windows apps. Listed Windows apps are to be launched after logon. |
| 21505 | + // List of semi-colon delimited Package Family Names of Windows apps. Listed Windows apps are to be launched after logon. |
21507 | 21506 | appManagementPackageFamilyNamesToLaunchAfterLogOn?: NullableOption<string[]>; |
21508 | 21507 | /** |
21509 | 21508 | * Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded. Possible values are: |
@@ -22040,7 +22039,7 @@ export interface Windows10GeneralConfiguration extends DeviceConfiguration { |
22040 | 22039 | privacyBlockInputPersonalization?: boolean; |
22041 | 22040 | // Blocks the shared experiences/discovery of recently used resources in task switcher etc. |
22042 | 22041 | privacyBlockPublishUserActivities?: boolean; |
22043 | | - // This policy prevents the privacy experience from launching during user logon for new and upgraded users. |
| 22042 | + // This policy prevents the privacy experience from launching during user logon for new and upgraded users. |
22044 | 22043 | privacyDisableLaunchExperience?: boolean; |
22045 | 22044 | // Indicates whether or not to Block the user from reset protection mode. |
22046 | 22045 | resetProtectionModeBlocked?: boolean; |
@@ -22787,7 +22786,7 @@ export interface WindowsDeliveryOptimizationConfiguration extends DeviceConfigur |
22787 | 22786 | cacheServerBackgroundDownloadFallbackToHttpDelayInSeconds?: number; |
22788 | 22787 | /** |
22789 | 22788 | * Specifies number of seconds to delay a fall back from cache servers to an HTTP source for a foreground download. Valid |
22790 | | - * values 0 to 2592000. |
| 22789 | + * values 0 to 2592000. |
22791 | 22790 | */ |
22792 | 22791 | cacheServerForegroundDownloadFallbackToHttpDelayInSeconds?: number; |
22793 | 22792 | // Specifies cache servers host names. |
@@ -23380,7 +23379,7 @@ export interface WindowsWifiEnterpriseEAPConfiguration extends WindowsWifiConfig |
23380 | 23379 | // Specify trusted server certificate names. |
23381 | 23380 | trustedServerCertificateNames?: NullableOption<string[]>; |
23382 | 23381 | /** |
23383 | | - * Specifiy whether to change the virtual LAN used by the device based on the user’s credentials. Cannot be used when |
| 23382 | + * Specifiy whether to change the virtual LAN used by the device based on the user's credentials. Cannot be used when |
23384 | 23383 | * NetworkSingleSignOnType is set to Disabled. |
23385 | 23384 | */ |
23386 | 23385 | userBasedVirtualLan?: NullableOption<boolean>; |
|
0 commit comments