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