Skip to content

Commit 5dd1100

Browse files
Commit via running: make Sources/codespaces
1 parent 8f849f3 commit 5dd1100

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Sources/codespaces/Types.swift

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2776,6 +2776,11 @@ public enum Components {
27762776
}
27772777
/// - Remark: Generated from `#/components/schemas/security-and-analysis`.
27782778
public struct SecurityAndAnalysis: Codable, Hashable, Sendable {
2779+
/// Enable or disable GitHub Advanced Security for the repository.
2780+
///
2781+
/// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
2782+
///
2783+
///
27792784
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
27802785
public struct AdvancedSecurityPayload: Codable, Hashable, Sendable {
27812786
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security/status`.
@@ -2796,6 +2801,11 @@ public enum Components {
27962801
case status
27972802
}
27982803
}
2804+
/// Enable or disable GitHub Advanced Security for the repository.
2805+
///
2806+
/// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
2807+
///
2808+
///
27992809
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
28002810
public var advancedSecurity: Components.Schemas.SecurityAndAnalysis.AdvancedSecurityPayload?
28012811
/// - Remark: Generated from `#/components/schemas/security-and-analysis/code_security`.
@@ -2941,7 +2951,7 @@ public enum Components {
29412951
/// Creates a new `SecurityAndAnalysis`.
29422952
///
29432953
/// - Parameters:
2944-
/// - advancedSecurity:
2954+
/// - advancedSecurity: Enable or disable GitHub Advanced Security for the repository.
29452955
/// - codeSecurity:
29462956
/// - dependabotSecurityUpdates: Enable or disable Dependabot security updates for the repository.
29472957
/// - secretScanning:

0 commit comments

Comments
 (0)