Skip to content

Commit 8f849f3

Browse files
Commit via running: make Sources/teams
1 parent 1a9808d commit 8f849f3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Sources/teams/Types.swift

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2611,6 +2611,11 @@ public enum Components {
26112611
}
26122612
/// - Remark: Generated from `#/components/schemas/security-and-analysis`.
26132613
public struct SecurityAndAnalysis: Codable, Hashable, Sendable {
2614+
/// Enable or disable GitHub Advanced Security for the repository.
2615+
///
2616+
/// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
2617+
///
2618+
///
26142619
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
26152620
public struct AdvancedSecurityPayload: Codable, Hashable, Sendable {
26162621
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security/status`.
@@ -2631,6 +2636,11 @@ public enum Components {
26312636
case status
26322637
}
26332638
}
2639+
/// Enable or disable GitHub Advanced Security for the repository.
2640+
///
2641+
/// For standalone Code Scanning or Secret Protection products, this parameter cannot be used.
2642+
///
2643+
///
26342644
/// - Remark: Generated from `#/components/schemas/security-and-analysis/advanced_security`.
26352645
public var advancedSecurity: Components.Schemas.SecurityAndAnalysis.AdvancedSecurityPayload?
26362646
/// - Remark: Generated from `#/components/schemas/security-and-analysis/code_security`.
@@ -2776,7 +2786,7 @@ public enum Components {
27762786
/// Creates a new `SecurityAndAnalysis`.
27772787
///
27782788
/// - Parameters:
2779-
/// - advancedSecurity:
2789+
/// - advancedSecurity: Enable or disable GitHub Advanced Security for the repository.
27802790
/// - codeSecurity:
27812791
/// - dependabotSecurityUpdates: Enable or disable Dependabot security updates for the repository.
27822792
/// - secretScanning:

0 commit comments

Comments
 (0)