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