@@ -2095,6 +2095,11 @@ public enum Components {
20952095 }
20962096 /// - Remark: Generated from `#/components/schemas/security-and-analysis`.
20972097 public struct SecurityAndAnalysis : Codable , Hashable , Sendable {
2098+ /// Enable or disable GitHub Advanced Security for the repository.
2099+ ///
2100+ /// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
2101+ ///
2102+ ///
20982103 /// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
20992104 public struct AdvancedSecurityPayload : Codable , Hashable , Sendable {
21002105 /// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security/status`.
@@ -2115,6 +2120,11 @@ public enum Components {
21152120 case status
21162121 }
21172122 }
2123+ /// Enable or disable GitHub Advanced Security for the repository.
2124+ ///
2125+ /// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
2126+ ///
2127+ ///
21182128 /// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
21192129 public var advancedSecurity : Components . Schemas . SecurityAndAnalysis . AdvancedSecurityPayload ?
21202130 /// - Remark: Generated from `#/components/schemas/security-and-analysis/code_security`.
@@ -2260,7 +2270,7 @@ public enum Components {
22602270 /// Creates a new `SecurityAndAnalysis`.
22612271 ///
22622272 /// - Parameters:
2263- /// - advancedSecurity:
2273+ /// - advancedSecurity: Enable or disable GitHub Advanced Security for the repository.
22642274 /// - codeSecurity:
22652275 /// - dependabotSecurityUpdates: Enable or disable Dependabot security updates for the repository.
22662276 /// - secretScanning:
0 commit comments