@@ -2264,6 +2264,11 @@ public enum Components {
2264
2264
}
2265
2265
/// - Remark: Generated from `#/components/schemas/security-and-analysis`.
2266
2266
public struct SecurityAndAnalysis : Codable , Hashable , Sendable {
2267
+ /// Enable or disable GitHub Advanced Security for the repository.
2268
+ ///
2269
+ /// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
2270
+ ///
2271
+ ///
2267
2272
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
2268
2273
public struct AdvancedSecurityPayload : Codable , Hashable , Sendable {
2269
2274
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security/status`.
@@ -2284,6 +2289,11 @@ public enum Components {
2284
2289
case status
2285
2290
}
2286
2291
}
2292
+ /// Enable or disable GitHub Advanced Security for the repository.
2293
+ ///
2294
+ /// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
2295
+ ///
2296
+ ///
2287
2297
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
2288
2298
public var advancedSecurity : Components . Schemas . SecurityAndAnalysis . AdvancedSecurityPayload ?
2289
2299
/// - Remark: Generated from `#/components/schemas/security-and-analysis/code_security`.
@@ -2429,7 +2439,7 @@ public enum Components {
2429
2439
/// Creates a new `SecurityAndAnalysis`.
2430
2440
///
2431
2441
/// - Parameters:
2432
- /// - advancedSecurity:
2442
+ /// - advancedSecurity: Enable or disable GitHub Advanced Security for the repository.
2433
2443
/// - codeSecurity:
2434
2444
/// - dependabotSecurityUpdates: Enable or disable Dependabot security updates for the repository.
2435
2445
/// - secretScanning:
0 commit comments