@microsoft/msgraph-sdk-devicemanagement 1.0.0-preview.24 → 1.0.0-preview.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deviceManagement/deviceCompliancePolicies/index.d.ts +7 -7
- package/deviceManagement/deviceCompliancePolicies/item/index.d.ts +7 -7
- package/deviceManagement/deviceConfigurations/index.d.ts +7 -7
- package/deviceManagement/deviceConfigurations/item/index.d.ts +10 -10
- package/deviceManagement/deviceEnrollmentConfigurations/index.d.ts +7 -7
- package/deviceManagement/deviceEnrollmentConfigurations/item/index.d.ts +7 -7
- package/deviceManagement/index.d.ts +2 -2
- package/deviceManagement/roleDefinitions/index.d.ts +7 -7
- package/deviceManagement/roleDefinitions/item/index.d.ts +3 -3
- package/package.json +3 -5
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -17,30 +17,30 @@ export interface DeviceCompliancePoliciesRequestBuilder extends BaseRequestBuild
|
|
|
17
17
|
*/
|
|
18
18
|
byDeviceCompliancePolicyId(deviceCompliancePolicyId: string): DeviceCompliancePolicyItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* List properties and relationships of the
|
|
20
|
+
* List properties and relationships of the windows10MobileCompliancePolicy objects.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<DeviceCompliancePolicyCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-list?view=graph-rest-1.0|Find more info here}
|
|
25
25
|
*/
|
|
26
26
|
get(requestConfiguration?: RequestConfiguration<DeviceCompliancePoliciesRequestBuilderGetQueryParameters> | undefined): Promise<DeviceCompliancePolicyCollectionResponse | undefined>;
|
|
27
27
|
/**
|
|
28
|
-
* Create a new
|
|
28
|
+
* Create a new androidWorkProfileCompliancePolicy object.
|
|
29
29
|
* @param body The request body
|
|
30
30
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
31
|
* @returns {Promise<DeviceCompliancePolicy>}
|
|
32
32
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
33
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
|
33
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-create?view=graph-rest-1.0|Find more info here}
|
|
34
34
|
*/
|
|
35
35
|
post(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceCompliancePolicy | undefined>;
|
|
36
36
|
/**
|
|
37
|
-
* List properties and relationships of the
|
|
37
|
+
* List properties and relationships of the windows10MobileCompliancePolicy objects.
|
|
38
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
39
39
|
* @returns {RequestInformation}
|
|
40
40
|
*/
|
|
41
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<DeviceCompliancePoliciesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
42
42
|
/**
|
|
43
|
-
* Create a new
|
|
43
|
+
* Create a new androidWorkProfileCompliancePolicy object.
|
|
44
44
|
* @param body The request body
|
|
45
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
46
46
|
* @returns {RequestInformation}
|
|
@@ -48,7 +48,7 @@ export interface DeviceCompliancePoliciesRequestBuilder extends BaseRequestBuild
|
|
|
48
48
|
toPostRequestInformation(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
|
-
* List properties and relationships of the
|
|
51
|
+
* List properties and relationships of the windows10MobileCompliancePolicy objects.
|
|
52
52
|
*/
|
|
53
53
|
export interface DeviceCompliancePoliciesRequestBuilderGetQueryParameters {
|
|
54
54
|
/**
|
|
@@ -50,18 +50,18 @@ export interface DeviceCompliancePolicyItemRequestBuilder extends BaseRequestBui
|
|
|
50
50
|
*/
|
|
51
51
|
get userStatusOverview(): UserStatusOverviewRequestBuilder;
|
|
52
52
|
/**
|
|
53
|
-
* Deletes a
|
|
53
|
+
* Deletes a androidWorkProfileCompliancePolicy.
|
|
54
54
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
55
55
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
56
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
|
56
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0|Find more info here}
|
|
57
57
|
*/
|
|
58
58
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
59
59
|
/**
|
|
60
|
-
* Read properties and relationships of the
|
|
60
|
+
* Read properties and relationships of the deviceCompliancePolicy object.
|
|
61
61
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
62
62
|
* @returns {Promise<DeviceCompliancePolicy>}
|
|
63
63
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
64
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
|
64
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-get?view=graph-rest-1.0|Find more info here}
|
|
65
65
|
*/
|
|
66
66
|
get(requestConfiguration?: RequestConfiguration<DeviceCompliancePolicyItemRequestBuilderGetQueryParameters> | undefined): Promise<DeviceCompliancePolicy | undefined>;
|
|
67
67
|
/**
|
|
@@ -74,13 +74,13 @@ export interface DeviceCompliancePolicyItemRequestBuilder extends BaseRequestBui
|
|
|
74
74
|
*/
|
|
75
75
|
patch(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceCompliancePolicy | undefined>;
|
|
76
76
|
/**
|
|
77
|
-
* Deletes a
|
|
77
|
+
* Deletes a androidWorkProfileCompliancePolicy.
|
|
78
78
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
79
79
|
* @returns {RequestInformation}
|
|
80
80
|
*/
|
|
81
81
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
82
82
|
/**
|
|
83
|
-
* Read properties and relationships of the
|
|
83
|
+
* Read properties and relationships of the deviceCompliancePolicy object.
|
|
84
84
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
85
85
|
* @returns {RequestInformation}
|
|
86
86
|
*/
|
|
@@ -94,7 +94,7 @@ export interface DeviceCompliancePolicyItemRequestBuilder extends BaseRequestBui
|
|
|
94
94
|
toPatchRequestInformation(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
|
-
* Read properties and relationships of the
|
|
97
|
+
* Read properties and relationships of the deviceCompliancePolicy object.
|
|
98
98
|
*/
|
|
99
99
|
export interface DeviceCompliancePolicyItemRequestBuilderGetQueryParameters {
|
|
100
100
|
/**
|
|
@@ -17,30 +17,30 @@ export interface DeviceConfigurationsRequestBuilder extends BaseRequestBuilder<D
|
|
|
17
17
|
*/
|
|
18
18
|
byDeviceConfigurationId(deviceConfigurationId: string): DeviceConfigurationItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* List properties and relationships of the
|
|
20
|
+
* List properties and relationships of the iosUpdateConfiguration objects.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<DeviceConfigurationCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-list?view=graph-rest-1.0|Find more info here}
|
|
25
25
|
*/
|
|
26
26
|
get(requestConfiguration?: RequestConfiguration<DeviceConfigurationsRequestBuilderGetQueryParameters> | undefined): Promise<DeviceConfigurationCollectionResponse | undefined>;
|
|
27
27
|
/**
|
|
28
|
-
* Create a new
|
|
28
|
+
* Create a new windows10EnterpriseModernAppManagementConfiguration object.
|
|
29
29
|
* @param body The request body
|
|
30
30
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
31
|
* @returns {Promise<DeviceConfiguration>}
|
|
32
32
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
33
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
|
33
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-create?view=graph-rest-1.0|Find more info here}
|
|
34
34
|
*/
|
|
35
35
|
post(body: DeviceConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceConfiguration | undefined>;
|
|
36
36
|
/**
|
|
37
|
-
* List properties and relationships of the
|
|
37
|
+
* List properties and relationships of the iosUpdateConfiguration objects.
|
|
38
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
39
39
|
* @returns {RequestInformation}
|
|
40
40
|
*/
|
|
41
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<DeviceConfigurationsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
42
42
|
/**
|
|
43
|
-
* Create a new
|
|
43
|
+
* Create a new windows10EnterpriseModernAppManagementConfiguration object.
|
|
44
44
|
* @param body The request body
|
|
45
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
46
46
|
* @returns {RequestInformation}
|
|
@@ -48,7 +48,7 @@ export interface DeviceConfigurationsRequestBuilder extends BaseRequestBuilder<D
|
|
|
48
48
|
toPostRequestInformation(body: DeviceConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
|
-
* List properties and relationships of the
|
|
51
|
+
* List properties and relationships of the iosUpdateConfiguration objects.
|
|
52
52
|
*/
|
|
53
53
|
export interface DeviceConfigurationsRequestBuilderGetQueryParameters {
|
|
54
54
|
/**
|
|
@@ -41,18 +41,18 @@ export interface DeviceConfigurationItemRequestBuilder extends BaseRequestBuilde
|
|
|
41
41
|
*/
|
|
42
42
|
get userStatusOverview(): UserStatusOverviewRequestBuilder;
|
|
43
43
|
/**
|
|
44
|
-
* Deletes a
|
|
44
|
+
* Deletes a windows10EndpointProtectionConfiguration.
|
|
45
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
46
46
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
47
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
|
47
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10endpointprotectionconfiguration-delete?view=graph-rest-1.0|Find more info here}
|
|
48
48
|
*/
|
|
49
49
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
50
50
|
/**
|
|
51
|
-
* Read properties and relationships of the
|
|
51
|
+
* Read properties and relationships of the macOSGeneralDeviceConfiguration object.
|
|
52
52
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
53
53
|
* @returns {Promise<DeviceConfiguration>}
|
|
54
54
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
55
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
|
55
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-macosgeneraldeviceconfiguration-get?view=graph-rest-1.0|Find more info here}
|
|
56
56
|
*/
|
|
57
57
|
get(requestConfiguration?: RequestConfiguration<DeviceConfigurationItemRequestBuilderGetQueryParameters> | undefined): Promise<DeviceConfiguration | undefined>;
|
|
58
58
|
/**
|
|
@@ -62,28 +62,28 @@ export interface DeviceConfigurationItemRequestBuilder extends BaseRequestBuilde
|
|
|
62
62
|
*/
|
|
63
63
|
getOmaSettingPlainTextValueWithSecretReferenceValueId(secretReferenceValueId: string | undefined): GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder;
|
|
64
64
|
/**
|
|
65
|
-
* Update the properties of a
|
|
65
|
+
* Update the properties of a editionUpgradeConfiguration object.
|
|
66
66
|
* @param body The request body
|
|
67
67
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
68
68
|
* @returns {Promise<DeviceConfiguration>}
|
|
69
69
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
70
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
|
70
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-editionupgradeconfiguration-update?view=graph-rest-1.0|Find more info here}
|
|
71
71
|
*/
|
|
72
72
|
patch(body: DeviceConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceConfiguration | undefined>;
|
|
73
73
|
/**
|
|
74
|
-
* Deletes a
|
|
74
|
+
* Deletes a windows10EndpointProtectionConfiguration.
|
|
75
75
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
76
76
|
* @returns {RequestInformation}
|
|
77
77
|
*/
|
|
78
78
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
79
79
|
/**
|
|
80
|
-
* Read properties and relationships of the
|
|
80
|
+
* Read properties and relationships of the macOSGeneralDeviceConfiguration object.
|
|
81
81
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
82
82
|
* @returns {RequestInformation}
|
|
83
83
|
*/
|
|
84
84
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<DeviceConfigurationItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
85
85
|
/**
|
|
86
|
-
* Update the properties of a
|
|
86
|
+
* Update the properties of a editionUpgradeConfiguration object.
|
|
87
87
|
* @param body The request body
|
|
88
88
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
89
89
|
* @returns {RequestInformation}
|
|
@@ -91,7 +91,7 @@ export interface DeviceConfigurationItemRequestBuilder extends BaseRequestBuilde
|
|
|
91
91
|
toPatchRequestInformation(body: DeviceConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
|
-
* Read properties and relationships of the
|
|
94
|
+
* Read properties and relationships of the macOSGeneralDeviceConfiguration object.
|
|
95
95
|
*/
|
|
96
96
|
export interface DeviceConfigurationItemRequestBuilderGetQueryParameters {
|
|
97
97
|
/**
|
|
@@ -17,30 +17,30 @@ export interface DeviceEnrollmentConfigurationsRequestBuilder extends BaseReques
|
|
|
17
17
|
*/
|
|
18
18
|
byDeviceEnrollmentConfigurationId(deviceEnrollmentConfigurationId: string): DeviceEnrollmentConfigurationItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* List properties and relationships of the
|
|
20
|
+
* List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<DeviceEnrollmentConfigurationCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0|Find more info here}
|
|
25
25
|
*/
|
|
26
26
|
get(requestConfiguration?: RequestConfiguration<DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters> | undefined): Promise<DeviceEnrollmentConfigurationCollectionResponse | undefined>;
|
|
27
27
|
/**
|
|
28
|
-
* Create a new
|
|
28
|
+
* Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.
|
|
29
29
|
* @param body The request body
|
|
30
30
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
31
|
* @returns {Promise<DeviceEnrollmentConfiguration>}
|
|
32
32
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
33
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-
|
|
33
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create?view=graph-rest-1.0|Find more info here}
|
|
34
34
|
*/
|
|
35
35
|
post(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceEnrollmentConfiguration | undefined>;
|
|
36
36
|
/**
|
|
37
|
-
* List properties and relationships of the
|
|
37
|
+
* List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
|
|
38
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
39
39
|
* @returns {RequestInformation}
|
|
40
40
|
*/
|
|
41
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
42
42
|
/**
|
|
43
|
-
* Create a new
|
|
43
|
+
* Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.
|
|
44
44
|
* @param body The request body
|
|
45
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
46
46
|
* @returns {RequestInformation}
|
|
@@ -48,7 +48,7 @@ export interface DeviceEnrollmentConfigurationsRequestBuilder extends BaseReques
|
|
|
48
48
|
toPostRequestInformation(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
|
-
* List properties and relationships of the
|
|
51
|
+
* List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
|
|
52
52
|
*/
|
|
53
53
|
export interface DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters {
|
|
54
54
|
/**
|
|
@@ -20,18 +20,18 @@ export interface DeviceEnrollmentConfigurationItemRequestBuilder extends BaseReq
|
|
|
20
20
|
*/
|
|
21
21
|
get setPriority(): SetPriorityRequestBuilder;
|
|
22
22
|
/**
|
|
23
|
-
* Deletes a
|
|
23
|
+
* Deletes a deviceEnrollmentLimitConfiguration.
|
|
24
24
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
25
25
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
26
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-
|
|
26
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0|Find more info here}
|
|
27
27
|
*/
|
|
28
28
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
29
29
|
/**
|
|
30
|
-
* Read properties and relationships of the
|
|
30
|
+
* Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object.
|
|
31
31
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
32
32
|
* @returns {Promise<DeviceEnrollmentConfiguration>}
|
|
33
33
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
34
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-
|
|
34
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get?view=graph-rest-1.0|Find more info here}
|
|
35
35
|
*/
|
|
36
36
|
get(requestConfiguration?: RequestConfiguration<DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters> | undefined): Promise<DeviceEnrollmentConfiguration | undefined>;
|
|
37
37
|
/**
|
|
@@ -44,13 +44,13 @@ export interface DeviceEnrollmentConfigurationItemRequestBuilder extends BaseReq
|
|
|
44
44
|
*/
|
|
45
45
|
patch(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceEnrollmentConfiguration | undefined>;
|
|
46
46
|
/**
|
|
47
|
-
* Deletes a
|
|
47
|
+
* Deletes a deviceEnrollmentLimitConfiguration.
|
|
48
48
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
49
49
|
* @returns {RequestInformation}
|
|
50
50
|
*/
|
|
51
51
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
52
52
|
/**
|
|
53
|
-
* Read properties and relationships of the
|
|
53
|
+
* Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object.
|
|
54
54
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
55
55
|
* @returns {RequestInformation}
|
|
56
56
|
*/
|
|
@@ -64,7 +64,7 @@ export interface DeviceEnrollmentConfigurationItemRequestBuilder extends BaseReq
|
|
|
64
64
|
toPatchRequestInformation(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
|
-
* Read properties and relationships of the
|
|
67
|
+
* Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object.
|
|
68
68
|
*/
|
|
69
69
|
export interface DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters {
|
|
70
70
|
/**
|
|
@@ -306,7 +306,7 @@ export interface DeviceManagementRequestBuilder extends BaseRequestBuilder<Devic
|
|
|
306
306
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
307
307
|
* @returns {Promise<DeviceManagement>}
|
|
308
308
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
309
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-
|
|
309
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-raimportcerts-devicemanagement-get?view=graph-rest-1.0|Find more info here}
|
|
310
310
|
*/
|
|
311
311
|
get(requestConfiguration?: RequestConfiguration<DeviceManagementRequestBuilderGetQueryParameters> | undefined): Promise<DeviceManagement | undefined>;
|
|
312
312
|
/**
|
|
@@ -321,7 +321,7 @@ export interface DeviceManagementRequestBuilder extends BaseRequestBuilder<Devic
|
|
|
321
321
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
322
322
|
* @returns {Promise<DeviceManagement>}
|
|
323
323
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
324
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-
|
|
324
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-devicemanagement-update?view=graph-rest-1.0|Find more info here}
|
|
325
325
|
*/
|
|
326
326
|
patch(body: DeviceManagement, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceManagement | undefined>;
|
|
327
327
|
/**
|
|
@@ -17,30 +17,30 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder<RoleDe
|
|
|
17
17
|
*/
|
|
18
18
|
byRoleDefinitionId(roleDefinitionId: string): RoleDefinitionItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
|
-
* List properties and relationships of the
|
|
20
|
+
* List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<RoleDefinitionCollectionResponse>}
|
|
23
23
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-rbac-
|
|
24
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-list?view=graph-rest-1.0|Find more info here}
|
|
25
25
|
*/
|
|
26
26
|
get(requestConfiguration?: RequestConfiguration<RoleDefinitionsRequestBuilderGetQueryParameters> | undefined): Promise<RoleDefinitionCollectionResponse | undefined>;
|
|
27
27
|
/**
|
|
28
|
-
* Create a new
|
|
28
|
+
* Create a new deviceAndAppManagementRoleDefinition object.
|
|
29
29
|
* @param body The request body
|
|
30
30
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
31
|
* @returns {Promise<RoleDefinition>}
|
|
32
32
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
33
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-rbac-
|
|
33
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?view=graph-rest-1.0|Find more info here}
|
|
34
34
|
*/
|
|
35
35
|
post(body: RoleDefinition, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<RoleDefinition | undefined>;
|
|
36
36
|
/**
|
|
37
|
-
* List properties and relationships of the
|
|
37
|
+
* List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
|
|
38
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
39
39
|
* @returns {RequestInformation}
|
|
40
40
|
*/
|
|
41
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<RoleDefinitionsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
42
42
|
/**
|
|
43
|
-
* Create a new
|
|
43
|
+
* Create a new deviceAndAppManagementRoleDefinition object.
|
|
44
44
|
* @param body The request body
|
|
45
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
46
46
|
* @returns {RequestInformation}
|
|
@@ -48,7 +48,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder<RoleDe
|
|
|
48
48
|
toPostRequestInformation(body: RoleDefinition, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
|
-
* List properties and relationships of the
|
|
51
|
+
* List properties and relationships of the deviceAndAppManagementRoleDefinition objects.
|
|
52
52
|
*/
|
|
53
53
|
export interface RoleDefinitionsRequestBuilderGetQueryParameters {
|
|
54
54
|
/**
|
|
@@ -10,10 +10,10 @@ export interface RoleDefinitionItemRequestBuilder extends BaseRequestBuilder<Rol
|
|
|
10
10
|
*/
|
|
11
11
|
get roleAssignments(): RoleAssignmentsRequestBuilder;
|
|
12
12
|
/**
|
|
13
|
-
* Deletes a
|
|
13
|
+
* Deletes a deviceAndAppManagementRoleDefinition.
|
|
14
14
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
15
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
16
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-rbac-
|
|
16
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-delete?view=graph-rest-1.0|Find more info here}
|
|
17
17
|
*/
|
|
18
18
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
19
19
|
/**
|
|
@@ -34,7 +34,7 @@ export interface RoleDefinitionItemRequestBuilder extends BaseRequestBuilder<Rol
|
|
|
34
34
|
*/
|
|
35
35
|
patch(body: RoleDefinition, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<RoleDefinition | undefined>;
|
|
36
36
|
/**
|
|
37
|
-
* Deletes a
|
|
37
|
+
* Deletes a deviceAndAppManagementRoleDefinition.
|
|
38
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
39
39
|
* @returns {RequestInformation}
|
|
40
40
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/msgraph-sdk-devicemanagement",
|
|
3
|
-
"version": "1.0.0-preview.
|
|
3
|
+
"version": "1.0.0-preview.26",
|
|
4
4
|
"description": "DeviceManagement fluent API for Microsoft Graph",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Microsoft",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"build": "tsc -p tsconfig.json",
|
|
25
|
-
"lint": "eslint . --ext .ts",
|
|
26
|
-
"lint:fix": "eslint . --ext .ts --fix",
|
|
27
25
|
"clean": "rimraf -g **/*.d.ts && rimraf -g **/*.d.ts.map && rimraf -g **/*.js.map && rimraf -g **/*.js && rimraf tsconfig.tsbuildinfo"
|
|
28
26
|
},
|
|
29
27
|
"bugs": {
|
|
@@ -37,7 +35,7 @@
|
|
|
37
35
|
"@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
|
|
38
36
|
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
|
|
39
37
|
"@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
|
|
40
|
-
"@microsoft/msgraph-sdk": "^1.0.0-preview.
|
|
38
|
+
"@microsoft/msgraph-sdk": "^1.0.0-preview.26",
|
|
41
39
|
"guid-typescript": "^1.0.9",
|
|
42
40
|
"tslib": "^2.6.2"
|
|
43
41
|
},
|
|
@@ -45,5 +43,5 @@
|
|
|
45
43
|
"typescript": "^5.3.3"
|
|
46
44
|
},
|
|
47
45
|
"type": "module",
|
|
48
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "bbcb3d88da56db7337c2050cd5ada9d8dfa0ab79"
|
|
49
47
|
}
|