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