@@ -2727,6 +2727,11 @@ public enum Components {
2727
2727
}
2728
2728
/// - Remark: Generated from `#/components/schemas/security-and-analysis`.
2729
2729
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
+ ///
2730
2735
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
2731
2736
public struct AdvancedSecurityPayload : Codable , Hashable , Sendable {
2732
2737
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security/status`.
@@ -2747,6 +2752,11 @@ public enum Components {
2747
2752
case status
2748
2753
}
2749
2754
}
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
+ ///
2750
2760
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
2751
2761
public var advancedSecurity : Components . Schemas . SecurityAndAnalysis . AdvancedSecurityPayload ?
2752
2762
/// - Remark: Generated from `#/components/schemas/security-and-analysis/code_security`.
@@ -2892,7 +2902,7 @@ public enum Components {
2892
2902
/// Creates a new `SecurityAndAnalysis`.
2893
2903
///
2894
2904
/// - Parameters:
2895
- /// - advancedSecurity:
2905
+ /// - advancedSecurity: Enable or disable GitHub Advanced Security for the repository.
2896
2906
/// - codeSecurity:
2897
2907
/// - dependabotSecurityUpdates: Enable or disable Dependabot security updates for the repository.
2898
2908
/// - secretScanning:
0 commit comments