@@ -1050,6 +1050,16 @@ public enum Components {
1050
1050
///
1051
1051
/// - Remark: Generated from `#/components/schemas/organization-secret-scanning-alert/push_protection_bypassed_at`.
1052
1052
public var push_protection_bypassed_at : Foundation . Date ?
1053
+ /// - Remark: Generated from `#/components/schemas/organization-secret-scanning-alert/push_protection_bypass_request_reviewer`.
1054
+ public var push_protection_bypass_request_reviewer : Components . Schemas . nullable_hyphen_simple_hyphen_user ?
1055
+ /// An optional comment when requesting a push protection bypass.
1056
+ ///
1057
+ /// - Remark: Generated from `#/components/schemas/organization-secret-scanning-alert/push_protection_bypass_request_comment`.
1058
+ public var push_protection_bypass_request_comment : Swift . String ?
1059
+ /// The URL to a push protection bypass request.
1060
+ ///
1061
+ /// - Remark: Generated from `#/components/schemas/organization-secret-scanning-alert/push_protection_bypass_request_html_url`.
1062
+ public var push_protection_bypass_request_html_url : Swift . String ?
1053
1063
/// The comment that was optionally added when this alert was closed
1054
1064
///
1055
1065
/// - Remark: Generated from `#/components/schemas/organization-secret-scanning-alert/resolution_comment`.
@@ -1094,6 +1104,9 @@ public enum Components {
1094
1104
/// - push_protection_bypassed: Whether push protection was bypassed for the detected secret.
1095
1105
/// - push_protection_bypassed_by:
1096
1106
/// - push_protection_bypassed_at: The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.
1107
+ /// - push_protection_bypass_request_reviewer:
1108
+ /// - push_protection_bypass_request_comment: An optional comment when requesting a push protection bypass.
1109
+ /// - push_protection_bypass_request_html_url: The URL to a push protection bypass request.
1097
1110
/// - resolution_comment: The comment that was optionally added when this alert was closed
1098
1111
/// - validity: The token status as of the latest validity check.
1099
1112
/// - publicly_leaked: Whether the secret was publicly leaked.
@@ -1116,6 +1129,9 @@ public enum Components {
1116
1129
push_protection_bypassed: Swift . Bool ? = nil ,
1117
1130
push_protection_bypassed_by: Components . Schemas . nullable_hyphen_simple_hyphen_user ? = nil ,
1118
1131
push_protection_bypassed_at: Foundation . Date ? = nil ,
1132
+ push_protection_bypass_request_reviewer: Components . Schemas . nullable_hyphen_simple_hyphen_user ? = nil ,
1133
+ push_protection_bypass_request_comment: Swift . String ? = nil ,
1134
+ push_protection_bypass_request_html_url: Swift . String ? = nil ,
1119
1135
resolution_comment: Swift . String ? = nil ,
1120
1136
validity: Components . Schemas . organization_hyphen_secret_hyphen_scanning_hyphen_alert . validityPayload ? = nil ,
1121
1137
publicly_leaked: Swift . Bool ? = nil ,
@@ -1138,6 +1154,9 @@ public enum Components {
1138
1154
self . push_protection_bypassed = push_protection_bypassed
1139
1155
self . push_protection_bypassed_by = push_protection_bypassed_by
1140
1156
self . push_protection_bypassed_at = push_protection_bypassed_at
1157
+ self . push_protection_bypass_request_reviewer = push_protection_bypass_request_reviewer
1158
+ self . push_protection_bypass_request_comment = push_protection_bypass_request_comment
1159
+ self . push_protection_bypass_request_html_url = push_protection_bypass_request_html_url
1141
1160
self . resolution_comment = resolution_comment
1142
1161
self . validity = validity
1143
1162
self . publicly_leaked = publicly_leaked
@@ -1161,6 +1180,9 @@ public enum Components {
1161
1180
case push_protection_bypassed
1162
1181
case push_protection_bypassed_by
1163
1182
case push_protection_bypassed_at
1183
+ case push_protection_bypass_request_reviewer
1184
+ case push_protection_bypass_request_comment
1185
+ case push_protection_bypass_request_html_url
1164
1186
case resolution_comment
1165
1187
case validity
1166
1188
case publicly_leaked
@@ -1224,6 +1246,16 @@ public enum Components {
1224
1246
///
1225
1247
/// - Remark: Generated from `#/components/schemas/secret-scanning-alert/push_protection_bypassed_at`.
1226
1248
public var push_protection_bypassed_at : Foundation . Date ?
1249
+ /// - Remark: Generated from `#/components/schemas/secret-scanning-alert/push_protection_bypass_request_reviewer`.
1250
+ public var push_protection_bypass_request_reviewer : Components . Schemas . nullable_hyphen_simple_hyphen_user ?
1251
+ /// An optional comment when requesting a push protection bypass.
1252
+ ///
1253
+ /// - Remark: Generated from `#/components/schemas/secret-scanning-alert/push_protection_bypass_request_comment`.
1254
+ public var push_protection_bypass_request_comment : Swift . String ?
1255
+ /// The URL to a push protection bypass request.
1256
+ ///
1257
+ /// - Remark: Generated from `#/components/schemas/secret-scanning-alert/push_protection_bypass_request_html_url`.
1258
+ public var push_protection_bypass_request_html_url : Swift . String ?
1227
1259
/// The token status as of the latest validity check.
1228
1260
///
1229
1261
/// - Remark: Generated from `#/components/schemas/secret-scanning-alert/validity`.
@@ -1264,6 +1296,9 @@ public enum Components {
1264
1296
/// - push_protection_bypassed: Whether push protection was bypassed for the detected secret.
1265
1297
/// - push_protection_bypassed_by:
1266
1298
/// - push_protection_bypassed_at: The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.
1299
+ /// - push_protection_bypass_request_reviewer:
1300
+ /// - push_protection_bypass_request_comment: An optional comment when requesting a push protection bypass.
1301
+ /// - push_protection_bypass_request_html_url: The URL to a push protection bypass request.
1267
1302
/// - validity: The token status as of the latest validity check.
1268
1303
/// - publicly_leaked: Whether the detected secret was publicly leaked.
1269
1304
/// - multi_repo: Whether the detected secret was found in multiple repositories under the same organization or enterprise.
@@ -1285,6 +1320,9 @@ public enum Components {
1285
1320
push_protection_bypassed: Swift . Bool ? = nil ,
1286
1321
push_protection_bypassed_by: Components . Schemas . nullable_hyphen_simple_hyphen_user ? = nil ,
1287
1322
push_protection_bypassed_at: Foundation . Date ? = nil ,
1323
+ push_protection_bypass_request_reviewer: Components . Schemas . nullable_hyphen_simple_hyphen_user ? = nil ,
1324
+ push_protection_bypass_request_comment: Swift . String ? = nil ,
1325
+ push_protection_bypass_request_html_url: Swift . String ? = nil ,
1288
1326
validity: Components . Schemas . secret_hyphen_scanning_hyphen_alert . validityPayload ? = nil ,
1289
1327
publicly_leaked: Swift . Bool ? = nil ,
1290
1328
multi_repo: Swift . Bool ? = nil
@@ -1306,6 +1344,9 @@ public enum Components {
1306
1344
self . push_protection_bypassed = push_protection_bypassed
1307
1345
self . push_protection_bypassed_by = push_protection_bypassed_by
1308
1346
self . push_protection_bypassed_at = push_protection_bypassed_at
1347
+ self . push_protection_bypass_request_reviewer = push_protection_bypass_request_reviewer
1348
+ self . push_protection_bypass_request_comment = push_protection_bypass_request_comment
1349
+ self . push_protection_bypass_request_html_url = push_protection_bypass_request_html_url
1309
1350
self . validity = validity
1310
1351
self . publicly_leaked = publicly_leaked
1311
1352
self . multi_repo = multi_repo
@@ -1328,6 +1369,9 @@ public enum Components {
1328
1369
case push_protection_bypassed
1329
1370
case push_protection_bypassed_by
1330
1371
case push_protection_bypassed_at
1372
+ case push_protection_bypass_request_reviewer
1373
+ case push_protection_bypass_request_comment
1374
+ case push_protection_bypass_request_html_url
1331
1375
case validity
1332
1376
case publicly_leaked
1333
1377
case multi_repo
0 commit comments