@microsoft/msgraph-sdk-devicemanagement 1.0.0-preview.28 → 1.0.0-preview.30
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 +10 -10
- 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 +4 -4
- package/deviceManagement/index.d.ts +2 -2
- package/deviceManagement/managedDevices/item/deviceCategory/index.d.ts +10 -1
- package/deviceManagement/managedDevices/item/deviceCategory/index.d.ts.map +1 -1
- package/deviceManagement/managedDevices/item/deviceCategory/index.js +10 -0
- package/deviceManagement/managedDevices/item/deviceCategory/index.js.map +1 -1
- package/deviceManagement/managedDevices/item/deviceCategory/ref/index.d.ts +55 -0
- package/deviceManagement/managedDevices/item/deviceCategory/ref/index.d.ts.map +1 -0
- package/deviceManagement/managedDevices/item/deviceCategory/ref/index.js +47 -0
- package/deviceManagement/managedDevices/item/deviceCategory/ref/index.js.map +1 -0
- package/deviceManagement/managedDevices/item/index.d.ts.map +1 -1
- package/deviceManagement/managedDevices/item/index.js +2 -1
- package/deviceManagement/managedDevices/item/index.js.map +1 -1
- package/deviceManagement/roleDefinitions/item/index.d.ts +7 -7
- package/package.json +3 -3
- 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 windowsPhone81CompliancePolicy 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-windowsphone81compliancepolicy-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 androidCompliancePolicy 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-androidcompliancepolicy-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 windowsPhone81CompliancePolicy 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 androidCompliancePolicy 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 windowsPhone81CompliancePolicy objects.
|
|
52
52
|
*/
|
|
53
53
|
export interface DeviceCompliancePoliciesRequestBuilderGetQueryParameters {
|
|
54
54
|
/**
|
|
@@ -50,43 +50,43 @@ export interface DeviceCompliancePolicyItemRequestBuilder extends BaseRequestBui
|
|
|
50
50
|
*/
|
|
51
51
|
get userStatusOverview(): UserStatusOverviewRequestBuilder;
|
|
52
52
|
/**
|
|
53
|
-
* Deletes a
|
|
53
|
+
* Deletes a macOSCompliancePolicy.
|
|
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-macoscompliancepolicy-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 windows10MobileCompliancePolicy 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-windows10mobilecompliancepolicy-get?view=graph-rest-1.0|Find more info here}
|
|
65
65
|
*/
|
|
66
66
|
get(requestConfiguration?: RequestConfiguration<DeviceCompliancePolicyItemRequestBuilderGetQueryParameters> | undefined): Promise<DeviceCompliancePolicy | undefined>;
|
|
67
67
|
/**
|
|
68
|
-
* Update the properties of a
|
|
68
|
+
* Update the properties of a androidWorkProfileCompliancePolicy object.
|
|
69
69
|
* @param body The request body
|
|
70
70
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
71
71
|
* @returns {Promise<DeviceCompliancePolicy>}
|
|
72
72
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
73
|
-
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-
|
|
73
|
+
* @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-update?view=graph-rest-1.0|Find more info here}
|
|
74
74
|
*/
|
|
75
75
|
patch(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceCompliancePolicy | undefined>;
|
|
76
76
|
/**
|
|
77
|
-
* Deletes a
|
|
77
|
+
* Deletes a macOSCompliancePolicy.
|
|
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 windows10MobileCompliancePolicy object.
|
|
84
84
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
85
85
|
* @returns {RequestInformation}
|
|
86
86
|
*/
|
|
87
87
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<DeviceCompliancePolicyItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
88
88
|
/**
|
|
89
|
-
* Update the properties of a
|
|
89
|
+
* Update the properties of a androidWorkProfileCompliancePolicy object.
|
|
90
90
|
* @param body The request body
|
|
91
91
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
92
92
|
* @returns {RequestInformation}
|
|
@@ -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 windows10MobileCompliancePolicy 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 windows10EndpointProtectionConfiguration 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-windows10endpointprotectionconfiguration-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 iosCustomConfiguration 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-ioscustomconfiguration-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 windows10EndpointProtectionConfiguration 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 iosCustomConfiguration 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 windows10EndpointProtectionConfiguration 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 macOSGeneralDeviceConfiguration.
|
|
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-macosgeneraldeviceconfiguration-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 windows10EnterpriseModernAppManagementConfiguration 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-windows10enterprisemodernappmanagementconfiguration-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 windows10CustomConfiguration 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-windows10customconfiguration-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 macOSGeneralDeviceConfiguration.
|
|
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 windows10EnterpriseModernAppManagementConfiguration 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 windows10CustomConfiguration 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 windows10EnterpriseModernAppManagementConfiguration 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 deviceEnrollmentPlatformRestrictionsConfiguration 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-deviceenrollmentplatformrestrictionsconfiguration-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 deviceEnrollmentLimitConfiguration 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-deviceenrollmentlimitconfiguration-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 deviceEnrollmentPlatformRestrictionsConfiguration 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 deviceEnrollmentLimitConfiguration 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 deviceEnrollmentPlatformRestrictionsConfiguration objects.
|
|
52
52
|
*/
|
|
53
53
|
export interface DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters {
|
|
54
54
|
/**
|
|
@@ -27,11 +27,11 @@ export interface DeviceEnrollmentConfigurationItemRequestBuilder extends BaseReq
|
|
|
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 deviceEnrollmentLimitConfiguration 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-deviceenrollmentlimitconfiguration-get?view=graph-rest-1.0|Find more info here}
|
|
35
35
|
*/
|
|
36
36
|
get(requestConfiguration?: RequestConfiguration<DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters> | undefined): Promise<DeviceEnrollmentConfiguration | undefined>;
|
|
37
37
|
/**
|
|
@@ -50,7 +50,7 @@ export interface DeviceEnrollmentConfigurationItemRequestBuilder extends BaseReq
|
|
|
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 deviceEnrollmentLimitConfiguration 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 deviceEnrollmentLimitConfiguration 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-reporting-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-enrollment-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
|
/**
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import { type DeviceCategory } from '@microsoft/msgraph-sdk/models/index.js';
|
|
2
|
-
import { type
|
|
2
|
+
import { type RefRequestBuilder } from './ref/index.js';
|
|
3
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
4
|
/**
|
|
4
5
|
* Provides operations to manage the deviceCategory property of the microsoft.graph.managedDevice entity.
|
|
5
6
|
*/
|
|
6
7
|
export interface DeviceCategoryRequestBuilder extends BaseRequestBuilder<DeviceCategoryRequestBuilder> {
|
|
8
|
+
/**
|
|
9
|
+
* Provides operations to manage the collection of deviceManagement entities.
|
|
10
|
+
*/
|
|
11
|
+
get ref(): RefRequestBuilder;
|
|
7
12
|
/**
|
|
8
13
|
* Delete navigation property deviceCategory for deviceManagement
|
|
9
14
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
@@ -62,6 +67,10 @@ export interface DeviceCategoryRequestBuilderGetQueryParameters {
|
|
|
62
67
|
* Uri template for the request builder.
|
|
63
68
|
*/
|
|
64
69
|
export declare const DeviceCategoryRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCategory{?%24expand,%24select}";
|
|
70
|
+
/**
|
|
71
|
+
* Metadata for all the navigation properties in the request builder.
|
|
72
|
+
*/
|
|
73
|
+
export declare const DeviceCategoryRequestBuilderNavigationMetadata: Record<Exclude<keyof DeviceCategoryRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
65
74
|
/**
|
|
66
75
|
* Metadata for all the requests in the request builder.
|
|
67
76
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAuE,KAAK,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAIlJ,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAuE,KAAK,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAIlJ,OAAO,EAAqC,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAE3F,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,4BAA6B,SAAQ,kBAAkB,CAAC,4BAA4B,CAAC;IAClG;;OAEG;IACH,IAAI,GAAG,IAAI,iBAAiB,CAAC;IAC7B;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,8CAA8C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC,CAAC;IACpJ;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,cAAc,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC,CAAC;IACpI;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,8CAA8C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACvJ;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,cAAc,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1I;AACD;;GAEG;AACH,MAAM,WAAW,8CAA8C;IAC3D;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,uCAAuC,yGAAyG,CAAC;AAQ9J;;GAEG;AACH,eAAO,MAAM,8CAA8C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,4BAA4B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAItK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,gBA+B1D,CAAC"}
|
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
import { createDeviceCategoryFromDiscriminatorValue, serializeDeviceCategory } from '@microsoft/msgraph-sdk/models/index.js';
|
|
6
6
|
// @ts-ignore
|
|
7
7
|
import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/models/oDataErrors/index.js';
|
|
8
|
+
// @ts-ignore
|
|
9
|
+
import { RefRequestBuilderRequestsMetadata } from './ref/index.js';
|
|
8
10
|
/**
|
|
9
11
|
* Uri template for the request builder.
|
|
10
12
|
*/
|
|
@@ -16,6 +18,14 @@ const DeviceCategoryRequestBuilderGetQueryParametersMapper = {
|
|
|
16
18
|
"expand": "%24expand",
|
|
17
19
|
"select": "%24select",
|
|
18
20
|
};
|
|
21
|
+
/**
|
|
22
|
+
* Metadata for all the navigation properties in the request builder.
|
|
23
|
+
*/
|
|
24
|
+
export const DeviceCategoryRequestBuilderNavigationMetadata = {
|
|
25
|
+
ref: {
|
|
26
|
+
requestsMetadata: RefRequestBuilderRequestsMetadata,
|
|
27
|
+
},
|
|
28
|
+
};
|
|
19
29
|
/**
|
|
20
30
|
* Metadata for all the requests in the request builder.
|
|
21
31
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,0CAA0C,EAAE,uBAAuB,EAAuB,MAAM,wCAAwC,CAAC;AAClJ,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,0CAA0C,EAAE,uBAAuB,EAAuB,MAAM,wCAAwC,CAAC;AAClJ,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,iCAAiC,EAA0B,MAAM,gBAAgB,CAAC;AAkE3F;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAG,sGAAsG,CAAC;AAC9J;;GAEG;AACH,MAAM,oDAAoD,GAA2B;IACjF,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;CACxB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAgH;IACvK,GAAG,EAAE;QACD,gBAAgB,EAAE,iCAAiC;KACtD;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAqB;IAC1E,MAAM,EAAE;QACJ,WAAW,EAAE,uCAAuC;QACpD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;KAC7C;IACD,GAAG,EAAE;QACD,WAAW,EAAE,uCAAuC;QACpD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,0CAA0C;QAChE,qBAAqB,EAAE,oDAAoD;KAC9E;IACD,KAAK,EAAE;QACH,WAAW,EAAE,uCAAuC;QACpD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,0CAA0C;QAChE,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,uBAAuB;QAC9C,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { type ReferenceUpdate } from '@microsoft/msgraph-sdk/models/index.js';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Provides operations to manage the collection of deviceManagement entities.
|
|
5
|
+
*/
|
|
6
|
+
export interface RefRequestBuilder extends BaseRequestBuilder<RefRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Delete ref of navigation property deviceCategory for deviceManagement
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
11
|
+
*/
|
|
12
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13
|
+
/**
|
|
14
|
+
* Device category
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns {Promise<string>}
|
|
17
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
18
|
+
*/
|
|
19
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<string | undefined>;
|
|
20
|
+
/**
|
|
21
|
+
* Update the ref of navigation property deviceCategory in deviceManagement
|
|
22
|
+
* @param body The request body
|
|
23
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
24
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
25
|
+
*/
|
|
26
|
+
put(body: ReferenceUpdate, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
27
|
+
/**
|
|
28
|
+
* Delete ref of navigation property deviceCategory for deviceManagement
|
|
29
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
|
+
* @returns {RequestInformation}
|
|
31
|
+
*/
|
|
32
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
33
|
+
/**
|
|
34
|
+
* Device category
|
|
35
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
|
+
* @returns {RequestInformation}
|
|
37
|
+
*/
|
|
38
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
39
|
+
/**
|
|
40
|
+
* Update the ref of navigation property deviceCategory in deviceManagement
|
|
41
|
+
* @param body The request body
|
|
42
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
43
|
+
* @returns {RequestInformation}
|
|
44
|
+
*/
|
|
45
|
+
toPutRequestInformation(body: ReferenceUpdate, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Uri template for the request builder.
|
|
49
|
+
*/
|
|
50
|
+
export declare const RefRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCategory/$ref";
|
|
51
|
+
/**
|
|
52
|
+
* Metadata for all the requests in the request builder.
|
|
53
|
+
*/
|
|
54
|
+
export declare const RefRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
55
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA4B,KAAK,eAAe,EAAE,MAAM,wCAAwC,CAAC;AAIxG,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;IAC5E;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACpG;;;;;OAKG;IACF,GAAG,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7G;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC/G;;;;;OAKG;IACF,uBAAuB,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACzI;AACD;;GAEG;AACH,eAAO,MAAM,4BAA4B,wFAAwF,CAAC;AAClI;;GAEG;AACH,eAAO,MAAM,iCAAiC,EAAE,gBA6B/C,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
// Generated by Microsoft Kiota
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
import { serializeReferenceUpdate } from '@microsoft/msgraph-sdk/models/index.js';
|
|
6
|
+
// @ts-ignore
|
|
7
|
+
import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/models/oDataErrors/index.js';
|
|
8
|
+
/**
|
|
9
|
+
* Uri template for the request builder.
|
|
10
|
+
*/
|
|
11
|
+
export const RefRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCategory/$ref";
|
|
12
|
+
/**
|
|
13
|
+
* Metadata for all the requests in the request builder.
|
|
14
|
+
*/
|
|
15
|
+
export const RefRequestBuilderRequestsMetadata = {
|
|
16
|
+
delete: {
|
|
17
|
+
uriTemplate: RefRequestBuilderUriTemplate,
|
|
18
|
+
responseBodyContentType: "application/json",
|
|
19
|
+
errorMappings: {
|
|
20
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
21
|
+
},
|
|
22
|
+
adapterMethodName: "sendNoResponseContent",
|
|
23
|
+
},
|
|
24
|
+
get: {
|
|
25
|
+
uriTemplate: RefRequestBuilderUriTemplate,
|
|
26
|
+
responseBodyContentType: "application/json",
|
|
27
|
+
errorMappings: {
|
|
28
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
29
|
+
},
|
|
30
|
+
adapterMethodName: "sendPrimitive",
|
|
31
|
+
responseBodyFactory: "string",
|
|
32
|
+
},
|
|
33
|
+
put: {
|
|
34
|
+
uriTemplate: RefRequestBuilderUriTemplate,
|
|
35
|
+
responseBodyContentType: "application/json",
|
|
36
|
+
errorMappings: {
|
|
37
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
38
|
+
},
|
|
39
|
+
adapterMethodName: "sendNoResponseContent",
|
|
40
|
+
requestBodyContentType: "application/json",
|
|
41
|
+
requestBodySerializer: serializeReferenceUpdate,
|
|
42
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
/* tslint:enable */
|
|
46
|
+
/* eslint-enable */
|
|
47
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,wBAAwB,EAAwB,MAAM,wCAAwC,CAAC;AACxG,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAgD7H;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,qFAAqF,CAAC;AAClI;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAqB;IAC/D,MAAM,EAAE;QACJ,WAAW,EAAE,4BAA4B;QACzC,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;KAC7C;IACD,GAAG,EAAE;QACD,WAAW,EAAE,4BAA4B;QACzC,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,eAAe;QAClC,mBAAmB,EAAG,QAAQ;KACjC;IACD,GAAG,EAAE;QACD,WAAW,EAAE,4BAA4B;QACzC,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;QAC1C,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,wBAAwB;QAC/C,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqE,KAAK,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAI/I,OAAO,EAAsD,KAAK,kCAAkC,EAAE,MAAM,iCAAiC,CAAC;AAE9I,OAAO,EAAoD,KAAK,gCAAgC,EAAE,MAAM,+BAA+B,CAAC;AAExI,OAAO,EAAiE,KAAK,6CAA6C,EAAE,MAAM,4CAA4C,CAAC;AAE/K,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,7 +12,7 @@ import { CleanWindowsDeviceRequestBuilderRequestsMetadata } from './cleanWindows
|
|
|
12
12
|
// @ts-ignore
|
|
13
13
|
import { DeleteUserFromSharedAppleDeviceRequestBuilderRequestsMetadata } from './deleteUserFromSharedAppleDevice/index.js';
|
|
14
14
|
// @ts-ignore
|
|
15
|
-
import { DeviceCategoryRequestBuilderRequestsMetadata } from './deviceCategory/index.js';
|
|
15
|
+
import { DeviceCategoryRequestBuilderNavigationMetadata, DeviceCategoryRequestBuilderRequestsMetadata } from './deviceCategory/index.js';
|
|
16
16
|
// @ts-ignore
|
|
17
17
|
import { DeviceCompliancePolicyStatesRequestBuilderNavigationMetadata, DeviceCompliancePolicyStatesRequestBuilderRequestsMetadata } from './deviceCompliancePolicyStates/index.js';
|
|
18
18
|
// @ts-ignore
|
|
@@ -79,6 +79,7 @@ export const ManagedDeviceItemRequestBuilderNavigationMetadata = {
|
|
|
79
79
|
},
|
|
80
80
|
deviceCategory: {
|
|
81
81
|
requestsMetadata: DeviceCategoryRequestBuilderRequestsMetadata,
|
|
82
|
+
navigationMetadata: DeviceCategoryRequestBuilderNavigationMetadata,
|
|
82
83
|
},
|
|
83
84
|
deviceCompliancePolicyStates: {
|
|
84
85
|
requestsMetadata: DeviceCompliancePolicyStatesRequestBuilderRequestsMetadata,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,yCAAyC,EAAE,sBAAsB,EAAsB,MAAM,wCAAwC,CAAC;AAC/I,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,kDAAkD,EAA2C,MAAM,iCAAiC,CAAC;AAC9I,aAAa;AACb,OAAO,EAAE,gDAAgD,EAAyC,MAAM,+BAA+B,CAAC;AACxI,aAAa;AACb,OAAO,EAAE,6DAA6D,EAAsD,MAAM,4CAA4C,CAAC;AAC/K,aAAa;AACb,OAAO,EAAE,4CAA4C,EAAqC,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"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"}
|
|
@@ -17,20 +17,20 @@ export interface RoleDefinitionItemRequestBuilder extends BaseRequestBuilder<Rol
|
|
|
17
17
|
*/
|
|
18
18
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
19
19
|
/**
|
|
20
|
-
* Read properties and relationships of the
|
|
20
|
+
* Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
22
|
* @returns {Promise<RoleDefinition>}
|
|
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-get?view=graph-rest-1.0|Find more info here}
|
|
25
25
|
*/
|
|
26
26
|
get(requestConfiguration?: RequestConfiguration<RoleDefinitionItemRequestBuilderGetQueryParameters> | undefined): Promise<RoleDefinition | undefined>;
|
|
27
27
|
/**
|
|
28
|
-
* Update the properties of a
|
|
28
|
+
* Update the properties of a 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-update?view=graph-rest-1.0|Find more info here}
|
|
34
34
|
*/
|
|
35
35
|
patch(body: RoleDefinition, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<RoleDefinition | undefined>;
|
|
36
36
|
/**
|
|
@@ -40,13 +40,13 @@ export interface RoleDefinitionItemRequestBuilder extends BaseRequestBuilder<Rol
|
|
|
40
40
|
*/
|
|
41
41
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
42
42
|
/**
|
|
43
|
-
* Read properties and relationships of the
|
|
43
|
+
* Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
|
|
44
44
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
45
45
|
* @returns {RequestInformation}
|
|
46
46
|
*/
|
|
47
47
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<RoleDefinitionItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
48
48
|
/**
|
|
49
|
-
* Update the properties of a
|
|
49
|
+
* Update the properties of a deviceAndAppManagementRoleDefinition object.
|
|
50
50
|
* @param body The request body
|
|
51
51
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
52
52
|
* @returns {RequestInformation}
|
|
@@ -54,7 +54,7 @@ export interface RoleDefinitionItemRequestBuilder extends BaseRequestBuilder<Rol
|
|
|
54
54
|
toPatchRequestInformation(body: RoleDefinition, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
|
-
* Read properties and relationships of the
|
|
57
|
+
* Read properties and relationships of the deviceAndAppManagementRoleDefinition object.
|
|
58
58
|
*/
|
|
59
59
|
export interface RoleDefinitionItemRequestBuilderGetQueryParameters {
|
|
60
60
|
/**
|