@@ -1206,6 +1206,11 @@ public enum Components {
12061206 }
12071207 /// - Remark: Generated from `#/components/schemas/security-and-analysis`.
12081208 public struct SecurityAndAnalysis : Codable , Hashable , Sendable {
1209+ /// Enable or disable GitHub Advanced Security for the repository.
1210+ ///
1211+ /// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
1212+ ///
1213+ ///
12091214 /// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
12101215 public struct AdvancedSecurityPayload : Codable , Hashable , Sendable {
12111216 /// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security/status`.
@@ -1226,6 +1231,11 @@ public enum Components {
12261231 case status
12271232 }
12281233 }
1234+ /// Enable or disable GitHub Advanced Security for the repository.
1235+ ///
1236+ /// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
1237+ ///
1238+ ///
12291239 /// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
12301240 public var advancedSecurity : Components . Schemas . SecurityAndAnalysis . AdvancedSecurityPayload ?
12311241 /// - Remark: Generated from `#/components/schemas/security-and-analysis/code_security`.
@@ -1371,7 +1381,7 @@ public enum Components {
13711381 /// Creates a new `SecurityAndAnalysis`.
13721382 ///
13731383 /// - Parameters:
1374- /// - advancedSecurity:
1384+ /// - advancedSecurity: Enable or disable GitHub Advanced Security for the repository.
13751385 /// - codeSecurity:
13761386 /// - dependabotSecurityUpdates: Enable or disable Dependabot security updates for the repository.
13771387 /// - secretScanning:
0 commit comments