@@ -2727,6 +2727,11 @@ public enum Components {
27272727 }
27282728 /// - Remark: Generated from `#/components/schemas/security-and-analysis`.
27292729 public struct SecurityAndAnalysis : Codable , Hashable , Sendable {
2730+ /// Enable or disable GitHub Advanced Security for the repository.
2731+ ///
2732+ /// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
2733+ ///
2734+ ///
27302735 /// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
27312736 public struct AdvancedSecurityPayload : Codable , Hashable , Sendable {
27322737 /// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security/status`.
@@ -2747,6 +2752,11 @@ public enum Components {
27472752 case status
27482753 }
27492754 }
2755+ /// Enable or disable GitHub Advanced Security for the repository.
2756+ ///
2757+ /// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
2758+ ///
2759+ ///
27502760 /// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
27512761 public var advancedSecurity : Components . Schemas . SecurityAndAnalysis . AdvancedSecurityPayload ?
27522762 /// - Remark: Generated from `#/components/schemas/security-and-analysis/code_security`.
@@ -2892,7 +2902,7 @@ public enum Components {
28922902 /// Creates a new `SecurityAndAnalysis`.
28932903 ///
28942904 /// - Parameters:
2895- /// - advancedSecurity:
2905+ /// - advancedSecurity: Enable or disable GitHub Advanced Security for the repository.
28962906 /// - codeSecurity:
28972907 /// - dependabotSecurityUpdates: Enable or disable Dependabot security updates for the repository.
28982908 /// - secretScanning:
0 commit comments