@azure/arm-policyinsights 3.2.0 → 5.0.0
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/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +72 -79
- package/dist/index.js +8639 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1870 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +50 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +60 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1336 -589
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +42 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +202 -166
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/attestations.d.ts +161 -0
- package/dist-esm/src/operations/attestations.d.ts.map +1 -0
- package/dist-esm/src/operations/attestations.js +747 -0
- package/dist-esm/src/operations/attestations.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +5 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/policyEvents.d.ts +208 -0
- package/dist-esm/src/operations/policyEvents.d.ts.map +1 -0
- package/dist-esm/src/operations/policyEvents.js +1097 -0
- package/dist-esm/src/operations/policyEvents.js.map +1 -0
- package/dist-esm/src/operations/policyMetadataOperations.d.ts +38 -0
- package/dist-esm/src/operations/policyMetadataOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/policyMetadataOperations.js +144 -0
- package/dist-esm/src/operations/policyMetadataOperations.js.map +1 -0
- package/dist-esm/src/operations/policyRestrictions.d.ts +27 -0
- package/dist-esm/src/operations/policyRestrictions.d.ts.map +1 -0
- package/dist-esm/src/operations/policyRestrictions.js +81 -0
- package/dist-esm/src/operations/policyRestrictions.js.map +1 -0
- package/dist-esm/src/operations/policyStates.d.ts +361 -0
- package/dist-esm/src/operations/policyStates.d.ts.map +1 -0
- package/dist-esm/src/operations/policyStates.js +1632 -0
- package/dist-esm/src/operations/policyStates.js.map +1 -0
- package/dist-esm/src/operations/policyTrackedResources.d.ts +99 -0
- package/dist-esm/src/operations/policyTrackedResources.d.ts.map +1 -0
- package/dist-esm/src/operations/policyTrackedResources.js +458 -0
- package/dist-esm/src/operations/policyTrackedResources.js.map +1 -0
- package/dist-esm/src/operations/remediations.d.ts +304 -0
- package/dist-esm/src/operations/remediations.d.ts.map +1 -0
- package/dist-esm/src/operations/remediations.js +1377 -0
- package/dist-esm/src/operations/remediations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/attestations.d.ts +110 -0
- package/dist-esm/src/operationsInterfaces/attestations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/attestations.js +9 -0
- package/dist-esm/src/operationsInterfaces/attestations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +9 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +16 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyEvents.d.ts +60 -0
- package/dist-esm/src/operationsInterfaces/policyEvents.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyEvents.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyEvents.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyMetadataOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyRestrictions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyStates.d.ts +165 -0
- package/dist-esm/src/operationsInterfaces/policyStates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyStates.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyStates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts +29 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/policyTrackedResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/remediations.d.ts +168 -0
- package/dist-esm/src/operationsInterfaces/remediations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/remediations.js +9 -0
- package/dist-esm/src/operationsInterfaces/remediations.js.map +1 -0
- package/dist-esm/src/policyInsightsClient.d.ts +24 -0
- package/dist-esm/src/policyInsightsClient.d.ts.map +1 -0
- package/dist-esm/src/policyInsightsClient.js +57 -0
- package/dist-esm/src/policyInsightsClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +82 -22
- package/review/arm-policyinsights.api.md +1525 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1645 -2293
- package/src/models/mappers.ts +1579 -795
- package/src/models/parameters.ts +250 -167
- package/src/operations/attestations.ts +999 -0
- package/src/operations/index.ts +5 -5
- package/src/operations/operations.ts +29 -44
- package/src/operations/policyEvents.ts +1158 -327
- package/src/operations/policyMetadataOperations.ts +108 -113
- package/src/operations/policyRestrictions.ts +111 -0
- package/src/operations/policyStates.ts +1751 -750
- package/src/operations/policyTrackedResources.ts +416 -284
- package/src/operations/remediations.ts +1208 -1248
- package/src/operationsInterfaces/attestations.ts +212 -0
- package/src/operationsInterfaces/index.ts +16 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/policyEvents.ts +109 -0
- package/src/operationsInterfaces/policyMetadataOperations.ts +36 -0
- package/src/operationsInterfaces/policyRestrictions.ts +40 -0
- package/src/operationsInterfaces/policyStates.ts +287 -0
- package/src/operationsInterfaces/policyTrackedResources.ts +55 -0
- package/src/operationsInterfaces/remediations.ts +310 -0
- package/src/policyInsightsClient.ts +93 -39
- package/tsconfig.json +20 -7
- package/types/arm-policyinsights.d.ts +2728 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-policyinsights.js +0 -4909
- package/dist/arm-policyinsights.js.map +0 -1
- package/dist/arm-policyinsights.min.js +0 -1
- package/dist/arm-policyinsights.min.js.map +0 -1
- package/esm/models/index.d.ts +0 -2651
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -40
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -33
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/policyEventsMappers.d.ts +0 -2
- package/esm/models/policyEventsMappers.d.ts.map +0 -1
- package/esm/models/policyEventsMappers.js +0 -9
- package/esm/models/policyEventsMappers.js.map +0 -1
- package/esm/models/policyMetadataOperationsMappers.d.ts +0 -2
- package/esm/models/policyMetadataOperationsMappers.d.ts.map +0 -1
- package/esm/models/policyMetadataOperationsMappers.js +0 -9
- package/esm/models/policyMetadataOperationsMappers.js.map +0 -1
- package/esm/models/policyStatesMappers.d.ts +0 -2
- package/esm/models/policyStatesMappers.d.ts.map +0 -1
- package/esm/models/policyStatesMappers.js +0 -9
- package/esm/models/policyStatesMappers.js.map +0 -1
- package/esm/models/policyTrackedResourcesMappers.d.ts +0 -2
- package/esm/models/policyTrackedResourcesMappers.d.ts.map +0 -1
- package/esm/models/policyTrackedResourcesMappers.js +0 -9
- package/esm/models/policyTrackedResourcesMappers.js.map +0 -1
- package/esm/models/remediationsMappers.d.ts +0 -2
- package/esm/models/remediationsMappers.d.ts.map +0 -1
- package/esm/models/remediationsMappers.js +0 -9
- package/esm/models/remediationsMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -51
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/policyEvents.d.ts +0 -198
- package/esm/operations/policyEvents.d.ts.map +0 -1
- package/esm/operations/policyEvents.js +0 -365
- package/esm/operations/policyEvents.js.map +0 -1
- package/esm/operations/policyMetadataOperations.d.ts +0 -64
- package/esm/operations/policyMetadataOperations.d.ts.map +0 -1
- package/esm/operations/policyMetadataOperations.js +0 -106
- package/esm/operations/policyMetadataOperations.js.map +0 -1
- package/esm/operations/policyStates.d.ts +0 -442
- package/esm/operations/policyStates.d.ts.map +0 -1
- package/esm/operations/policyStates.js +0 -712
- package/esm/operations/policyStates.js.map +0 -1
- package/esm/operations/policyTrackedResources.d.ts +0 -160
- package/esm/operations/policyTrackedResources.d.ts.map +0 -1
- package/esm/operations/policyTrackedResources.js +0 -258
- package/esm/operations/policyTrackedResources.js.map +0 -1
- package/esm/operations/remediations.d.ts +0 -679
- package/esm/operations/remediations.d.ts.map +0 -1
- package/esm/operations/remediations.js +0 -1014
- package/esm/operations/remediations.js.map +0 -1
- package/esm/policyInsightsClient.d.ts +0 -22
- package/esm/policyInsightsClient.d.ts.map +0 -1
- package/esm/policyInsightsClient.js +0 -37
- package/esm/policyInsightsClient.js.map +0 -1
- package/esm/policyInsightsClientContext.d.ts +0 -13
- package/esm/policyInsightsClientContext.d.ts.map +0 -1
- package/esm/policyInsightsClientContext.js +0 -50
- package/esm/policyInsightsClientContext.js.map +0 -1
- package/src/models/operationsMappers.ts +0 -15
- package/src/models/policyEventsMappers.ts +0 -14
- package/src/models/policyMetadataOperationsMappers.ts +0 -16
- package/src/models/policyStatesMappers.ts +0 -24
- package/src/models/policyTrackedResourcesMappers.ts +0 -16
- package/src/models/remediationsMappers.ts +0 -20
- package/src/policyInsightsClientContext.ts +0 -54
package/src/models/mappers.ts
CHANGED
|
@@ -1,61 +1,34 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
export const
|
|
13
|
-
export const BaseResource = BaseResourceMapper;
|
|
14
|
-
|
|
15
|
-
export const PolicyDetails: msRest.CompositeMapper = {
|
|
16
|
-
serializedName: "PolicyDetails",
|
|
11
|
+
export const PolicyTrackedResourcesQueryResults: coreClient.CompositeMapper = {
|
|
17
12
|
type: {
|
|
18
13
|
name: "Composite",
|
|
19
|
-
className: "
|
|
14
|
+
className: "PolicyTrackedResourcesQueryResults",
|
|
20
15
|
modelProperties: {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
serializedName: "policyDefinitionId",
|
|
24
|
-
type: {
|
|
25
|
-
name: "String"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
policyAssignmentId: {
|
|
29
|
-
readOnly: true,
|
|
30
|
-
serializedName: "policyAssignmentId",
|
|
31
|
-
type: {
|
|
32
|
-
name: "String"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
policyAssignmentDisplayName: {
|
|
36
|
-
readOnly: true,
|
|
37
|
-
serializedName: "policyAssignmentDisplayName",
|
|
38
|
-
type: {
|
|
39
|
-
name: "String"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
policyAssignmentScope: {
|
|
43
|
-
readOnly: true,
|
|
44
|
-
serializedName: "policyAssignmentScope",
|
|
45
|
-
type: {
|
|
46
|
-
name: "String"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
policySetDefinitionId: {
|
|
16
|
+
value: {
|
|
17
|
+
serializedName: "value",
|
|
50
18
|
readOnly: true,
|
|
51
|
-
serializedName: "policySetDefinitionId",
|
|
52
19
|
type: {
|
|
53
|
-
name: "
|
|
20
|
+
name: "Sequence",
|
|
21
|
+
element: {
|
|
22
|
+
type: {
|
|
23
|
+
name: "Composite",
|
|
24
|
+
className: "PolicyTrackedResource"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
54
27
|
}
|
|
55
28
|
},
|
|
56
|
-
|
|
29
|
+
nextLink: {
|
|
30
|
+
serializedName: "nextLink",
|
|
57
31
|
readOnly: true,
|
|
58
|
-
serializedName: "policyDefinitionReferenceId",
|
|
59
32
|
type: {
|
|
60
33
|
name: "String"
|
|
61
34
|
}
|
|
@@ -64,30 +37,42 @@ export const PolicyDetails: msRest.CompositeMapper = {
|
|
|
64
37
|
}
|
|
65
38
|
};
|
|
66
39
|
|
|
67
|
-
export const
|
|
68
|
-
serializedName: "TrackedResourceModificationDetails",
|
|
40
|
+
export const PolicyTrackedResource: coreClient.CompositeMapper = {
|
|
69
41
|
type: {
|
|
70
42
|
name: "Composite",
|
|
71
|
-
className: "
|
|
43
|
+
className: "PolicyTrackedResource",
|
|
72
44
|
modelProperties: {
|
|
73
|
-
|
|
45
|
+
trackedResourceId: {
|
|
46
|
+
serializedName: "trackedResourceId",
|
|
74
47
|
readOnly: true,
|
|
48
|
+
type: {
|
|
49
|
+
name: "String"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
policyDetails: {
|
|
75
53
|
serializedName: "policyDetails",
|
|
76
54
|
type: {
|
|
77
55
|
name: "Composite",
|
|
78
56
|
className: "PolicyDetails"
|
|
79
57
|
}
|
|
80
58
|
},
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
serializedName: "deploymentId",
|
|
59
|
+
createdBy: {
|
|
60
|
+
serializedName: "createdBy",
|
|
84
61
|
type: {
|
|
85
|
-
name: "
|
|
62
|
+
name: "Composite",
|
|
63
|
+
className: "TrackedResourceModificationDetails"
|
|
86
64
|
}
|
|
87
65
|
},
|
|
88
|
-
|
|
66
|
+
lastModifiedBy: {
|
|
67
|
+
serializedName: "lastModifiedBy",
|
|
68
|
+
type: {
|
|
69
|
+
name: "Composite",
|
|
70
|
+
className: "TrackedResourceModificationDetails"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
lastUpdateUtc: {
|
|
74
|
+
serializedName: "lastUpdateUtc",
|
|
89
75
|
readOnly: true,
|
|
90
|
-
serializedName: "deploymentTime",
|
|
91
76
|
type: {
|
|
92
77
|
name: "DateTime"
|
|
93
78
|
}
|
|
@@ -96,80 +81,88 @@ export const TrackedResourceModificationDetails: msRest.CompositeMapper = {
|
|
|
96
81
|
}
|
|
97
82
|
};
|
|
98
83
|
|
|
99
|
-
export const
|
|
100
|
-
serializedName: "PolicyTrackedResource",
|
|
84
|
+
export const PolicyDetails: coreClient.CompositeMapper = {
|
|
101
85
|
type: {
|
|
102
86
|
name: "Composite",
|
|
103
|
-
className: "
|
|
87
|
+
className: "PolicyDetails",
|
|
104
88
|
modelProperties: {
|
|
105
|
-
|
|
89
|
+
policyDefinitionId: {
|
|
90
|
+
serializedName: "policyDefinitionId",
|
|
106
91
|
readOnly: true,
|
|
107
|
-
serializedName: "trackedResourceId",
|
|
108
92
|
type: {
|
|
109
93
|
name: "String"
|
|
110
94
|
}
|
|
111
95
|
},
|
|
112
|
-
|
|
96
|
+
policyAssignmentId: {
|
|
97
|
+
serializedName: "policyAssignmentId",
|
|
113
98
|
readOnly: true,
|
|
114
|
-
serializedName: "policyDetails",
|
|
115
99
|
type: {
|
|
116
|
-
name: "
|
|
117
|
-
className: "PolicyDetails"
|
|
100
|
+
name: "String"
|
|
118
101
|
}
|
|
119
102
|
},
|
|
120
|
-
|
|
103
|
+
policyAssignmentDisplayName: {
|
|
104
|
+
serializedName: "policyAssignmentDisplayName",
|
|
121
105
|
readOnly: true,
|
|
122
|
-
serializedName: "createdBy",
|
|
123
106
|
type: {
|
|
124
|
-
name: "
|
|
125
|
-
className: "TrackedResourceModificationDetails"
|
|
107
|
+
name: "String"
|
|
126
108
|
}
|
|
127
109
|
},
|
|
128
|
-
|
|
110
|
+
policyAssignmentScope: {
|
|
111
|
+
serializedName: "policyAssignmentScope",
|
|
129
112
|
readOnly: true,
|
|
130
|
-
serializedName: "lastModifiedBy",
|
|
131
113
|
type: {
|
|
132
|
-
name: "
|
|
133
|
-
className: "TrackedResourceModificationDetails"
|
|
114
|
+
name: "String"
|
|
134
115
|
}
|
|
135
116
|
},
|
|
136
|
-
|
|
117
|
+
policySetDefinitionId: {
|
|
118
|
+
serializedName: "policySetDefinitionId",
|
|
137
119
|
readOnly: true,
|
|
138
|
-
serializedName: "lastUpdateUtc",
|
|
139
120
|
type: {
|
|
140
|
-
name: "
|
|
121
|
+
name: "String"
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
policyDefinitionReferenceId: {
|
|
125
|
+
serializedName: "policyDefinitionReferenceId",
|
|
126
|
+
readOnly: true,
|
|
127
|
+
type: {
|
|
128
|
+
name: "String"
|
|
141
129
|
}
|
|
142
130
|
}
|
|
143
131
|
}
|
|
144
132
|
}
|
|
145
133
|
};
|
|
146
134
|
|
|
147
|
-
export const
|
|
148
|
-
serializedName: "QueryFailure_error",
|
|
135
|
+
export const TrackedResourceModificationDetails: coreClient.CompositeMapper = {
|
|
149
136
|
type: {
|
|
150
137
|
name: "Composite",
|
|
151
|
-
className: "
|
|
138
|
+
className: "TrackedResourceModificationDetails",
|
|
152
139
|
modelProperties: {
|
|
153
|
-
|
|
140
|
+
policyDetails: {
|
|
141
|
+
serializedName: "policyDetails",
|
|
142
|
+
type: {
|
|
143
|
+
name: "Composite",
|
|
144
|
+
className: "PolicyDetails"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
deploymentId: {
|
|
148
|
+
serializedName: "deploymentId",
|
|
154
149
|
readOnly: true,
|
|
155
|
-
serializedName: "code",
|
|
156
150
|
type: {
|
|
157
151
|
name: "String"
|
|
158
152
|
}
|
|
159
153
|
},
|
|
160
|
-
|
|
154
|
+
deploymentTime: {
|
|
155
|
+
serializedName: "deploymentTime",
|
|
161
156
|
readOnly: true,
|
|
162
|
-
serializedName: "message",
|
|
163
157
|
type: {
|
|
164
|
-
name: "
|
|
158
|
+
name: "DateTime"
|
|
165
159
|
}
|
|
166
160
|
}
|
|
167
161
|
}
|
|
168
162
|
}
|
|
169
163
|
};
|
|
170
164
|
|
|
171
|
-
export const QueryFailure:
|
|
172
|
-
serializedName: "QueryFailure",
|
|
165
|
+
export const QueryFailure: coreClient.CompositeMapper = {
|
|
173
166
|
type: {
|
|
174
167
|
name: "Composite",
|
|
175
168
|
className: "QueryFailure",
|
|
@@ -185,197 +178,145 @@ export const QueryFailure: msRest.CompositeMapper = {
|
|
|
185
178
|
}
|
|
186
179
|
};
|
|
187
180
|
|
|
188
|
-
export const
|
|
189
|
-
serializedName: "RemediationFilters",
|
|
181
|
+
export const QueryFailureError: coreClient.CompositeMapper = {
|
|
190
182
|
type: {
|
|
191
183
|
name: "Composite",
|
|
192
|
-
className: "
|
|
184
|
+
className: "QueryFailureError",
|
|
193
185
|
modelProperties: {
|
|
194
|
-
|
|
195
|
-
serializedName: "
|
|
186
|
+
code: {
|
|
187
|
+
serializedName: "code",
|
|
188
|
+
readOnly: true,
|
|
196
189
|
type: {
|
|
197
|
-
name: "
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
190
|
+
name: "String"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
message: {
|
|
194
|
+
serializedName: "message",
|
|
195
|
+
readOnly: true,
|
|
196
|
+
type: {
|
|
197
|
+
name: "String"
|
|
203
198
|
}
|
|
204
199
|
}
|
|
205
200
|
}
|
|
206
201
|
}
|
|
207
202
|
};
|
|
208
203
|
|
|
209
|
-
export const
|
|
210
|
-
serializedName: "RemediationDeploymentSummary",
|
|
204
|
+
export const RemediationDeploymentsListResult: coreClient.CompositeMapper = {
|
|
211
205
|
type: {
|
|
212
206
|
name: "Composite",
|
|
213
|
-
className: "
|
|
207
|
+
className: "RemediationDeploymentsListResult",
|
|
214
208
|
modelProperties: {
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
serializedName: "totalDeployments",
|
|
218
|
-
type: {
|
|
219
|
-
name: "Number"
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
successfulDeployments: {
|
|
209
|
+
value: {
|
|
210
|
+
serializedName: "value",
|
|
223
211
|
readOnly: true,
|
|
224
|
-
serializedName: "successfulDeployments",
|
|
225
212
|
type: {
|
|
226
|
-
name: "
|
|
213
|
+
name: "Sequence",
|
|
214
|
+
element: {
|
|
215
|
+
type: {
|
|
216
|
+
name: "Composite",
|
|
217
|
+
className: "RemediationDeployment"
|
|
218
|
+
}
|
|
219
|
+
}
|
|
227
220
|
}
|
|
228
221
|
},
|
|
229
|
-
|
|
222
|
+
nextLink: {
|
|
223
|
+
serializedName: "nextLink",
|
|
230
224
|
readOnly: true,
|
|
231
|
-
serializedName: "failedDeployments",
|
|
232
225
|
type: {
|
|
233
|
-
name: "
|
|
226
|
+
name: "String"
|
|
234
227
|
}
|
|
235
228
|
}
|
|
236
229
|
}
|
|
237
230
|
}
|
|
238
231
|
};
|
|
239
232
|
|
|
240
|
-
export const
|
|
241
|
-
serializedName: "Remediation",
|
|
233
|
+
export const RemediationDeployment: coreClient.CompositeMapper = {
|
|
242
234
|
type: {
|
|
243
235
|
name: "Composite",
|
|
244
|
-
className: "
|
|
236
|
+
className: "RemediationDeployment",
|
|
245
237
|
modelProperties: {
|
|
246
|
-
|
|
247
|
-
serializedName: "
|
|
238
|
+
remediatedResourceId: {
|
|
239
|
+
serializedName: "remediatedResourceId",
|
|
240
|
+
readOnly: true,
|
|
248
241
|
type: {
|
|
249
242
|
name: "String"
|
|
250
243
|
}
|
|
251
244
|
},
|
|
252
|
-
|
|
253
|
-
serializedName: "
|
|
245
|
+
deploymentId: {
|
|
246
|
+
serializedName: "deploymentId",
|
|
247
|
+
readOnly: true,
|
|
254
248
|
type: {
|
|
255
249
|
name: "String"
|
|
256
250
|
}
|
|
257
251
|
},
|
|
258
|
-
|
|
259
|
-
serializedName: "
|
|
252
|
+
status: {
|
|
253
|
+
serializedName: "status",
|
|
254
|
+
readOnly: true,
|
|
260
255
|
type: {
|
|
261
256
|
name: "String"
|
|
262
257
|
}
|
|
263
258
|
},
|
|
264
|
-
|
|
259
|
+
resourceLocation: {
|
|
260
|
+
serializedName: "resourceLocation",
|
|
265
261
|
readOnly: true,
|
|
266
|
-
serializedName: "properties.provisioningState",
|
|
267
262
|
type: {
|
|
268
263
|
name: "String"
|
|
269
264
|
}
|
|
270
265
|
},
|
|
266
|
+
error: {
|
|
267
|
+
serializedName: "error",
|
|
268
|
+
type: {
|
|
269
|
+
name: "Composite",
|
|
270
|
+
className: "ErrorDefinition"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
271
273
|
createdOn: {
|
|
274
|
+
serializedName: "createdOn",
|
|
272
275
|
readOnly: true,
|
|
273
|
-
serializedName: "properties.createdOn",
|
|
274
276
|
type: {
|
|
275
277
|
name: "DateTime"
|
|
276
278
|
}
|
|
277
279
|
},
|
|
278
280
|
lastUpdatedOn: {
|
|
281
|
+
serializedName: "lastUpdatedOn",
|
|
279
282
|
readOnly: true,
|
|
280
|
-
serializedName: "properties.lastUpdatedOn",
|
|
281
283
|
type: {
|
|
282
284
|
name: "DateTime"
|
|
283
285
|
}
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
};
|
|
290
|
+
|
|
291
|
+
export const ErrorDefinition: coreClient.CompositeMapper = {
|
|
292
|
+
type: {
|
|
293
|
+
name: "Composite",
|
|
294
|
+
className: "ErrorDefinition",
|
|
295
|
+
modelProperties: {
|
|
296
|
+
code: {
|
|
297
|
+
serializedName: "code",
|
|
293
298
|
readOnly: true,
|
|
294
|
-
serializedName: "properties.deploymentStatus",
|
|
295
299
|
type: {
|
|
296
|
-
name: "
|
|
297
|
-
className: "RemediationDeploymentSummary"
|
|
300
|
+
name: "String"
|
|
298
301
|
}
|
|
299
302
|
},
|
|
300
|
-
|
|
303
|
+
message: {
|
|
304
|
+
serializedName: "message",
|
|
301
305
|
readOnly: true,
|
|
302
|
-
serializedName: "id",
|
|
303
306
|
type: {
|
|
304
307
|
name: "String"
|
|
305
308
|
}
|
|
306
309
|
},
|
|
307
|
-
|
|
310
|
+
target: {
|
|
311
|
+
serializedName: "target",
|
|
308
312
|
readOnly: true,
|
|
309
|
-
serializedName: "type",
|
|
310
313
|
type: {
|
|
311
314
|
name: "String"
|
|
312
315
|
}
|
|
313
316
|
},
|
|
314
|
-
|
|
317
|
+
details: {
|
|
318
|
+
serializedName: "details",
|
|
315
319
|
readOnly: true,
|
|
316
|
-
serializedName: "name",
|
|
317
|
-
type: {
|
|
318
|
-
name: "String"
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
};
|
|
324
|
-
|
|
325
|
-
export const TypedErrorInfo: msRest.CompositeMapper = {
|
|
326
|
-
serializedName: "TypedErrorInfo",
|
|
327
|
-
type: {
|
|
328
|
-
name: "Composite",
|
|
329
|
-
className: "TypedErrorInfo",
|
|
330
|
-
modelProperties: {
|
|
331
|
-
type: {
|
|
332
|
-
readOnly: true,
|
|
333
|
-
serializedName: "type",
|
|
334
|
-
type: {
|
|
335
|
-
name: "String"
|
|
336
|
-
}
|
|
337
|
-
},
|
|
338
|
-
info: {
|
|
339
|
-
readOnly: true,
|
|
340
|
-
serializedName: "info",
|
|
341
|
-
type: {
|
|
342
|
-
name: "Object"
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
};
|
|
348
|
-
|
|
349
|
-
export const ErrorDefinition: msRest.CompositeMapper = {
|
|
350
|
-
serializedName: "ErrorDefinition",
|
|
351
|
-
type: {
|
|
352
|
-
name: "Composite",
|
|
353
|
-
className: "ErrorDefinition",
|
|
354
|
-
modelProperties: {
|
|
355
|
-
code: {
|
|
356
|
-
readOnly: true,
|
|
357
|
-
serializedName: "code",
|
|
358
|
-
type: {
|
|
359
|
-
name: "String"
|
|
360
|
-
}
|
|
361
|
-
},
|
|
362
|
-
message: {
|
|
363
|
-
readOnly: true,
|
|
364
|
-
serializedName: "message",
|
|
365
|
-
type: {
|
|
366
|
-
name: "String"
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
|
-
target: {
|
|
370
|
-
readOnly: true,
|
|
371
|
-
serializedName: "target",
|
|
372
|
-
type: {
|
|
373
|
-
name: "String"
|
|
374
|
-
}
|
|
375
|
-
},
|
|
376
|
-
details: {
|
|
377
|
-
readOnly: true,
|
|
378
|
-
serializedName: "details",
|
|
379
320
|
type: {
|
|
380
321
|
name: "Sequence",
|
|
381
322
|
element: {
|
|
@@ -387,8 +328,8 @@ export const ErrorDefinition: msRest.CompositeMapper = {
|
|
|
387
328
|
}
|
|
388
329
|
},
|
|
389
330
|
additionalInfo: {
|
|
390
|
-
readOnly: true,
|
|
391
331
|
serializedName: "additionalInfo",
|
|
332
|
+
readOnly: true,
|
|
392
333
|
type: {
|
|
393
334
|
name: "Sequence",
|
|
394
335
|
element: {
|
|
@@ -403,68 +344,30 @@ export const ErrorDefinition: msRest.CompositeMapper = {
|
|
|
403
344
|
}
|
|
404
345
|
};
|
|
405
346
|
|
|
406
|
-
export const
|
|
407
|
-
serializedName: "RemediationDeployment",
|
|
347
|
+
export const TypedErrorInfo: coreClient.CompositeMapper = {
|
|
408
348
|
type: {
|
|
409
349
|
name: "Composite",
|
|
410
|
-
className: "
|
|
350
|
+
className: "TypedErrorInfo",
|
|
411
351
|
modelProperties: {
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
serializedName: "remediatedResourceId",
|
|
415
|
-
type: {
|
|
416
|
-
name: "String"
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
deploymentId: {
|
|
420
|
-
readOnly: true,
|
|
421
|
-
serializedName: "deploymentId",
|
|
422
|
-
type: {
|
|
423
|
-
name: "String"
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
status: {
|
|
427
|
-
readOnly: true,
|
|
428
|
-
serializedName: "status",
|
|
429
|
-
type: {
|
|
430
|
-
name: "String"
|
|
431
|
-
}
|
|
432
|
-
},
|
|
433
|
-
resourceLocation: {
|
|
352
|
+
type: {
|
|
353
|
+
serializedName: "type",
|
|
434
354
|
readOnly: true,
|
|
435
|
-
serializedName: "resourceLocation",
|
|
436
355
|
type: {
|
|
437
356
|
name: "String"
|
|
438
357
|
}
|
|
439
358
|
},
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
serializedName: "error",
|
|
443
|
-
type: {
|
|
444
|
-
name: "Composite",
|
|
445
|
-
className: "ErrorDefinition"
|
|
446
|
-
}
|
|
447
|
-
},
|
|
448
|
-
createdOn: {
|
|
449
|
-
readOnly: true,
|
|
450
|
-
serializedName: "createdOn",
|
|
451
|
-
type: {
|
|
452
|
-
name: "DateTime"
|
|
453
|
-
}
|
|
454
|
-
},
|
|
455
|
-
lastUpdatedOn: {
|
|
359
|
+
info: {
|
|
360
|
+
serializedName: "info",
|
|
456
361
|
readOnly: true,
|
|
457
|
-
serializedName: "lastUpdatedOn",
|
|
458
362
|
type: {
|
|
459
|
-
name: "
|
|
363
|
+
name: "any"
|
|
460
364
|
}
|
|
461
365
|
}
|
|
462
366
|
}
|
|
463
367
|
}
|
|
464
368
|
};
|
|
465
369
|
|
|
466
|
-
export const ErrorResponse:
|
|
467
|
-
serializedName: "ErrorResponse",
|
|
370
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
468
371
|
type: {
|
|
469
372
|
name: "Composite",
|
|
470
373
|
className: "ErrorResponse",
|
|
@@ -480,275 +383,260 @@ export const ErrorResponse: msRest.CompositeMapper = {
|
|
|
480
383
|
}
|
|
481
384
|
};
|
|
482
385
|
|
|
483
|
-
export const
|
|
484
|
-
serializedName: "PolicyEvent",
|
|
386
|
+
export const Remediation: coreClient.CompositeMapper = {
|
|
485
387
|
type: {
|
|
486
388
|
name: "Composite",
|
|
487
|
-
className: "
|
|
389
|
+
className: "Remediation",
|
|
488
390
|
modelProperties: {
|
|
489
|
-
|
|
490
|
-
serializedName: "
|
|
391
|
+
id: {
|
|
392
|
+
serializedName: "id",
|
|
393
|
+
readOnly: true,
|
|
491
394
|
type: {
|
|
492
395
|
name: "String"
|
|
493
396
|
}
|
|
494
397
|
},
|
|
495
|
-
|
|
496
|
-
serializedName: "
|
|
398
|
+
type: {
|
|
399
|
+
serializedName: "type",
|
|
400
|
+
readOnly: true,
|
|
497
401
|
type: {
|
|
498
402
|
name: "String"
|
|
499
403
|
}
|
|
500
404
|
},
|
|
501
|
-
|
|
502
|
-
serializedName: "
|
|
405
|
+
name: {
|
|
406
|
+
serializedName: "name",
|
|
407
|
+
readOnly: true,
|
|
503
408
|
type: {
|
|
504
|
-
name: "
|
|
409
|
+
name: "String"
|
|
505
410
|
}
|
|
506
411
|
},
|
|
507
|
-
|
|
508
|
-
serializedName: "
|
|
412
|
+
systemData: {
|
|
413
|
+
serializedName: "systemData",
|
|
509
414
|
type: {
|
|
510
|
-
name: "
|
|
415
|
+
name: "Composite",
|
|
416
|
+
className: "SystemData"
|
|
511
417
|
}
|
|
512
418
|
},
|
|
513
419
|
policyAssignmentId: {
|
|
514
|
-
serializedName: "policyAssignmentId",
|
|
420
|
+
serializedName: "properties.policyAssignmentId",
|
|
515
421
|
type: {
|
|
516
422
|
name: "String"
|
|
517
423
|
}
|
|
518
424
|
},
|
|
519
|
-
|
|
520
|
-
serializedName: "
|
|
425
|
+
policyDefinitionReferenceId: {
|
|
426
|
+
serializedName: "properties.policyDefinitionReferenceId",
|
|
521
427
|
type: {
|
|
522
428
|
name: "String"
|
|
523
429
|
}
|
|
524
430
|
},
|
|
525
|
-
|
|
526
|
-
serializedName: "
|
|
431
|
+
resourceDiscoveryMode: {
|
|
432
|
+
serializedName: "properties.resourceDiscoveryMode",
|
|
527
433
|
type: {
|
|
528
434
|
name: "String"
|
|
529
435
|
}
|
|
530
436
|
},
|
|
531
|
-
|
|
532
|
-
serializedName: "
|
|
533
|
-
|
|
534
|
-
name: "Boolean"
|
|
535
|
-
}
|
|
536
|
-
},
|
|
537
|
-
subscriptionId: {
|
|
538
|
-
serializedName: "subscriptionId",
|
|
437
|
+
provisioningState: {
|
|
438
|
+
serializedName: "properties.provisioningState",
|
|
439
|
+
readOnly: true,
|
|
539
440
|
type: {
|
|
540
441
|
name: "String"
|
|
541
442
|
}
|
|
542
443
|
},
|
|
543
|
-
|
|
544
|
-
serializedName: "
|
|
444
|
+
createdOn: {
|
|
445
|
+
serializedName: "properties.createdOn",
|
|
446
|
+
readOnly: true,
|
|
545
447
|
type: {
|
|
546
|
-
name: "
|
|
448
|
+
name: "DateTime"
|
|
547
449
|
}
|
|
548
450
|
},
|
|
549
|
-
|
|
550
|
-
serializedName: "
|
|
451
|
+
lastUpdatedOn: {
|
|
452
|
+
serializedName: "properties.lastUpdatedOn",
|
|
453
|
+
readOnly: true,
|
|
551
454
|
type: {
|
|
552
|
-
name: "
|
|
455
|
+
name: "DateTime"
|
|
553
456
|
}
|
|
554
457
|
},
|
|
555
|
-
|
|
556
|
-
serializedName: "
|
|
458
|
+
filters: {
|
|
459
|
+
serializedName: "properties.filters",
|
|
557
460
|
type: {
|
|
558
|
-
name: "
|
|
461
|
+
name: "Composite",
|
|
462
|
+
className: "RemediationFilters"
|
|
559
463
|
}
|
|
560
464
|
},
|
|
561
|
-
|
|
562
|
-
serializedName: "
|
|
465
|
+
deploymentStatus: {
|
|
466
|
+
serializedName: "properties.deploymentStatus",
|
|
563
467
|
type: {
|
|
564
|
-
name: "
|
|
468
|
+
name: "Composite",
|
|
469
|
+
className: "RemediationDeploymentSummary"
|
|
565
470
|
}
|
|
566
471
|
},
|
|
567
|
-
|
|
568
|
-
serializedName: "
|
|
472
|
+
statusMessage: {
|
|
473
|
+
serializedName: "properties.statusMessage",
|
|
474
|
+
readOnly: true,
|
|
569
475
|
type: {
|
|
570
476
|
name: "String"
|
|
571
477
|
}
|
|
572
478
|
},
|
|
573
|
-
|
|
574
|
-
serializedName: "
|
|
479
|
+
correlationId: {
|
|
480
|
+
serializedName: "properties.correlationId",
|
|
481
|
+
readOnly: true,
|
|
575
482
|
type: {
|
|
576
483
|
name: "String"
|
|
577
484
|
}
|
|
578
485
|
},
|
|
579
|
-
|
|
580
|
-
serializedName: "
|
|
486
|
+
resourceCount: {
|
|
487
|
+
serializedName: "properties.resourceCount",
|
|
581
488
|
type: {
|
|
582
|
-
name: "
|
|
489
|
+
name: "Number"
|
|
583
490
|
}
|
|
584
491
|
},
|
|
585
|
-
|
|
586
|
-
serializedName: "
|
|
492
|
+
parallelDeployments: {
|
|
493
|
+
serializedName: "properties.parallelDeployments",
|
|
587
494
|
type: {
|
|
588
|
-
name: "
|
|
495
|
+
name: "Number"
|
|
589
496
|
}
|
|
590
497
|
},
|
|
591
|
-
|
|
592
|
-
serializedName: "
|
|
498
|
+
failureThreshold: {
|
|
499
|
+
serializedName: "properties.failureThreshold",
|
|
593
500
|
type: {
|
|
594
|
-
name: "
|
|
501
|
+
name: "Composite",
|
|
502
|
+
className: "RemediationPropertiesFailureThreshold"
|
|
595
503
|
}
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
};
|
|
508
|
+
|
|
509
|
+
export const RemediationFilters: coreClient.CompositeMapper = {
|
|
510
|
+
type: {
|
|
511
|
+
name: "Composite",
|
|
512
|
+
className: "RemediationFilters",
|
|
513
|
+
modelProperties: {
|
|
514
|
+
locations: {
|
|
515
|
+
serializedName: "locations",
|
|
599
516
|
type: {
|
|
600
|
-
name: "
|
|
517
|
+
name: "Sequence",
|
|
518
|
+
element: {
|
|
519
|
+
type: {
|
|
520
|
+
name: "String"
|
|
521
|
+
}
|
|
522
|
+
}
|
|
601
523
|
}
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
};
|
|
528
|
+
|
|
529
|
+
export const RemediationDeploymentSummary: coreClient.CompositeMapper = {
|
|
530
|
+
type: {
|
|
531
|
+
name: "Composite",
|
|
532
|
+
className: "RemediationDeploymentSummary",
|
|
533
|
+
modelProperties: {
|
|
534
|
+
totalDeployments: {
|
|
535
|
+
serializedName: "totalDeployments",
|
|
536
|
+
readOnly: true,
|
|
605
537
|
type: {
|
|
606
|
-
name: "
|
|
538
|
+
name: "Number"
|
|
607
539
|
}
|
|
608
540
|
},
|
|
609
|
-
|
|
610
|
-
serializedName: "
|
|
541
|
+
successfulDeployments: {
|
|
542
|
+
serializedName: "successfulDeployments",
|
|
543
|
+
readOnly: true,
|
|
611
544
|
type: {
|
|
612
|
-
name: "
|
|
545
|
+
name: "Number"
|
|
613
546
|
}
|
|
614
547
|
},
|
|
615
|
-
|
|
616
|
-
serializedName: "
|
|
548
|
+
failedDeployments: {
|
|
549
|
+
serializedName: "failedDeployments",
|
|
550
|
+
readOnly: true,
|
|
617
551
|
type: {
|
|
618
|
-
name: "
|
|
552
|
+
name: "Number"
|
|
619
553
|
}
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
};
|
|
558
|
+
|
|
559
|
+
export const RemediationPropertiesFailureThreshold: coreClient.CompositeMapper = {
|
|
560
|
+
type: {
|
|
561
|
+
name: "Composite",
|
|
562
|
+
className: "RemediationPropertiesFailureThreshold",
|
|
563
|
+
modelProperties: {
|
|
564
|
+
percentage: {
|
|
565
|
+
serializedName: "percentage",
|
|
623
566
|
type: {
|
|
624
|
-
name: "
|
|
567
|
+
name: "Number"
|
|
625
568
|
}
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
};
|
|
573
|
+
|
|
574
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
575
|
+
type: {
|
|
576
|
+
name: "Composite",
|
|
577
|
+
className: "SystemData",
|
|
578
|
+
modelProperties: {
|
|
579
|
+
createdBy: {
|
|
580
|
+
serializedName: "createdBy",
|
|
629
581
|
type: {
|
|
630
582
|
name: "String"
|
|
631
583
|
}
|
|
632
584
|
},
|
|
633
|
-
|
|
634
|
-
serializedName: "
|
|
585
|
+
createdByType: {
|
|
586
|
+
serializedName: "createdByType",
|
|
635
587
|
type: {
|
|
636
588
|
name: "String"
|
|
637
589
|
}
|
|
638
590
|
},
|
|
639
|
-
|
|
640
|
-
serializedName: "
|
|
591
|
+
createdAt: {
|
|
592
|
+
serializedName: "createdAt",
|
|
641
593
|
type: {
|
|
642
|
-
name: "
|
|
594
|
+
name: "DateTime"
|
|
643
595
|
}
|
|
644
596
|
},
|
|
645
|
-
|
|
646
|
-
serializedName: "
|
|
597
|
+
lastModifiedBy: {
|
|
598
|
+
serializedName: "lastModifiedBy",
|
|
647
599
|
type: {
|
|
648
600
|
name: "String"
|
|
649
601
|
}
|
|
650
602
|
},
|
|
651
|
-
|
|
652
|
-
serializedName: "
|
|
603
|
+
lastModifiedByType: {
|
|
604
|
+
serializedName: "lastModifiedByType",
|
|
653
605
|
type: {
|
|
654
606
|
name: "String"
|
|
655
607
|
}
|
|
656
608
|
},
|
|
657
|
-
|
|
658
|
-
serializedName: "
|
|
609
|
+
lastModifiedAt: {
|
|
610
|
+
serializedName: "lastModifiedAt",
|
|
659
611
|
type: {
|
|
660
|
-
name: "
|
|
612
|
+
name: "DateTime"
|
|
661
613
|
}
|
|
662
614
|
}
|
|
663
|
-
},
|
|
664
|
-
additionalProperties: {
|
|
665
|
-
type: {
|
|
666
|
-
name: "Object"
|
|
667
|
-
}
|
|
668
615
|
}
|
|
669
616
|
}
|
|
670
617
|
};
|
|
671
618
|
|
|
672
|
-
export const
|
|
673
|
-
serializedName: "PolicyEventsQueryResults",
|
|
619
|
+
export const RemediationListResult: coreClient.CompositeMapper = {
|
|
674
620
|
type: {
|
|
675
621
|
name: "Composite",
|
|
676
|
-
className: "
|
|
622
|
+
className: "RemediationListResult",
|
|
677
623
|
modelProperties: {
|
|
678
|
-
odatacontext: {
|
|
679
|
-
serializedName: "@odata\\.context",
|
|
680
|
-
type: {
|
|
681
|
-
name: "String"
|
|
682
|
-
}
|
|
683
|
-
},
|
|
684
|
-
odatacount: {
|
|
685
|
-
serializedName: "@odata\\.count",
|
|
686
|
-
constraints: {
|
|
687
|
-
InclusiveMinimum: 0
|
|
688
|
-
},
|
|
689
|
-
type: {
|
|
690
|
-
name: "Number"
|
|
691
|
-
}
|
|
692
|
-
},
|
|
693
624
|
value: {
|
|
694
625
|
serializedName: "value",
|
|
626
|
+
readOnly: true,
|
|
695
627
|
type: {
|
|
696
628
|
name: "Sequence",
|
|
697
629
|
element: {
|
|
698
630
|
type: {
|
|
699
631
|
name: "Composite",
|
|
700
|
-
className: "
|
|
701
|
-
additionalProperties: {
|
|
702
|
-
type: {
|
|
703
|
-
name: "Object"
|
|
704
|
-
}
|
|
705
|
-
}
|
|
632
|
+
className: "Remediation"
|
|
706
633
|
}
|
|
707
634
|
}
|
|
708
635
|
}
|
|
709
|
-
}
|
|
710
|
-
}
|
|
711
|
-
}
|
|
712
|
-
};
|
|
713
|
-
|
|
714
|
-
export const ExpressionEvaluationDetails: msRest.CompositeMapper = {
|
|
715
|
-
serializedName: "ExpressionEvaluationDetails",
|
|
716
|
-
type: {
|
|
717
|
-
name: "Composite",
|
|
718
|
-
className: "ExpressionEvaluationDetails",
|
|
719
|
-
modelProperties: {
|
|
720
|
-
result: {
|
|
721
|
-
serializedName: "result",
|
|
722
|
-
type: {
|
|
723
|
-
name: "String"
|
|
724
|
-
}
|
|
725
|
-
},
|
|
726
|
-
expression: {
|
|
727
|
-
serializedName: "expression",
|
|
728
|
-
type: {
|
|
729
|
-
name: "String"
|
|
730
|
-
}
|
|
731
|
-
},
|
|
732
|
-
path: {
|
|
733
|
-
serializedName: "path",
|
|
734
|
-
type: {
|
|
735
|
-
name: "String"
|
|
736
|
-
}
|
|
737
|
-
},
|
|
738
|
-
expressionValue: {
|
|
739
|
-
serializedName: "expressionValue",
|
|
740
|
-
type: {
|
|
741
|
-
name: "Object"
|
|
742
|
-
}
|
|
743
|
-
},
|
|
744
|
-
targetValue: {
|
|
745
|
-
serializedName: "targetValue",
|
|
746
|
-
type: {
|
|
747
|
-
name: "Object"
|
|
748
|
-
}
|
|
749
636
|
},
|
|
750
|
-
|
|
751
|
-
serializedName: "
|
|
637
|
+
nextLink: {
|
|
638
|
+
serializedName: "nextLink",
|
|
639
|
+
readOnly: true,
|
|
752
640
|
type: {
|
|
753
641
|
name: "String"
|
|
754
642
|
}
|
|
@@ -757,70 +645,61 @@ export const ExpressionEvaluationDetails: msRest.CompositeMapper = {
|
|
|
757
645
|
}
|
|
758
646
|
};
|
|
759
647
|
|
|
760
|
-
export const
|
|
761
|
-
serializedName: "IfNotExistsEvaluationDetails",
|
|
648
|
+
export const PolicyEventsQueryResults: coreClient.CompositeMapper = {
|
|
762
649
|
type: {
|
|
763
650
|
name: "Composite",
|
|
764
|
-
className: "
|
|
651
|
+
className: "PolicyEventsQueryResults",
|
|
765
652
|
modelProperties: {
|
|
766
|
-
|
|
767
|
-
serializedName: "
|
|
653
|
+
odataContext: {
|
|
654
|
+
serializedName: "@odata\\.context",
|
|
768
655
|
type: {
|
|
769
656
|
name: "String"
|
|
770
657
|
}
|
|
771
658
|
},
|
|
772
|
-
|
|
773
|
-
|
|
659
|
+
odataCount: {
|
|
660
|
+
constraints: {
|
|
661
|
+
InclusiveMinimum: 0
|
|
662
|
+
},
|
|
663
|
+
serializedName: "@odata\\.count",
|
|
774
664
|
type: {
|
|
775
665
|
name: "Number"
|
|
776
666
|
}
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
className: "PolicyEvaluationDetails",
|
|
787
|
-
modelProperties: {
|
|
788
|
-
evaluatedExpressions: {
|
|
789
|
-
serializedName: "evaluatedExpressions",
|
|
667
|
+
},
|
|
668
|
+
odataNextLink: {
|
|
669
|
+
serializedName: "@odata\\.nextLink",
|
|
670
|
+
type: {
|
|
671
|
+
name: "String"
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
value: {
|
|
675
|
+
serializedName: "value",
|
|
790
676
|
type: {
|
|
791
677
|
name: "Sequence",
|
|
792
678
|
element: {
|
|
793
679
|
type: {
|
|
794
680
|
name: "Composite",
|
|
795
|
-
className: "
|
|
681
|
+
className: "PolicyEvent"
|
|
796
682
|
}
|
|
797
683
|
}
|
|
798
684
|
}
|
|
799
|
-
},
|
|
800
|
-
ifNotExistsDetails: {
|
|
801
|
-
serializedName: "ifNotExistsDetails",
|
|
802
|
-
type: {
|
|
803
|
-
name: "Composite",
|
|
804
|
-
className: "IfNotExistsEvaluationDetails"
|
|
805
|
-
}
|
|
806
685
|
}
|
|
807
686
|
}
|
|
808
687
|
}
|
|
809
688
|
};
|
|
810
689
|
|
|
811
|
-
export const
|
|
812
|
-
serializedName: "PolicyState",
|
|
690
|
+
export const PolicyEvent: coreClient.CompositeMapper = {
|
|
813
691
|
type: {
|
|
814
692
|
name: "Composite",
|
|
815
|
-
className: "
|
|
693
|
+
className: "PolicyEvent",
|
|
694
|
+
additionalProperties: { type: { name: "Object" } },
|
|
816
695
|
modelProperties: {
|
|
817
|
-
|
|
696
|
+
odataId: {
|
|
818
697
|
serializedName: "@odata\\.id",
|
|
819
698
|
type: {
|
|
820
699
|
name: "String"
|
|
821
700
|
}
|
|
822
701
|
},
|
|
823
|
-
|
|
702
|
+
odataContext: {
|
|
824
703
|
serializedName: "@odata\\.context",
|
|
825
704
|
type: {
|
|
826
705
|
name: "String"
|
|
@@ -982,75 +861,112 @@ export const PolicyState: msRest.CompositeMapper = {
|
|
|
982
861
|
name: "String"
|
|
983
862
|
}
|
|
984
863
|
},
|
|
985
|
-
|
|
986
|
-
serializedName: "
|
|
864
|
+
tenantId: {
|
|
865
|
+
serializedName: "tenantId",
|
|
987
866
|
type: {
|
|
988
|
-
name: "
|
|
989
|
-
className: "PolicyEvaluationDetails"
|
|
867
|
+
name: "String"
|
|
990
868
|
}
|
|
991
869
|
},
|
|
992
|
-
|
|
993
|
-
serializedName: "
|
|
870
|
+
principalOid: {
|
|
871
|
+
serializedName: "principalOid",
|
|
872
|
+
type: {
|
|
873
|
+
name: "String"
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
components: {
|
|
877
|
+
serializedName: "components",
|
|
994
878
|
type: {
|
|
995
879
|
name: "Sequence",
|
|
996
880
|
element: {
|
|
997
881
|
type: {
|
|
998
|
-
name: "
|
|
882
|
+
name: "Composite",
|
|
883
|
+
className: "ComponentEventDetails"
|
|
999
884
|
}
|
|
1000
885
|
}
|
|
1001
886
|
}
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
};
|
|
891
|
+
|
|
892
|
+
export const ComponentEventDetails: coreClient.CompositeMapper = {
|
|
893
|
+
type: {
|
|
894
|
+
name: "Composite",
|
|
895
|
+
className: "ComponentEventDetails",
|
|
896
|
+
additionalProperties: { type: { name: "Object" } },
|
|
897
|
+
modelProperties: {
|
|
898
|
+
id: {
|
|
899
|
+
serializedName: "id",
|
|
900
|
+
type: {
|
|
901
|
+
name: "String"
|
|
902
|
+
}
|
|
1002
903
|
},
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
serializedName: "policyDefinitionVersion",
|
|
904
|
+
type: {
|
|
905
|
+
serializedName: "type",
|
|
1006
906
|
type: {
|
|
1007
907
|
name: "String"
|
|
1008
908
|
}
|
|
1009
909
|
},
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
serializedName: "policySetDefinitionVersion",
|
|
910
|
+
name: {
|
|
911
|
+
serializedName: "name",
|
|
1013
912
|
type: {
|
|
1014
913
|
name: "String"
|
|
1015
914
|
}
|
|
1016
915
|
},
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
916
|
+
timestamp: {
|
|
917
|
+
serializedName: "timestamp",
|
|
918
|
+
type: {
|
|
919
|
+
name: "DateTime"
|
|
920
|
+
}
|
|
921
|
+
},
|
|
922
|
+
tenantId: {
|
|
923
|
+
serializedName: "tenantId",
|
|
924
|
+
type: {
|
|
925
|
+
name: "String"
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
principalOid: {
|
|
929
|
+
serializedName: "principalOid",
|
|
930
|
+
type: {
|
|
931
|
+
name: "String"
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
policyDefinitionAction: {
|
|
935
|
+
serializedName: "policyDefinitionAction",
|
|
1020
936
|
type: {
|
|
1021
937
|
name: "String"
|
|
1022
938
|
}
|
|
1023
|
-
}
|
|
1024
|
-
},
|
|
1025
|
-
additionalProperties: {
|
|
1026
|
-
type: {
|
|
1027
|
-
name: "Object"
|
|
1028
939
|
}
|
|
1029
940
|
}
|
|
1030
941
|
}
|
|
1031
942
|
};
|
|
1032
943
|
|
|
1033
|
-
export const PolicyStatesQueryResults:
|
|
1034
|
-
serializedName: "PolicyStatesQueryResults",
|
|
944
|
+
export const PolicyStatesQueryResults: coreClient.CompositeMapper = {
|
|
1035
945
|
type: {
|
|
1036
946
|
name: "Composite",
|
|
1037
947
|
className: "PolicyStatesQueryResults",
|
|
1038
948
|
modelProperties: {
|
|
1039
|
-
|
|
949
|
+
odataContext: {
|
|
1040
950
|
serializedName: "@odata\\.context",
|
|
1041
951
|
type: {
|
|
1042
952
|
name: "String"
|
|
1043
953
|
}
|
|
1044
954
|
},
|
|
1045
|
-
|
|
1046
|
-
serializedName: "@odata\\.count",
|
|
955
|
+
odataCount: {
|
|
1047
956
|
constraints: {
|
|
1048
957
|
InclusiveMinimum: 0
|
|
1049
958
|
},
|
|
959
|
+
serializedName: "@odata\\.count",
|
|
1050
960
|
type: {
|
|
1051
961
|
name: "Number"
|
|
1052
962
|
}
|
|
1053
963
|
},
|
|
964
|
+
odataNextLink: {
|
|
965
|
+
serializedName: "@odata\\.nextLink",
|
|
966
|
+
type: {
|
|
967
|
+
name: "String"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
1054
970
|
value: {
|
|
1055
971
|
serializedName: "value",
|
|
1056
972
|
type: {
|
|
@@ -1058,12 +974,7 @@ export const PolicyStatesQueryResults: msRest.CompositeMapper = {
|
|
|
1058
974
|
element: {
|
|
1059
975
|
type: {
|
|
1060
976
|
name: "Composite",
|
|
1061
|
-
className: "PolicyState"
|
|
1062
|
-
additionalProperties: {
|
|
1063
|
-
type: {
|
|
1064
|
-
name: "Object"
|
|
1065
|
-
}
|
|
1066
|
-
}
|
|
977
|
+
className: "PolicyState"
|
|
1067
978
|
}
|
|
1068
979
|
}
|
|
1069
980
|
}
|
|
@@ -1072,90 +983,589 @@ export const PolicyStatesQueryResults: msRest.CompositeMapper = {
|
|
|
1072
983
|
}
|
|
1073
984
|
};
|
|
1074
985
|
|
|
1075
|
-
export const
|
|
1076
|
-
serializedName: "ComplianceDetail",
|
|
986
|
+
export const PolicyState: coreClient.CompositeMapper = {
|
|
1077
987
|
type: {
|
|
1078
988
|
name: "Composite",
|
|
1079
|
-
className: "
|
|
989
|
+
className: "PolicyState",
|
|
990
|
+
additionalProperties: { type: { name: "Object" } },
|
|
1080
991
|
modelProperties: {
|
|
1081
|
-
|
|
1082
|
-
serializedName: "
|
|
992
|
+
odataId: {
|
|
993
|
+
serializedName: "@odata\\.id",
|
|
1083
994
|
type: {
|
|
1084
995
|
name: "String"
|
|
1085
996
|
}
|
|
1086
997
|
},
|
|
1087
|
-
|
|
1088
|
-
serializedName: "
|
|
1089
|
-
type: {
|
|
1090
|
-
name: "Number"
|
|
1091
|
-
}
|
|
1092
|
-
}
|
|
1093
|
-
}
|
|
1094
|
-
}
|
|
1095
|
-
};
|
|
1096
|
-
|
|
1097
|
-
export const SummaryResults: msRest.CompositeMapper = {
|
|
1098
|
-
serializedName: "SummaryResults",
|
|
1099
|
-
type: {
|
|
1100
|
-
name: "Composite",
|
|
1101
|
-
className: "SummaryResults",
|
|
1102
|
-
modelProperties: {
|
|
1103
|
-
queryResultsUri: {
|
|
1104
|
-
serializedName: "queryResultsUri",
|
|
998
|
+
odataContext: {
|
|
999
|
+
serializedName: "@odata\\.context",
|
|
1105
1000
|
type: {
|
|
1106
1001
|
name: "String"
|
|
1107
1002
|
}
|
|
1108
1003
|
},
|
|
1109
|
-
|
|
1110
|
-
serializedName: "
|
|
1111
|
-
constraints: {
|
|
1112
|
-
InclusiveMinimum: 0
|
|
1113
|
-
},
|
|
1004
|
+
timestamp: {
|
|
1005
|
+
serializedName: "timestamp",
|
|
1114
1006
|
type: {
|
|
1115
|
-
name: "
|
|
1007
|
+
name: "DateTime"
|
|
1116
1008
|
}
|
|
1117
1009
|
},
|
|
1118
|
-
|
|
1119
|
-
serializedName: "
|
|
1120
|
-
constraints: {
|
|
1121
|
-
InclusiveMinimum: 0
|
|
1122
|
-
},
|
|
1010
|
+
resourceId: {
|
|
1011
|
+
serializedName: "resourceId",
|
|
1123
1012
|
type: {
|
|
1124
|
-
name: "
|
|
1013
|
+
name: "String"
|
|
1125
1014
|
}
|
|
1126
1015
|
},
|
|
1127
|
-
|
|
1128
|
-
serializedName: "
|
|
1016
|
+
policyAssignmentId: {
|
|
1017
|
+
serializedName: "policyAssignmentId",
|
|
1129
1018
|
type: {
|
|
1130
|
-
name: "
|
|
1131
|
-
element: {
|
|
1132
|
-
type: {
|
|
1133
|
-
name: "Composite",
|
|
1134
|
-
className: "ComplianceDetail"
|
|
1135
|
-
}
|
|
1136
|
-
}
|
|
1019
|
+
name: "String"
|
|
1137
1020
|
}
|
|
1138
1021
|
},
|
|
1139
|
-
|
|
1140
|
-
serializedName: "
|
|
1022
|
+
policyDefinitionId: {
|
|
1023
|
+
serializedName: "policyDefinitionId",
|
|
1141
1024
|
type: {
|
|
1142
|
-
name: "
|
|
1143
|
-
|
|
1144
|
-
|
|
1025
|
+
name: "String"
|
|
1026
|
+
}
|
|
1027
|
+
},
|
|
1028
|
+
effectiveParameters: {
|
|
1029
|
+
serializedName: "effectiveParameters",
|
|
1030
|
+
type: {
|
|
1031
|
+
name: "String"
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
isCompliant: {
|
|
1035
|
+
serializedName: "isCompliant",
|
|
1036
|
+
type: {
|
|
1037
|
+
name: "Boolean"
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
subscriptionId: {
|
|
1041
|
+
serializedName: "subscriptionId",
|
|
1042
|
+
type: {
|
|
1043
|
+
name: "String"
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
resourceType: {
|
|
1047
|
+
serializedName: "resourceType",
|
|
1048
|
+
type: {
|
|
1049
|
+
name: "String"
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
resourceLocation: {
|
|
1053
|
+
serializedName: "resourceLocation",
|
|
1054
|
+
type: {
|
|
1055
|
+
name: "String"
|
|
1056
|
+
}
|
|
1057
|
+
},
|
|
1058
|
+
resourceGroup: {
|
|
1059
|
+
serializedName: "resourceGroup",
|
|
1060
|
+
type: {
|
|
1061
|
+
name: "String"
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
resourceTags: {
|
|
1065
|
+
serializedName: "resourceTags",
|
|
1066
|
+
type: {
|
|
1067
|
+
name: "String"
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
policyAssignmentName: {
|
|
1071
|
+
serializedName: "policyAssignmentName",
|
|
1072
|
+
type: {
|
|
1073
|
+
name: "String"
|
|
1074
|
+
}
|
|
1075
|
+
},
|
|
1076
|
+
policyAssignmentOwner: {
|
|
1077
|
+
serializedName: "policyAssignmentOwner",
|
|
1078
|
+
type: {
|
|
1079
|
+
name: "String"
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1082
|
+
policyAssignmentParameters: {
|
|
1083
|
+
serializedName: "policyAssignmentParameters",
|
|
1084
|
+
type: {
|
|
1085
|
+
name: "String"
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
policyAssignmentScope: {
|
|
1089
|
+
serializedName: "policyAssignmentScope",
|
|
1090
|
+
type: {
|
|
1091
|
+
name: "String"
|
|
1092
|
+
}
|
|
1093
|
+
},
|
|
1094
|
+
policyDefinitionName: {
|
|
1095
|
+
serializedName: "policyDefinitionName",
|
|
1096
|
+
type: {
|
|
1097
|
+
name: "String"
|
|
1098
|
+
}
|
|
1099
|
+
},
|
|
1100
|
+
policyDefinitionAction: {
|
|
1101
|
+
serializedName: "policyDefinitionAction",
|
|
1102
|
+
type: {
|
|
1103
|
+
name: "String"
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1106
|
+
policyDefinitionCategory: {
|
|
1107
|
+
serializedName: "policyDefinitionCategory",
|
|
1108
|
+
type: {
|
|
1109
|
+
name: "String"
|
|
1110
|
+
}
|
|
1111
|
+
},
|
|
1112
|
+
policySetDefinitionId: {
|
|
1113
|
+
serializedName: "policySetDefinitionId",
|
|
1114
|
+
type: {
|
|
1115
|
+
name: "String"
|
|
1116
|
+
}
|
|
1117
|
+
},
|
|
1118
|
+
policySetDefinitionName: {
|
|
1119
|
+
serializedName: "policySetDefinitionName",
|
|
1120
|
+
type: {
|
|
1121
|
+
name: "String"
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
policySetDefinitionOwner: {
|
|
1125
|
+
serializedName: "policySetDefinitionOwner",
|
|
1126
|
+
type: {
|
|
1127
|
+
name: "String"
|
|
1128
|
+
}
|
|
1129
|
+
},
|
|
1130
|
+
policySetDefinitionCategory: {
|
|
1131
|
+
serializedName: "policySetDefinitionCategory",
|
|
1132
|
+
type: {
|
|
1133
|
+
name: "String"
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
policySetDefinitionParameters: {
|
|
1137
|
+
serializedName: "policySetDefinitionParameters",
|
|
1138
|
+
type: {
|
|
1139
|
+
name: "String"
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
managementGroupIds: {
|
|
1143
|
+
serializedName: "managementGroupIds",
|
|
1144
|
+
type: {
|
|
1145
|
+
name: "String"
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1148
|
+
policyDefinitionReferenceId: {
|
|
1149
|
+
serializedName: "policyDefinitionReferenceId",
|
|
1150
|
+
type: {
|
|
1151
|
+
name: "String"
|
|
1152
|
+
}
|
|
1153
|
+
},
|
|
1154
|
+
complianceState: {
|
|
1155
|
+
serializedName: "complianceState",
|
|
1156
|
+
type: {
|
|
1157
|
+
name: "String"
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
1160
|
+
policyEvaluationDetails: {
|
|
1161
|
+
serializedName: "policyEvaluationDetails",
|
|
1162
|
+
type: {
|
|
1163
|
+
name: "Composite",
|
|
1164
|
+
className: "PolicyEvaluationDetails"
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
policyDefinitionGroupNames: {
|
|
1168
|
+
serializedName: "policyDefinitionGroupNames",
|
|
1169
|
+
type: {
|
|
1170
|
+
name: "Sequence",
|
|
1171
|
+
element: {
|
|
1172
|
+
type: {
|
|
1173
|
+
name: "String"
|
|
1174
|
+
}
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
components: {
|
|
1179
|
+
serializedName: "components",
|
|
1180
|
+
type: {
|
|
1181
|
+
name: "Sequence",
|
|
1182
|
+
element: {
|
|
1183
|
+
type: {
|
|
1184
|
+
name: "Composite",
|
|
1185
|
+
className: "ComponentStateDetails"
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
}
|
|
1189
|
+
},
|
|
1190
|
+
policyDefinitionVersion: {
|
|
1191
|
+
serializedName: "policyDefinitionVersion",
|
|
1192
|
+
readOnly: true,
|
|
1193
|
+
type: {
|
|
1194
|
+
name: "String"
|
|
1195
|
+
}
|
|
1196
|
+
},
|
|
1197
|
+
policySetDefinitionVersion: {
|
|
1198
|
+
serializedName: "policySetDefinitionVersion",
|
|
1199
|
+
readOnly: true,
|
|
1200
|
+
type: {
|
|
1201
|
+
name: "String"
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
1204
|
+
policyAssignmentVersion: {
|
|
1205
|
+
serializedName: "policyAssignmentVersion",
|
|
1206
|
+
readOnly: true,
|
|
1207
|
+
type: {
|
|
1208
|
+
name: "String"
|
|
1209
|
+
}
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
};
|
|
1214
|
+
|
|
1215
|
+
export const PolicyEvaluationDetails: coreClient.CompositeMapper = {
|
|
1216
|
+
type: {
|
|
1217
|
+
name: "Composite",
|
|
1218
|
+
className: "PolicyEvaluationDetails",
|
|
1219
|
+
modelProperties: {
|
|
1220
|
+
evaluatedExpressions: {
|
|
1221
|
+
serializedName: "evaluatedExpressions",
|
|
1222
|
+
type: {
|
|
1223
|
+
name: "Sequence",
|
|
1224
|
+
element: {
|
|
1225
|
+
type: {
|
|
1226
|
+
name: "Composite",
|
|
1227
|
+
className: "ExpressionEvaluationDetails"
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1232
|
+
ifNotExistsDetails: {
|
|
1233
|
+
serializedName: "ifNotExistsDetails",
|
|
1234
|
+
type: {
|
|
1235
|
+
name: "Composite",
|
|
1236
|
+
className: "IfNotExistsEvaluationDetails"
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1240
|
+
}
|
|
1241
|
+
};
|
|
1242
|
+
|
|
1243
|
+
export const ExpressionEvaluationDetails: coreClient.CompositeMapper = {
|
|
1244
|
+
type: {
|
|
1245
|
+
name: "Composite",
|
|
1246
|
+
className: "ExpressionEvaluationDetails",
|
|
1247
|
+
modelProperties: {
|
|
1248
|
+
result: {
|
|
1249
|
+
serializedName: "result",
|
|
1250
|
+
type: {
|
|
1251
|
+
name: "String"
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
expression: {
|
|
1255
|
+
serializedName: "expression",
|
|
1256
|
+
type: {
|
|
1257
|
+
name: "String"
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
expressionKind: {
|
|
1261
|
+
serializedName: "expressionKind",
|
|
1262
|
+
readOnly: true,
|
|
1263
|
+
type: {
|
|
1264
|
+
name: "String"
|
|
1265
|
+
}
|
|
1266
|
+
},
|
|
1267
|
+
path: {
|
|
1268
|
+
serializedName: "path",
|
|
1269
|
+
type: {
|
|
1270
|
+
name: "String"
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
expressionValue: {
|
|
1274
|
+
serializedName: "expressionValue",
|
|
1275
|
+
type: {
|
|
1276
|
+
name: "Dictionary",
|
|
1277
|
+
value: { type: { name: "any" } }
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
targetValue: {
|
|
1281
|
+
serializedName: "targetValue",
|
|
1282
|
+
type: {
|
|
1283
|
+
name: "Dictionary",
|
|
1284
|
+
value: { type: { name: "any" } }
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
operator: {
|
|
1288
|
+
serializedName: "operator",
|
|
1289
|
+
type: {
|
|
1290
|
+
name: "String"
|
|
1291
|
+
}
|
|
1292
|
+
}
|
|
1293
|
+
}
|
|
1294
|
+
}
|
|
1295
|
+
};
|
|
1296
|
+
|
|
1297
|
+
export const IfNotExistsEvaluationDetails: coreClient.CompositeMapper = {
|
|
1298
|
+
type: {
|
|
1299
|
+
name: "Composite",
|
|
1300
|
+
className: "IfNotExistsEvaluationDetails",
|
|
1301
|
+
modelProperties: {
|
|
1302
|
+
resourceId: {
|
|
1303
|
+
serializedName: "resourceId",
|
|
1304
|
+
type: {
|
|
1305
|
+
name: "String"
|
|
1306
|
+
}
|
|
1307
|
+
},
|
|
1308
|
+
totalResources: {
|
|
1309
|
+
serializedName: "totalResources",
|
|
1310
|
+
type: {
|
|
1311
|
+
name: "Number"
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
}
|
|
1316
|
+
};
|
|
1317
|
+
|
|
1318
|
+
export const ComponentStateDetails: coreClient.CompositeMapper = {
|
|
1319
|
+
type: {
|
|
1320
|
+
name: "Composite",
|
|
1321
|
+
className: "ComponentStateDetails",
|
|
1322
|
+
additionalProperties: { type: { name: "Object" } },
|
|
1323
|
+
modelProperties: {
|
|
1324
|
+
id: {
|
|
1325
|
+
serializedName: "id",
|
|
1326
|
+
type: {
|
|
1327
|
+
name: "String"
|
|
1328
|
+
}
|
|
1329
|
+
},
|
|
1330
|
+
type: {
|
|
1331
|
+
serializedName: "type",
|
|
1332
|
+
type: {
|
|
1333
|
+
name: "String"
|
|
1334
|
+
}
|
|
1335
|
+
},
|
|
1336
|
+
name: {
|
|
1337
|
+
serializedName: "name",
|
|
1338
|
+
type: {
|
|
1339
|
+
name: "String"
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
timestamp: {
|
|
1343
|
+
serializedName: "timestamp",
|
|
1344
|
+
type: {
|
|
1345
|
+
name: "DateTime"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
complianceState: {
|
|
1349
|
+
serializedName: "complianceState",
|
|
1350
|
+
type: {
|
|
1351
|
+
name: "String"
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
}
|
|
1356
|
+
};
|
|
1357
|
+
|
|
1358
|
+
export const SummarizeResults: coreClient.CompositeMapper = {
|
|
1359
|
+
type: {
|
|
1360
|
+
name: "Composite",
|
|
1361
|
+
className: "SummarizeResults",
|
|
1362
|
+
modelProperties: {
|
|
1363
|
+
odataContext: {
|
|
1364
|
+
serializedName: "@odata\\.context",
|
|
1365
|
+
type: {
|
|
1366
|
+
name: "String"
|
|
1367
|
+
}
|
|
1368
|
+
},
|
|
1369
|
+
odataCount: {
|
|
1370
|
+
constraints: {
|
|
1371
|
+
InclusiveMaximum: 1,
|
|
1372
|
+
InclusiveMinimum: 1
|
|
1373
|
+
},
|
|
1374
|
+
serializedName: "@odata\\.count",
|
|
1375
|
+
type: {
|
|
1376
|
+
name: "Number"
|
|
1377
|
+
}
|
|
1378
|
+
},
|
|
1379
|
+
value: {
|
|
1380
|
+
serializedName: "value",
|
|
1381
|
+
type: {
|
|
1382
|
+
name: "Sequence",
|
|
1383
|
+
element: {
|
|
1384
|
+
type: {
|
|
1385
|
+
name: "Composite",
|
|
1386
|
+
className: "Summary"
|
|
1387
|
+
}
|
|
1388
|
+
}
|
|
1389
|
+
}
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
};
|
|
1394
|
+
|
|
1395
|
+
export const Summary: coreClient.CompositeMapper = {
|
|
1396
|
+
type: {
|
|
1397
|
+
name: "Composite",
|
|
1398
|
+
className: "Summary",
|
|
1399
|
+
modelProperties: {
|
|
1400
|
+
odataId: {
|
|
1401
|
+
serializedName: "@odata\\.id",
|
|
1402
|
+
type: {
|
|
1403
|
+
name: "String"
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
odataContext: {
|
|
1407
|
+
serializedName: "@odata\\.context",
|
|
1408
|
+
type: {
|
|
1409
|
+
name: "String"
|
|
1410
|
+
}
|
|
1411
|
+
},
|
|
1412
|
+
results: {
|
|
1413
|
+
serializedName: "results",
|
|
1414
|
+
type: {
|
|
1415
|
+
name: "Composite",
|
|
1416
|
+
className: "SummaryResults"
|
|
1417
|
+
}
|
|
1418
|
+
},
|
|
1419
|
+
policyAssignments: {
|
|
1420
|
+
serializedName: "policyAssignments",
|
|
1421
|
+
type: {
|
|
1422
|
+
name: "Sequence",
|
|
1423
|
+
element: {
|
|
1424
|
+
type: {
|
|
1425
|
+
name: "Composite",
|
|
1426
|
+
className: "PolicyAssignmentSummary"
|
|
1427
|
+
}
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
}
|
|
1432
|
+
}
|
|
1433
|
+
};
|
|
1434
|
+
|
|
1435
|
+
export const SummaryResults: coreClient.CompositeMapper = {
|
|
1436
|
+
type: {
|
|
1437
|
+
name: "Composite",
|
|
1438
|
+
className: "SummaryResults",
|
|
1439
|
+
modelProperties: {
|
|
1440
|
+
queryResultsUri: {
|
|
1441
|
+
serializedName: "queryResultsUri",
|
|
1442
|
+
type: {
|
|
1443
|
+
name: "String"
|
|
1444
|
+
}
|
|
1445
|
+
},
|
|
1446
|
+
nonCompliantResources: {
|
|
1447
|
+
constraints: {
|
|
1448
|
+
InclusiveMinimum: 0
|
|
1449
|
+
},
|
|
1450
|
+
serializedName: "nonCompliantResources",
|
|
1451
|
+
type: {
|
|
1452
|
+
name: "Number"
|
|
1453
|
+
}
|
|
1454
|
+
},
|
|
1455
|
+
nonCompliantPolicies: {
|
|
1456
|
+
constraints: {
|
|
1457
|
+
InclusiveMinimum: 0
|
|
1458
|
+
},
|
|
1459
|
+
serializedName: "nonCompliantPolicies",
|
|
1460
|
+
type: {
|
|
1461
|
+
name: "Number"
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1464
|
+
resourceDetails: {
|
|
1465
|
+
serializedName: "resourceDetails",
|
|
1466
|
+
type: {
|
|
1467
|
+
name: "Sequence",
|
|
1468
|
+
element: {
|
|
1469
|
+
type: {
|
|
1470
|
+
name: "Composite",
|
|
1471
|
+
className: "ComplianceDetail"
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
}
|
|
1475
|
+
},
|
|
1476
|
+
policyDetails: {
|
|
1477
|
+
serializedName: "policyDetails",
|
|
1478
|
+
type: {
|
|
1479
|
+
name: "Sequence",
|
|
1480
|
+
element: {
|
|
1481
|
+
type: {
|
|
1482
|
+
name: "Composite",
|
|
1483
|
+
className: "ComplianceDetail"
|
|
1484
|
+
}
|
|
1485
|
+
}
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
policyGroupDetails: {
|
|
1489
|
+
serializedName: "policyGroupDetails",
|
|
1490
|
+
type: {
|
|
1491
|
+
name: "Sequence",
|
|
1492
|
+
element: {
|
|
1493
|
+
type: {
|
|
1494
|
+
name: "Composite",
|
|
1495
|
+
className: "ComplianceDetail"
|
|
1496
|
+
}
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
}
|
|
1500
|
+
}
|
|
1501
|
+
}
|
|
1502
|
+
};
|
|
1503
|
+
|
|
1504
|
+
export const ComplianceDetail: coreClient.CompositeMapper = {
|
|
1505
|
+
type: {
|
|
1506
|
+
name: "Composite",
|
|
1507
|
+
className: "ComplianceDetail",
|
|
1508
|
+
modelProperties: {
|
|
1509
|
+
complianceState: {
|
|
1510
|
+
serializedName: "complianceState",
|
|
1511
|
+
type: {
|
|
1512
|
+
name: "String"
|
|
1513
|
+
}
|
|
1514
|
+
},
|
|
1515
|
+
count: {
|
|
1516
|
+
serializedName: "count",
|
|
1517
|
+
type: {
|
|
1518
|
+
name: "Number"
|
|
1519
|
+
}
|
|
1520
|
+
}
|
|
1521
|
+
}
|
|
1522
|
+
}
|
|
1523
|
+
};
|
|
1524
|
+
|
|
1525
|
+
export const PolicyAssignmentSummary: coreClient.CompositeMapper = {
|
|
1526
|
+
type: {
|
|
1527
|
+
name: "Composite",
|
|
1528
|
+
className: "PolicyAssignmentSummary",
|
|
1529
|
+
modelProperties: {
|
|
1530
|
+
policyAssignmentId: {
|
|
1531
|
+
serializedName: "policyAssignmentId",
|
|
1532
|
+
type: {
|
|
1533
|
+
name: "String"
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
policySetDefinitionId: {
|
|
1537
|
+
serializedName: "policySetDefinitionId",
|
|
1538
|
+
type: {
|
|
1539
|
+
name: "String"
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
results: {
|
|
1543
|
+
serializedName: "results",
|
|
1544
|
+
type: {
|
|
1545
|
+
name: "Composite",
|
|
1546
|
+
className: "SummaryResults"
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
policyDefinitions: {
|
|
1550
|
+
serializedName: "policyDefinitions",
|
|
1551
|
+
type: {
|
|
1552
|
+
name: "Sequence",
|
|
1553
|
+
element: {
|
|
1554
|
+
type: {
|
|
1145
1555
|
name: "Composite",
|
|
1146
|
-
className: "
|
|
1556
|
+
className: "PolicyDefinitionSummary"
|
|
1147
1557
|
}
|
|
1148
1558
|
}
|
|
1149
1559
|
}
|
|
1150
1560
|
},
|
|
1151
|
-
|
|
1152
|
-
serializedName: "
|
|
1561
|
+
policyGroups: {
|
|
1562
|
+
serializedName: "policyGroups",
|
|
1153
1563
|
type: {
|
|
1154
1564
|
name: "Sequence",
|
|
1155
1565
|
element: {
|
|
1156
1566
|
type: {
|
|
1157
1567
|
name: "Composite",
|
|
1158
|
-
className: "
|
|
1568
|
+
className: "PolicyGroupSummary"
|
|
1159
1569
|
}
|
|
1160
1570
|
}
|
|
1161
1571
|
}
|
|
@@ -1164,8 +1574,7 @@ export const SummaryResults: msRest.CompositeMapper = {
|
|
|
1164
1574
|
}
|
|
1165
1575
|
};
|
|
1166
1576
|
|
|
1167
|
-
export const PolicyDefinitionSummary:
|
|
1168
|
-
serializedName: "PolicyDefinitionSummary",
|
|
1577
|
+
export const PolicyDefinitionSummary: coreClient.CompositeMapper = {
|
|
1169
1578
|
type: {
|
|
1170
1579
|
name: "Composite",
|
|
1171
1580
|
className: "PolicyDefinitionSummary",
|
|
@@ -1193,91 +1602,333 @@ export const PolicyDefinitionSummary: msRest.CompositeMapper = {
|
|
|
1193
1602
|
}
|
|
1194
1603
|
}
|
|
1195
1604
|
},
|
|
1196
|
-
effect: {
|
|
1197
|
-
serializedName: "effect",
|
|
1605
|
+
effect: {
|
|
1606
|
+
serializedName: "effect",
|
|
1607
|
+
type: {
|
|
1608
|
+
name: "String"
|
|
1609
|
+
}
|
|
1610
|
+
},
|
|
1611
|
+
results: {
|
|
1612
|
+
serializedName: "results",
|
|
1613
|
+
type: {
|
|
1614
|
+
name: "Composite",
|
|
1615
|
+
className: "SummaryResults"
|
|
1616
|
+
}
|
|
1617
|
+
}
|
|
1618
|
+
}
|
|
1619
|
+
}
|
|
1620
|
+
};
|
|
1621
|
+
|
|
1622
|
+
export const PolicyGroupSummary: coreClient.CompositeMapper = {
|
|
1623
|
+
type: {
|
|
1624
|
+
name: "Composite",
|
|
1625
|
+
className: "PolicyGroupSummary",
|
|
1626
|
+
modelProperties: {
|
|
1627
|
+
policyGroupName: {
|
|
1628
|
+
serializedName: "policyGroupName",
|
|
1629
|
+
type: {
|
|
1630
|
+
name: "String"
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
results: {
|
|
1634
|
+
serializedName: "results",
|
|
1635
|
+
type: {
|
|
1636
|
+
name: "Composite",
|
|
1637
|
+
className: "SummaryResults"
|
|
1638
|
+
}
|
|
1639
|
+
}
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
};
|
|
1643
|
+
|
|
1644
|
+
export const OperationsListResults: coreClient.CompositeMapper = {
|
|
1645
|
+
type: {
|
|
1646
|
+
name: "Composite",
|
|
1647
|
+
className: "OperationsListResults",
|
|
1648
|
+
modelProperties: {
|
|
1649
|
+
odataCount: {
|
|
1650
|
+
constraints: {
|
|
1651
|
+
InclusiveMinimum: 1
|
|
1652
|
+
},
|
|
1653
|
+
serializedName: "@odata\\.count",
|
|
1654
|
+
type: {
|
|
1655
|
+
name: "Number"
|
|
1656
|
+
}
|
|
1657
|
+
},
|
|
1658
|
+
value: {
|
|
1659
|
+
serializedName: "value",
|
|
1660
|
+
type: {
|
|
1661
|
+
name: "Sequence",
|
|
1662
|
+
element: {
|
|
1663
|
+
type: {
|
|
1664
|
+
name: "Composite",
|
|
1665
|
+
className: "Operation"
|
|
1666
|
+
}
|
|
1667
|
+
}
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1670
|
+
}
|
|
1671
|
+
}
|
|
1672
|
+
};
|
|
1673
|
+
|
|
1674
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
1675
|
+
type: {
|
|
1676
|
+
name: "Composite",
|
|
1677
|
+
className: "Operation",
|
|
1678
|
+
modelProperties: {
|
|
1679
|
+
name: {
|
|
1680
|
+
serializedName: "name",
|
|
1681
|
+
type: {
|
|
1682
|
+
name: "String"
|
|
1683
|
+
}
|
|
1684
|
+
},
|
|
1685
|
+
display: {
|
|
1686
|
+
serializedName: "display",
|
|
1687
|
+
type: {
|
|
1688
|
+
name: "Composite",
|
|
1689
|
+
className: "OperationDisplay"
|
|
1690
|
+
}
|
|
1691
|
+
}
|
|
1692
|
+
}
|
|
1693
|
+
}
|
|
1694
|
+
};
|
|
1695
|
+
|
|
1696
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
1697
|
+
type: {
|
|
1698
|
+
name: "Composite",
|
|
1699
|
+
className: "OperationDisplay",
|
|
1700
|
+
modelProperties: {
|
|
1701
|
+
provider: {
|
|
1702
|
+
serializedName: "provider",
|
|
1703
|
+
type: {
|
|
1704
|
+
name: "String"
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1707
|
+
resource: {
|
|
1708
|
+
serializedName: "resource",
|
|
1709
|
+
type: {
|
|
1710
|
+
name: "String"
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1713
|
+
operation: {
|
|
1714
|
+
serializedName: "operation",
|
|
1715
|
+
type: {
|
|
1716
|
+
name: "String"
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
description: {
|
|
1720
|
+
serializedName: "description",
|
|
1721
|
+
type: {
|
|
1722
|
+
name: "String"
|
|
1723
|
+
}
|
|
1724
|
+
}
|
|
1725
|
+
}
|
|
1726
|
+
}
|
|
1727
|
+
};
|
|
1728
|
+
|
|
1729
|
+
export const PolicyMetadata: coreClient.CompositeMapper = {
|
|
1730
|
+
type: {
|
|
1731
|
+
name: "Composite",
|
|
1732
|
+
className: "PolicyMetadata",
|
|
1733
|
+
modelProperties: {
|
|
1734
|
+
id: {
|
|
1735
|
+
serializedName: "id",
|
|
1736
|
+
readOnly: true,
|
|
1737
|
+
type: {
|
|
1738
|
+
name: "String"
|
|
1739
|
+
}
|
|
1740
|
+
},
|
|
1741
|
+
type: {
|
|
1742
|
+
serializedName: "type",
|
|
1743
|
+
readOnly: true,
|
|
1744
|
+
type: {
|
|
1745
|
+
name: "String"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
name: {
|
|
1749
|
+
serializedName: "name",
|
|
1750
|
+
readOnly: true,
|
|
1751
|
+
type: {
|
|
1752
|
+
name: "String"
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
metadataId: {
|
|
1756
|
+
serializedName: "properties.metadataId",
|
|
1757
|
+
readOnly: true,
|
|
1758
|
+
type: {
|
|
1759
|
+
name: "String"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
category: {
|
|
1763
|
+
serializedName: "properties.category",
|
|
1764
|
+
readOnly: true,
|
|
1765
|
+
type: {
|
|
1766
|
+
name: "String"
|
|
1767
|
+
}
|
|
1768
|
+
},
|
|
1769
|
+
title: {
|
|
1770
|
+
serializedName: "properties.title",
|
|
1771
|
+
readOnly: true,
|
|
1772
|
+
type: {
|
|
1773
|
+
name: "String"
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
owner: {
|
|
1777
|
+
serializedName: "properties.owner",
|
|
1778
|
+
readOnly: true,
|
|
1779
|
+
type: {
|
|
1780
|
+
name: "String"
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
additionalContentUrl: {
|
|
1784
|
+
serializedName: "properties.additionalContentUrl",
|
|
1785
|
+
readOnly: true,
|
|
1786
|
+
type: {
|
|
1787
|
+
name: "String"
|
|
1788
|
+
}
|
|
1789
|
+
},
|
|
1790
|
+
metadata: {
|
|
1791
|
+
serializedName: "properties.metadata",
|
|
1792
|
+
readOnly: true,
|
|
1793
|
+
type: {
|
|
1794
|
+
name: "Dictionary",
|
|
1795
|
+
value: { type: { name: "any" } }
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1798
|
+
description: {
|
|
1799
|
+
serializedName: "properties.description",
|
|
1800
|
+
readOnly: true,
|
|
1801
|
+
type: {
|
|
1802
|
+
name: "String"
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
requirements: {
|
|
1806
|
+
serializedName: "properties.requirements",
|
|
1807
|
+
readOnly: true,
|
|
1808
|
+
type: {
|
|
1809
|
+
name: "String"
|
|
1810
|
+
}
|
|
1811
|
+
}
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1814
|
+
};
|
|
1815
|
+
|
|
1816
|
+
export const PolicyMetadataSlimProperties: coreClient.CompositeMapper = {
|
|
1817
|
+
type: {
|
|
1818
|
+
name: "Composite",
|
|
1819
|
+
className: "PolicyMetadataSlimProperties",
|
|
1820
|
+
modelProperties: {
|
|
1821
|
+
metadataId: {
|
|
1822
|
+
serializedName: "metadataId",
|
|
1823
|
+
readOnly: true,
|
|
1824
|
+
type: {
|
|
1825
|
+
name: "String"
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
category: {
|
|
1829
|
+
serializedName: "category",
|
|
1830
|
+
readOnly: true,
|
|
1831
|
+
type: {
|
|
1832
|
+
name: "String"
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
title: {
|
|
1836
|
+
serializedName: "title",
|
|
1837
|
+
readOnly: true,
|
|
1838
|
+
type: {
|
|
1839
|
+
name: "String"
|
|
1840
|
+
}
|
|
1841
|
+
},
|
|
1842
|
+
owner: {
|
|
1843
|
+
serializedName: "owner",
|
|
1844
|
+
readOnly: true,
|
|
1845
|
+
type: {
|
|
1846
|
+
name: "String"
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1849
|
+
additionalContentUrl: {
|
|
1850
|
+
serializedName: "additionalContentUrl",
|
|
1851
|
+
readOnly: true,
|
|
1198
1852
|
type: {
|
|
1199
1853
|
name: "String"
|
|
1200
1854
|
}
|
|
1201
1855
|
},
|
|
1202
|
-
|
|
1203
|
-
serializedName: "
|
|
1856
|
+
metadata: {
|
|
1857
|
+
serializedName: "metadata",
|
|
1858
|
+
readOnly: true,
|
|
1204
1859
|
type: {
|
|
1205
|
-
name: "
|
|
1206
|
-
|
|
1860
|
+
name: "Dictionary",
|
|
1861
|
+
value: { type: { name: "any" } }
|
|
1207
1862
|
}
|
|
1208
1863
|
}
|
|
1209
1864
|
}
|
|
1210
1865
|
}
|
|
1211
1866
|
};
|
|
1212
1867
|
|
|
1213
|
-
export const
|
|
1214
|
-
serializedName: "PolicyGroupSummary",
|
|
1868
|
+
export const ErrorResponseAutoGenerated: coreClient.CompositeMapper = {
|
|
1215
1869
|
type: {
|
|
1216
1870
|
name: "Composite",
|
|
1217
|
-
className: "
|
|
1871
|
+
className: "ErrorResponseAutoGenerated",
|
|
1218
1872
|
modelProperties: {
|
|
1219
|
-
|
|
1220
|
-
serializedName: "
|
|
1221
|
-
type: {
|
|
1222
|
-
name: "String"
|
|
1223
|
-
}
|
|
1224
|
-
},
|
|
1225
|
-
results: {
|
|
1226
|
-
serializedName: "results",
|
|
1873
|
+
error: {
|
|
1874
|
+
serializedName: "error",
|
|
1227
1875
|
type: {
|
|
1228
1876
|
name: "Composite",
|
|
1229
|
-
className: "
|
|
1877
|
+
className: "ErrorDefinitionAutoGenerated"
|
|
1230
1878
|
}
|
|
1231
1879
|
}
|
|
1232
1880
|
}
|
|
1233
1881
|
}
|
|
1234
1882
|
};
|
|
1235
1883
|
|
|
1236
|
-
export const
|
|
1237
|
-
serializedName: "PolicyAssignmentSummary",
|
|
1884
|
+
export const ErrorDefinitionAutoGenerated: coreClient.CompositeMapper = {
|
|
1238
1885
|
type: {
|
|
1239
1886
|
name: "Composite",
|
|
1240
|
-
className: "
|
|
1887
|
+
className: "ErrorDefinitionAutoGenerated",
|
|
1241
1888
|
modelProperties: {
|
|
1242
|
-
|
|
1243
|
-
serializedName: "
|
|
1889
|
+
code: {
|
|
1890
|
+
serializedName: "code",
|
|
1891
|
+
readOnly: true,
|
|
1244
1892
|
type: {
|
|
1245
1893
|
name: "String"
|
|
1246
1894
|
}
|
|
1247
1895
|
},
|
|
1248
|
-
|
|
1249
|
-
serializedName: "
|
|
1896
|
+
message: {
|
|
1897
|
+
serializedName: "message",
|
|
1898
|
+
readOnly: true,
|
|
1250
1899
|
type: {
|
|
1251
1900
|
name: "String"
|
|
1252
1901
|
}
|
|
1253
1902
|
},
|
|
1254
|
-
|
|
1255
|
-
serializedName: "
|
|
1903
|
+
target: {
|
|
1904
|
+
serializedName: "target",
|
|
1905
|
+
readOnly: true,
|
|
1256
1906
|
type: {
|
|
1257
|
-
name: "
|
|
1258
|
-
className: "SummaryResults"
|
|
1907
|
+
name: "String"
|
|
1259
1908
|
}
|
|
1260
1909
|
},
|
|
1261
|
-
|
|
1262
|
-
serializedName: "
|
|
1910
|
+
details: {
|
|
1911
|
+
serializedName: "details",
|
|
1912
|
+
readOnly: true,
|
|
1263
1913
|
type: {
|
|
1264
1914
|
name: "Sequence",
|
|
1265
1915
|
element: {
|
|
1266
1916
|
type: {
|
|
1267
1917
|
name: "Composite",
|
|
1268
|
-
className: "
|
|
1918
|
+
className: "ErrorDefinitionAutoGenerated"
|
|
1269
1919
|
}
|
|
1270
1920
|
}
|
|
1271
1921
|
}
|
|
1272
1922
|
},
|
|
1273
|
-
|
|
1274
|
-
serializedName: "
|
|
1923
|
+
additionalInfo: {
|
|
1924
|
+
serializedName: "additionalInfo",
|
|
1925
|
+
readOnly: true,
|
|
1275
1926
|
type: {
|
|
1276
1927
|
name: "Sequence",
|
|
1277
1928
|
element: {
|
|
1278
1929
|
type: {
|
|
1279
1930
|
name: "Composite",
|
|
1280
|
-
className: "
|
|
1931
|
+
className: "TypedErrorInfo"
|
|
1281
1932
|
}
|
|
1282
1933
|
}
|
|
1283
1934
|
}
|
|
@@ -1286,165 +1937,128 @@ export const PolicyAssignmentSummary: msRest.CompositeMapper = {
|
|
|
1286
1937
|
}
|
|
1287
1938
|
};
|
|
1288
1939
|
|
|
1289
|
-
export const
|
|
1290
|
-
serializedName: "Summary",
|
|
1940
|
+
export const PolicyMetadataCollection: coreClient.CompositeMapper = {
|
|
1291
1941
|
type: {
|
|
1292
1942
|
name: "Composite",
|
|
1293
|
-
className: "
|
|
1943
|
+
className: "PolicyMetadataCollection",
|
|
1294
1944
|
modelProperties: {
|
|
1295
|
-
|
|
1296
|
-
serializedName: "
|
|
1297
|
-
|
|
1298
|
-
name: "String"
|
|
1299
|
-
}
|
|
1300
|
-
},
|
|
1301
|
-
odatacontext: {
|
|
1302
|
-
serializedName: "@odata\\.context",
|
|
1303
|
-
type: {
|
|
1304
|
-
name: "String"
|
|
1305
|
-
}
|
|
1306
|
-
},
|
|
1307
|
-
results: {
|
|
1308
|
-
serializedName: "results",
|
|
1309
|
-
type: {
|
|
1310
|
-
name: "Composite",
|
|
1311
|
-
className: "SummaryResults"
|
|
1312
|
-
}
|
|
1313
|
-
},
|
|
1314
|
-
policyAssignments: {
|
|
1315
|
-
serializedName: "policyAssignments",
|
|
1945
|
+
value: {
|
|
1946
|
+
serializedName: "value",
|
|
1947
|
+
readOnly: true,
|
|
1316
1948
|
type: {
|
|
1317
1949
|
name: "Sequence",
|
|
1318
1950
|
element: {
|
|
1319
1951
|
type: {
|
|
1320
1952
|
name: "Composite",
|
|
1321
|
-
className: "
|
|
1953
|
+
className: "SlimPolicyMetadata"
|
|
1322
1954
|
}
|
|
1323
1955
|
}
|
|
1324
1956
|
}
|
|
1957
|
+
},
|
|
1958
|
+
nextLink: {
|
|
1959
|
+
serializedName: "nextLink",
|
|
1960
|
+
readOnly: true,
|
|
1961
|
+
type: {
|
|
1962
|
+
name: "String"
|
|
1963
|
+
}
|
|
1325
1964
|
}
|
|
1326
1965
|
}
|
|
1327
1966
|
}
|
|
1328
1967
|
};
|
|
1329
1968
|
|
|
1330
|
-
export const
|
|
1331
|
-
serializedName: "SummarizeResults",
|
|
1969
|
+
export const SlimPolicyMetadata: coreClient.CompositeMapper = {
|
|
1332
1970
|
type: {
|
|
1333
1971
|
name: "Composite",
|
|
1334
|
-
className: "
|
|
1972
|
+
className: "SlimPolicyMetadata",
|
|
1335
1973
|
modelProperties: {
|
|
1336
|
-
|
|
1337
|
-
serializedName: "
|
|
1974
|
+
id: {
|
|
1975
|
+
serializedName: "id",
|
|
1976
|
+
readOnly: true,
|
|
1338
1977
|
type: {
|
|
1339
1978
|
name: "String"
|
|
1340
1979
|
}
|
|
1341
1980
|
},
|
|
1342
|
-
|
|
1343
|
-
serializedName: "
|
|
1344
|
-
|
|
1345
|
-
InclusiveMaximum: 1,
|
|
1346
|
-
InclusiveMinimum: 1
|
|
1347
|
-
},
|
|
1981
|
+
type: {
|
|
1982
|
+
serializedName: "type",
|
|
1983
|
+
readOnly: true,
|
|
1348
1984
|
type: {
|
|
1349
|
-
name: "
|
|
1985
|
+
name: "String"
|
|
1350
1986
|
}
|
|
1351
1987
|
},
|
|
1352
|
-
|
|
1353
|
-
serializedName: "
|
|
1988
|
+
name: {
|
|
1989
|
+
serializedName: "name",
|
|
1990
|
+
readOnly: true,
|
|
1354
1991
|
type: {
|
|
1355
|
-
name: "
|
|
1356
|
-
element: {
|
|
1357
|
-
type: {
|
|
1358
|
-
name: "Composite",
|
|
1359
|
-
className: "Summary"
|
|
1360
|
-
}
|
|
1361
|
-
}
|
|
1992
|
+
name: "String"
|
|
1362
1993
|
}
|
|
1363
|
-
}
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
export const OperationDisplay: msRest.CompositeMapper = {
|
|
1369
|
-
serializedName: "Operation_display",
|
|
1370
|
-
type: {
|
|
1371
|
-
name: "Composite",
|
|
1372
|
-
className: "OperationDisplay",
|
|
1373
|
-
modelProperties: {
|
|
1374
|
-
provider: {
|
|
1375
|
-
serializedName: "provider",
|
|
1994
|
+
},
|
|
1995
|
+
metadataId: {
|
|
1996
|
+
serializedName: "properties.metadataId",
|
|
1997
|
+
readOnly: true,
|
|
1376
1998
|
type: {
|
|
1377
1999
|
name: "String"
|
|
1378
2000
|
}
|
|
1379
2001
|
},
|
|
1380
|
-
|
|
1381
|
-
serializedName: "
|
|
2002
|
+
category: {
|
|
2003
|
+
serializedName: "properties.category",
|
|
2004
|
+
readOnly: true,
|
|
1382
2005
|
type: {
|
|
1383
2006
|
name: "String"
|
|
1384
2007
|
}
|
|
1385
2008
|
},
|
|
1386
|
-
|
|
1387
|
-
serializedName: "
|
|
2009
|
+
title: {
|
|
2010
|
+
serializedName: "properties.title",
|
|
2011
|
+
readOnly: true,
|
|
1388
2012
|
type: {
|
|
1389
2013
|
name: "String"
|
|
1390
2014
|
}
|
|
1391
2015
|
},
|
|
1392
|
-
|
|
1393
|
-
serializedName: "
|
|
2016
|
+
owner: {
|
|
2017
|
+
serializedName: "properties.owner",
|
|
2018
|
+
readOnly: true,
|
|
1394
2019
|
type: {
|
|
1395
2020
|
name: "String"
|
|
1396
2021
|
}
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
export const Operation: msRest.CompositeMapper = {
|
|
1403
|
-
serializedName: "Operation",
|
|
1404
|
-
type: {
|
|
1405
|
-
name: "Composite",
|
|
1406
|
-
className: "Operation",
|
|
1407
|
-
modelProperties: {
|
|
1408
|
-
name: {
|
|
1409
|
-
serializedName: "name",
|
|
2022
|
+
},
|
|
2023
|
+
additionalContentUrl: {
|
|
2024
|
+
serializedName: "properties.additionalContentUrl",
|
|
2025
|
+
readOnly: true,
|
|
1410
2026
|
type: {
|
|
1411
2027
|
name: "String"
|
|
1412
2028
|
}
|
|
1413
2029
|
},
|
|
1414
|
-
|
|
1415
|
-
serializedName: "
|
|
2030
|
+
metadata: {
|
|
2031
|
+
serializedName: "properties.metadata",
|
|
2032
|
+
readOnly: true,
|
|
1416
2033
|
type: {
|
|
1417
|
-
name: "
|
|
1418
|
-
|
|
2034
|
+
name: "Dictionary",
|
|
2035
|
+
value: { type: { name: "any" } }
|
|
1419
2036
|
}
|
|
1420
2037
|
}
|
|
1421
2038
|
}
|
|
1422
2039
|
}
|
|
1423
2040
|
};
|
|
1424
2041
|
|
|
1425
|
-
export const
|
|
1426
|
-
serializedName: "OperationsListResults",
|
|
2042
|
+
export const CheckRestrictionsRequest: coreClient.CompositeMapper = {
|
|
1427
2043
|
type: {
|
|
1428
2044
|
name: "Composite",
|
|
1429
|
-
className: "
|
|
2045
|
+
className: "CheckRestrictionsRequest",
|
|
1430
2046
|
modelProperties: {
|
|
1431
|
-
|
|
1432
|
-
serializedName: "
|
|
1433
|
-
constraints: {
|
|
1434
|
-
InclusiveMinimum: 1
|
|
1435
|
-
},
|
|
2047
|
+
resourceDetails: {
|
|
2048
|
+
serializedName: "resourceDetails",
|
|
1436
2049
|
type: {
|
|
1437
|
-
name: "
|
|
2050
|
+
name: "Composite",
|
|
2051
|
+
className: "CheckRestrictionsResourceDetails"
|
|
1438
2052
|
}
|
|
1439
2053
|
},
|
|
1440
|
-
|
|
1441
|
-
serializedName: "
|
|
2054
|
+
pendingFields: {
|
|
2055
|
+
serializedName: "pendingFields",
|
|
1442
2056
|
type: {
|
|
1443
2057
|
name: "Sequence",
|
|
1444
2058
|
element: {
|
|
1445
2059
|
type: {
|
|
1446
2060
|
name: "Composite",
|
|
1447
|
-
className: "
|
|
2061
|
+
className: "PendingField"
|
|
1448
2062
|
}
|
|
1449
2063
|
}
|
|
1450
2064
|
}
|
|
@@ -1453,158 +2067,270 @@ export const OperationsListResults: msRest.CompositeMapper = {
|
|
|
1453
2067
|
}
|
|
1454
2068
|
};
|
|
1455
2069
|
|
|
1456
|
-
export const
|
|
1457
|
-
serializedName: "PolicyMetadata",
|
|
2070
|
+
export const CheckRestrictionsResourceDetails: coreClient.CompositeMapper = {
|
|
1458
2071
|
type: {
|
|
1459
2072
|
name: "Composite",
|
|
1460
|
-
className: "
|
|
2073
|
+
className: "CheckRestrictionsResourceDetails",
|
|
1461
2074
|
modelProperties: {
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
2075
|
+
resourceContent: {
|
|
2076
|
+
serializedName: "resourceContent",
|
|
2077
|
+
required: true,
|
|
1465
2078
|
type: {
|
|
1466
|
-
name: "
|
|
2079
|
+
name: "Dictionary",
|
|
2080
|
+
value: { type: { name: "any" } }
|
|
1467
2081
|
}
|
|
1468
2082
|
},
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
serializedName: "properties.category",
|
|
2083
|
+
apiVersion: {
|
|
2084
|
+
serializedName: "apiVersion",
|
|
1472
2085
|
type: {
|
|
1473
2086
|
name: "String"
|
|
1474
2087
|
}
|
|
1475
2088
|
},
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
serializedName: "properties.title",
|
|
2089
|
+
scope: {
|
|
2090
|
+
serializedName: "scope",
|
|
1479
2091
|
type: {
|
|
1480
2092
|
name: "String"
|
|
1481
2093
|
}
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
2094
|
+
}
|
|
2095
|
+
}
|
|
2096
|
+
}
|
|
2097
|
+
};
|
|
2098
|
+
|
|
2099
|
+
export const PendingField: coreClient.CompositeMapper = {
|
|
2100
|
+
type: {
|
|
2101
|
+
name: "Composite",
|
|
2102
|
+
className: "PendingField",
|
|
2103
|
+
modelProperties: {
|
|
2104
|
+
field: {
|
|
2105
|
+
serializedName: "field",
|
|
2106
|
+
required: true,
|
|
1486
2107
|
type: {
|
|
1487
2108
|
name: "String"
|
|
1488
2109
|
}
|
|
1489
2110
|
},
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
serializedName: "properties.additionalContentUrl",
|
|
2111
|
+
values: {
|
|
2112
|
+
serializedName: "values",
|
|
1493
2113
|
type: {
|
|
1494
|
-
name: "
|
|
2114
|
+
name: "Sequence",
|
|
2115
|
+
element: {
|
|
2116
|
+
type: {
|
|
2117
|
+
name: "String"
|
|
2118
|
+
}
|
|
2119
|
+
}
|
|
1495
2120
|
}
|
|
1496
|
-
}
|
|
1497
|
-
|
|
2121
|
+
}
|
|
2122
|
+
}
|
|
2123
|
+
}
|
|
2124
|
+
};
|
|
2125
|
+
|
|
2126
|
+
export const CheckRestrictionsResult: coreClient.CompositeMapper = {
|
|
2127
|
+
type: {
|
|
2128
|
+
name: "Composite",
|
|
2129
|
+
className: "CheckRestrictionsResult",
|
|
2130
|
+
modelProperties: {
|
|
2131
|
+
fieldRestrictions: {
|
|
2132
|
+
serializedName: "fieldRestrictions",
|
|
1498
2133
|
readOnly: true,
|
|
1499
|
-
serializedName: "properties.metadata",
|
|
1500
2134
|
type: {
|
|
1501
|
-
name: "
|
|
2135
|
+
name: "Sequence",
|
|
2136
|
+
element: {
|
|
2137
|
+
type: {
|
|
2138
|
+
name: "Composite",
|
|
2139
|
+
className: "FieldRestrictions"
|
|
2140
|
+
}
|
|
2141
|
+
}
|
|
1502
2142
|
}
|
|
1503
2143
|
},
|
|
1504
|
-
|
|
2144
|
+
contentEvaluationResult: {
|
|
2145
|
+
serializedName: "contentEvaluationResult",
|
|
2146
|
+
type: {
|
|
2147
|
+
name: "Composite",
|
|
2148
|
+
className: "CheckRestrictionsResultContentEvaluationResult"
|
|
2149
|
+
}
|
|
2150
|
+
}
|
|
2151
|
+
}
|
|
2152
|
+
}
|
|
2153
|
+
};
|
|
2154
|
+
|
|
2155
|
+
export const FieldRestrictions: coreClient.CompositeMapper = {
|
|
2156
|
+
type: {
|
|
2157
|
+
name: "Composite",
|
|
2158
|
+
className: "FieldRestrictions",
|
|
2159
|
+
modelProperties: {
|
|
2160
|
+
field: {
|
|
2161
|
+
serializedName: "field",
|
|
1505
2162
|
readOnly: true,
|
|
1506
|
-
serializedName: "properties.description",
|
|
1507
2163
|
type: {
|
|
1508
2164
|
name: "String"
|
|
1509
2165
|
}
|
|
1510
2166
|
},
|
|
1511
|
-
|
|
2167
|
+
restrictions: {
|
|
2168
|
+
serializedName: "restrictions",
|
|
2169
|
+
type: {
|
|
2170
|
+
name: "Sequence",
|
|
2171
|
+
element: {
|
|
2172
|
+
type: {
|
|
2173
|
+
name: "Composite",
|
|
2174
|
+
className: "FieldRestriction"
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
}
|
|
2178
|
+
}
|
|
2179
|
+
}
|
|
2180
|
+
}
|
|
2181
|
+
};
|
|
2182
|
+
|
|
2183
|
+
export const FieldRestriction: coreClient.CompositeMapper = {
|
|
2184
|
+
type: {
|
|
2185
|
+
name: "Composite",
|
|
2186
|
+
className: "FieldRestriction",
|
|
2187
|
+
modelProperties: {
|
|
2188
|
+
result: {
|
|
2189
|
+
serializedName: "result",
|
|
1512
2190
|
readOnly: true,
|
|
1513
|
-
serializedName: "properties.requirements",
|
|
1514
2191
|
type: {
|
|
1515
2192
|
name: "String"
|
|
1516
2193
|
}
|
|
1517
2194
|
},
|
|
1518
|
-
|
|
2195
|
+
defaultValue: {
|
|
2196
|
+
serializedName: "defaultValue",
|
|
1519
2197
|
readOnly: true,
|
|
1520
|
-
serializedName: "id",
|
|
1521
2198
|
type: {
|
|
1522
2199
|
name: "String"
|
|
1523
2200
|
}
|
|
1524
2201
|
},
|
|
1525
|
-
|
|
2202
|
+
values: {
|
|
2203
|
+
serializedName: "values",
|
|
1526
2204
|
readOnly: true,
|
|
1527
|
-
serializedName: "type",
|
|
1528
2205
|
type: {
|
|
1529
|
-
name: "
|
|
2206
|
+
name: "Sequence",
|
|
2207
|
+
element: {
|
|
2208
|
+
type: {
|
|
2209
|
+
name: "String"
|
|
2210
|
+
}
|
|
2211
|
+
}
|
|
1530
2212
|
}
|
|
1531
2213
|
},
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
serializedName: "name",
|
|
2214
|
+
policy: {
|
|
2215
|
+
serializedName: "policy",
|
|
1535
2216
|
type: {
|
|
1536
|
-
name: "
|
|
2217
|
+
name: "Composite",
|
|
2218
|
+
className: "PolicyReference"
|
|
1537
2219
|
}
|
|
1538
2220
|
}
|
|
1539
2221
|
}
|
|
1540
2222
|
}
|
|
1541
2223
|
};
|
|
1542
2224
|
|
|
1543
|
-
export const
|
|
1544
|
-
serializedName: "SlimPolicyMetadata",
|
|
2225
|
+
export const PolicyReference: coreClient.CompositeMapper = {
|
|
1545
2226
|
type: {
|
|
1546
2227
|
name: "Composite",
|
|
1547
|
-
className: "
|
|
2228
|
+
className: "PolicyReference",
|
|
1548
2229
|
modelProperties: {
|
|
1549
|
-
|
|
2230
|
+
policyDefinitionId: {
|
|
2231
|
+
serializedName: "policyDefinitionId",
|
|
1550
2232
|
readOnly: true,
|
|
1551
|
-
serializedName: "properties.metadataId",
|
|
1552
2233
|
type: {
|
|
1553
2234
|
name: "String"
|
|
1554
2235
|
}
|
|
1555
2236
|
},
|
|
1556
|
-
|
|
2237
|
+
policySetDefinitionId: {
|
|
2238
|
+
serializedName: "policySetDefinitionId",
|
|
1557
2239
|
readOnly: true,
|
|
1558
|
-
serializedName: "properties.category",
|
|
1559
2240
|
type: {
|
|
1560
2241
|
name: "String"
|
|
1561
2242
|
}
|
|
1562
2243
|
},
|
|
1563
|
-
|
|
2244
|
+
policyDefinitionReferenceId: {
|
|
2245
|
+
serializedName: "policyDefinitionReferenceId",
|
|
1564
2246
|
readOnly: true,
|
|
1565
|
-
serializedName: "properties.title",
|
|
1566
2247
|
type: {
|
|
1567
2248
|
name: "String"
|
|
1568
2249
|
}
|
|
1569
2250
|
},
|
|
1570
|
-
|
|
2251
|
+
policyAssignmentId: {
|
|
2252
|
+
serializedName: "policyAssignmentId",
|
|
1571
2253
|
readOnly: true,
|
|
1572
|
-
serializedName: "properties.owner",
|
|
1573
2254
|
type: {
|
|
1574
2255
|
name: "String"
|
|
1575
2256
|
}
|
|
1576
|
-
}
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
2257
|
+
}
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
};
|
|
2261
|
+
|
|
2262
|
+
export const CheckRestrictionsResultContentEvaluationResult: coreClient.CompositeMapper = {
|
|
2263
|
+
type: {
|
|
2264
|
+
name: "Composite",
|
|
2265
|
+
className: "CheckRestrictionsResultContentEvaluationResult",
|
|
2266
|
+
modelProperties: {
|
|
2267
|
+
policyEvaluations: {
|
|
2268
|
+
serializedName: "policyEvaluations",
|
|
1580
2269
|
type: {
|
|
1581
|
-
name: "
|
|
2270
|
+
name: "Sequence",
|
|
2271
|
+
element: {
|
|
2272
|
+
type: {
|
|
2273
|
+
name: "Composite",
|
|
2274
|
+
className: "PolicyEvaluationResult"
|
|
2275
|
+
}
|
|
2276
|
+
}
|
|
1582
2277
|
}
|
|
1583
|
-
}
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
2280
|
+
}
|
|
2281
|
+
};
|
|
2282
|
+
|
|
2283
|
+
export const PolicyEvaluationResult: coreClient.CompositeMapper = {
|
|
2284
|
+
type: {
|
|
2285
|
+
name: "Composite",
|
|
2286
|
+
className: "PolicyEvaluationResult",
|
|
2287
|
+
modelProperties: {
|
|
2288
|
+
policyInfo: {
|
|
2289
|
+
serializedName: "policyInfo",
|
|
1587
2290
|
type: {
|
|
1588
|
-
name: "
|
|
2291
|
+
name: "Composite",
|
|
2292
|
+
className: "PolicyReference"
|
|
1589
2293
|
}
|
|
1590
2294
|
},
|
|
1591
|
-
|
|
2295
|
+
evaluationResult: {
|
|
2296
|
+
serializedName: "evaluationResult",
|
|
1592
2297
|
readOnly: true,
|
|
1593
|
-
serializedName: "id",
|
|
1594
2298
|
type: {
|
|
1595
2299
|
name: "String"
|
|
1596
2300
|
}
|
|
1597
2301
|
},
|
|
1598
|
-
|
|
2302
|
+
evaluationDetails: {
|
|
2303
|
+
serializedName: "evaluationDetails",
|
|
2304
|
+
type: {
|
|
2305
|
+
name: "Composite",
|
|
2306
|
+
className: "PolicyEvaluationDetails"
|
|
2307
|
+
}
|
|
2308
|
+
}
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
};
|
|
2312
|
+
|
|
2313
|
+
export const AttestationListResult: coreClient.CompositeMapper = {
|
|
2314
|
+
type: {
|
|
2315
|
+
name: "Composite",
|
|
2316
|
+
className: "AttestationListResult",
|
|
2317
|
+
modelProperties: {
|
|
2318
|
+
value: {
|
|
2319
|
+
serializedName: "value",
|
|
1599
2320
|
readOnly: true,
|
|
1600
|
-
serializedName: "type",
|
|
1601
2321
|
type: {
|
|
1602
|
-
name: "
|
|
2322
|
+
name: "Sequence",
|
|
2323
|
+
element: {
|
|
2324
|
+
type: {
|
|
2325
|
+
name: "Composite",
|
|
2326
|
+
className: "Attestation"
|
|
2327
|
+
}
|
|
2328
|
+
}
|
|
1603
2329
|
}
|
|
1604
2330
|
},
|
|
1605
|
-
|
|
2331
|
+
nextLink: {
|
|
2332
|
+
serializedName: "nextLink",
|
|
1606
2333
|
readOnly: true,
|
|
1607
|
-
serializedName: "name",
|
|
1608
2334
|
type: {
|
|
1609
2335
|
name: "String"
|
|
1610
2336
|
}
|
|
@@ -1613,47 +2339,49 @@ export const SlimPolicyMetadata: msRest.CompositeMapper = {
|
|
|
1613
2339
|
}
|
|
1614
2340
|
};
|
|
1615
2341
|
|
|
1616
|
-
export const
|
|
2342
|
+
export const AttestationEvidence: coreClient.CompositeMapper = {
|
|
1617
2343
|
type: {
|
|
1618
2344
|
name: "Composite",
|
|
1619
|
-
className: "
|
|
2345
|
+
className: "AttestationEvidence",
|
|
1620
2346
|
modelProperties: {
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
name: "Number"
|
|
1624
|
-
}
|
|
1625
|
-
},
|
|
1626
|
-
filter: {
|
|
2347
|
+
description: {
|
|
2348
|
+
serializedName: "description",
|
|
1627
2349
|
type: {
|
|
1628
2350
|
name: "String"
|
|
1629
2351
|
}
|
|
1630
2352
|
},
|
|
1631
|
-
|
|
2353
|
+
sourceUri: {
|
|
2354
|
+
serializedName: "sourceUri",
|
|
1632
2355
|
type: {
|
|
1633
2356
|
name: "String"
|
|
1634
2357
|
}
|
|
1635
|
-
}
|
|
1636
|
-
|
|
2358
|
+
}
|
|
2359
|
+
}
|
|
2360
|
+
}
|
|
2361
|
+
};
|
|
2362
|
+
|
|
2363
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
2364
|
+
type: {
|
|
2365
|
+
name: "Composite",
|
|
2366
|
+
className: "Resource",
|
|
2367
|
+
modelProperties: {
|
|
2368
|
+
id: {
|
|
2369
|
+
serializedName: "id",
|
|
2370
|
+
readOnly: true,
|
|
1637
2371
|
type: {
|
|
1638
2372
|
name: "String"
|
|
1639
2373
|
}
|
|
1640
2374
|
},
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
}
|
|
1645
|
-
},
|
|
1646
|
-
to: {
|
|
1647
|
-
type: {
|
|
1648
|
-
name: "DateTime"
|
|
1649
|
-
}
|
|
1650
|
-
},
|
|
1651
|
-
apply: {
|
|
2375
|
+
name: {
|
|
2376
|
+
serializedName: "name",
|
|
2377
|
+
readOnly: true,
|
|
1652
2378
|
type: {
|
|
1653
2379
|
name: "String"
|
|
1654
2380
|
}
|
|
1655
2381
|
},
|
|
1656
|
-
|
|
2382
|
+
type: {
|
|
2383
|
+
serializedName: "type",
|
|
2384
|
+
readOnly: true,
|
|
1657
2385
|
type: {
|
|
1658
2386
|
name: "String"
|
|
1659
2387
|
}
|
|
@@ -1662,88 +2390,94 @@ export const QueryOptions: msRest.CompositeMapper = {
|
|
|
1662
2390
|
}
|
|
1663
2391
|
};
|
|
1664
2392
|
|
|
1665
|
-
export const
|
|
1666
|
-
serializedName: "PolicyTrackedResourcesQueryResults",
|
|
2393
|
+
export const ErrorResponseAutoGenerated2: coreClient.CompositeMapper = {
|
|
1667
2394
|
type: {
|
|
1668
2395
|
name: "Composite",
|
|
1669
|
-
className: "
|
|
2396
|
+
className: "ErrorResponseAutoGenerated2",
|
|
1670
2397
|
modelProperties: {
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
serializedName: "",
|
|
1674
|
-
type: {
|
|
1675
|
-
name: "Sequence",
|
|
1676
|
-
element: {
|
|
1677
|
-
type: {
|
|
1678
|
-
name: "Composite",
|
|
1679
|
-
className: "PolicyTrackedResource"
|
|
1680
|
-
}
|
|
1681
|
-
}
|
|
1682
|
-
}
|
|
1683
|
-
},
|
|
1684
|
-
nextLink: {
|
|
1685
|
-
readOnly: true,
|
|
1686
|
-
serializedName: "nextLink",
|
|
2398
|
+
error: {
|
|
2399
|
+
serializedName: "error",
|
|
1687
2400
|
type: {
|
|
1688
|
-
name: "
|
|
2401
|
+
name: "Composite",
|
|
2402
|
+
className: "ErrorDefinitionAutoGenerated2"
|
|
1689
2403
|
}
|
|
1690
2404
|
}
|
|
1691
2405
|
}
|
|
1692
2406
|
}
|
|
1693
2407
|
};
|
|
1694
2408
|
|
|
1695
|
-
export const
|
|
1696
|
-
serializedName: "RemediationDeploymentsListResult",
|
|
2409
|
+
export const ErrorDefinitionAutoGenerated2: coreClient.CompositeMapper = {
|
|
1697
2410
|
type: {
|
|
1698
2411
|
name: "Composite",
|
|
1699
|
-
className: "
|
|
2412
|
+
className: "ErrorDefinitionAutoGenerated2",
|
|
1700
2413
|
modelProperties: {
|
|
1701
|
-
|
|
2414
|
+
code: {
|
|
2415
|
+
serializedName: "code",
|
|
2416
|
+
readOnly: true,
|
|
2417
|
+
type: {
|
|
2418
|
+
name: "String"
|
|
2419
|
+
}
|
|
2420
|
+
},
|
|
2421
|
+
message: {
|
|
2422
|
+
serializedName: "message",
|
|
2423
|
+
readOnly: true,
|
|
2424
|
+
type: {
|
|
2425
|
+
name: "String"
|
|
2426
|
+
}
|
|
2427
|
+
},
|
|
2428
|
+
target: {
|
|
2429
|
+
serializedName: "target",
|
|
2430
|
+
readOnly: true,
|
|
2431
|
+
type: {
|
|
2432
|
+
name: "String"
|
|
2433
|
+
}
|
|
2434
|
+
},
|
|
2435
|
+
details: {
|
|
2436
|
+
serializedName: "details",
|
|
1702
2437
|
readOnly: true,
|
|
1703
|
-
serializedName: "",
|
|
1704
2438
|
type: {
|
|
1705
2439
|
name: "Sequence",
|
|
1706
2440
|
element: {
|
|
1707
2441
|
type: {
|
|
1708
2442
|
name: "Composite",
|
|
1709
|
-
className: "
|
|
2443
|
+
className: "ErrorDefinitionAutoGenerated2"
|
|
1710
2444
|
}
|
|
1711
2445
|
}
|
|
1712
2446
|
}
|
|
1713
2447
|
},
|
|
1714
|
-
|
|
2448
|
+
additionalInfo: {
|
|
2449
|
+
serializedName: "additionalInfo",
|
|
1715
2450
|
readOnly: true,
|
|
1716
|
-
serializedName: "nextLink",
|
|
1717
2451
|
type: {
|
|
1718
|
-
name: "
|
|
2452
|
+
name: "Sequence",
|
|
2453
|
+
element: {
|
|
2454
|
+
type: {
|
|
2455
|
+
name: "Composite",
|
|
2456
|
+
className: "TypedErrorInfo"
|
|
2457
|
+
}
|
|
2458
|
+
}
|
|
1719
2459
|
}
|
|
1720
2460
|
}
|
|
1721
2461
|
}
|
|
1722
2462
|
}
|
|
1723
2463
|
};
|
|
1724
2464
|
|
|
1725
|
-
export const
|
|
1726
|
-
serializedName: "RemediationListResult",
|
|
2465
|
+
export const PolicyMetadataProperties: coreClient.CompositeMapper = {
|
|
1727
2466
|
type: {
|
|
1728
2467
|
name: "Composite",
|
|
1729
|
-
className: "
|
|
2468
|
+
className: "PolicyMetadataProperties",
|
|
1730
2469
|
modelProperties: {
|
|
1731
|
-
|
|
2470
|
+
...PolicyMetadataSlimProperties.type.modelProperties,
|
|
2471
|
+
description: {
|
|
2472
|
+
serializedName: "description",
|
|
1732
2473
|
readOnly: true,
|
|
1733
|
-
serializedName: "",
|
|
1734
2474
|
type: {
|
|
1735
|
-
name: "
|
|
1736
|
-
element: {
|
|
1737
|
-
type: {
|
|
1738
|
-
name: "Composite",
|
|
1739
|
-
className: "Remediation"
|
|
1740
|
-
}
|
|
1741
|
-
}
|
|
2475
|
+
name: "String"
|
|
1742
2476
|
}
|
|
1743
2477
|
},
|
|
1744
|
-
|
|
2478
|
+
requirements: {
|
|
2479
|
+
serializedName: "requirements",
|
|
1745
2480
|
readOnly: true,
|
|
1746
|
-
serializedName: "nextLink",
|
|
1747
2481
|
type: {
|
|
1748
2482
|
name: "String"
|
|
1749
2483
|
}
|
|
@@ -1752,31 +2486,81 @@ export const RemediationListResult: msRest.CompositeMapper = {
|
|
|
1752
2486
|
}
|
|
1753
2487
|
};
|
|
1754
2488
|
|
|
1755
|
-
export const
|
|
1756
|
-
serializedName: "PolicyMetadataCollection",
|
|
2489
|
+
export const Attestation: coreClient.CompositeMapper = {
|
|
1757
2490
|
type: {
|
|
1758
2491
|
name: "Composite",
|
|
1759
|
-
className: "
|
|
2492
|
+
className: "Attestation",
|
|
1760
2493
|
modelProperties: {
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
serializedName: "",
|
|
2494
|
+
...Resource.type.modelProperties,
|
|
2495
|
+
systemData: {
|
|
2496
|
+
serializedName: "systemData",
|
|
2497
|
+
type: {
|
|
2498
|
+
name: "Composite",
|
|
2499
|
+
className: "SystemData"
|
|
2500
|
+
}
|
|
2501
|
+
},
|
|
2502
|
+
policyAssignmentId: {
|
|
2503
|
+
serializedName: "properties.policyAssignmentId",
|
|
2504
|
+
required: true,
|
|
2505
|
+
type: {
|
|
2506
|
+
name: "String"
|
|
2507
|
+
}
|
|
2508
|
+
},
|
|
2509
|
+
policyDefinitionReferenceId: {
|
|
2510
|
+
serializedName: "properties.policyDefinitionReferenceId",
|
|
2511
|
+
type: {
|
|
2512
|
+
name: "String"
|
|
2513
|
+
}
|
|
2514
|
+
},
|
|
2515
|
+
complianceState: {
|
|
2516
|
+
serializedName: "properties.complianceState",
|
|
2517
|
+
type: {
|
|
2518
|
+
name: "String"
|
|
2519
|
+
}
|
|
2520
|
+
},
|
|
2521
|
+
expiresOn: {
|
|
2522
|
+
serializedName: "properties.expiresOn",
|
|
2523
|
+
type: {
|
|
2524
|
+
name: "DateTime"
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
owner: {
|
|
2528
|
+
serializedName: "properties.owner",
|
|
2529
|
+
type: {
|
|
2530
|
+
name: "String"
|
|
2531
|
+
}
|
|
2532
|
+
},
|
|
2533
|
+
comments: {
|
|
2534
|
+
serializedName: "properties.comments",
|
|
2535
|
+
type: {
|
|
2536
|
+
name: "String"
|
|
2537
|
+
}
|
|
2538
|
+
},
|
|
2539
|
+
evidence: {
|
|
2540
|
+
serializedName: "properties.evidence",
|
|
1764
2541
|
type: {
|
|
1765
2542
|
name: "Sequence",
|
|
1766
2543
|
element: {
|
|
1767
2544
|
type: {
|
|
1768
2545
|
name: "Composite",
|
|
1769
|
-
className: "
|
|
2546
|
+
className: "AttestationEvidence"
|
|
1770
2547
|
}
|
|
1771
2548
|
}
|
|
1772
2549
|
}
|
|
1773
2550
|
},
|
|
1774
|
-
|
|
2551
|
+
provisioningState: {
|
|
2552
|
+
serializedName: "properties.provisioningState",
|
|
1775
2553
|
readOnly: true,
|
|
1776
|
-
serializedName: "nextLink",
|
|
1777
2554
|
type: {
|
|
1778
2555
|
name: "String"
|
|
1779
2556
|
}
|
|
2557
|
+
},
|
|
2558
|
+
lastComplianceStateChangeAt: {
|
|
2559
|
+
serializedName: "properties.lastComplianceStateChangeAt",
|
|
2560
|
+
readOnly: true,
|
|
2561
|
+
type: {
|
|
2562
|
+
name: "DateTime"
|
|
2563
|
+
}
|
|
1780
2564
|
}
|
|
1781
2565
|
}
|
|
1782
2566
|
}
|