Documentation
¶
Index ¶
- func ParseWithConfiguration_PatchRequestBody_advanced_security(v string) (any, error)
- func ParseWithConfiguration_PatchRequestBody_code_scanning_default_setup(v string) (any, error)
- func ParseWithConfiguration_PatchRequestBody_dependabot_alerts(v string) (any, error)
- func ParseWithConfiguration_PatchRequestBody_dependabot_security_updates(v string) (any, error)
- func ParseWithConfiguration_PatchRequestBody_dependency_graph(v string) (any, error)
- func ParseWithConfiguration_PatchRequestBody_private_vulnerability_reporting(v string) (any, error)
- func ParseWithConfiguration_PatchRequestBody_secret_scanning(v string) (any, error)
- func ParseWithConfiguration_PatchRequestBody_secret_scanning_push_protection(v string) (any, error)
- func SerializeWithConfiguration_PatchRequestBody_advanced_security(values []WithConfiguration_PatchRequestBody_advanced_security) []string
- func SerializeWithConfiguration_PatchRequestBody_code_scanning_default_setup(values []WithConfiguration_PatchRequestBody_code_scanning_default_setup) []string
- func SerializeWithConfiguration_PatchRequestBody_dependabot_alerts(values []WithConfiguration_PatchRequestBody_dependabot_alerts) []string
- func SerializeWithConfiguration_PatchRequestBody_dependabot_security_updates(values []WithConfiguration_PatchRequestBody_dependabot_security_updates) []string
- func SerializeWithConfiguration_PatchRequestBody_dependency_graph(values []WithConfiguration_PatchRequestBody_dependency_graph) []string
- func SerializeWithConfiguration_PatchRequestBody_private_vulnerability_reporting(values []WithConfiguration_PatchRequestBody_private_vulnerability_reporting) []string
- func SerializeWithConfiguration_PatchRequestBody_secret_scanning(values []WithConfiguration_PatchRequestBody_secret_scanning) []string
- func SerializeWithConfiguration_PatchRequestBody_secret_scanning_push_protection(values []WithConfiguration_PatchRequestBody_secret_scanning_push_protection) []string
- type WithConfiguration_PatchRequestBody_advanced_security
- type WithConfiguration_PatchRequestBody_code_scanning_default_setup
- type WithConfiguration_PatchRequestBody_dependabot_alerts
- type WithConfiguration_PatchRequestBody_dependabot_security_updates
- type WithConfiguration_PatchRequestBody_dependency_graph
- type WithConfiguration_PatchRequestBody_private_vulnerability_reporting
- type WithConfiguration_PatchRequestBody_secret_scanning
- type WithConfiguration_PatchRequestBody_secret_scanning_push_protection
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeWithConfiguration_PatchRequestBody_advanced_security ¶
func SerializeWithConfiguration_PatchRequestBody_advanced_security(values []WithConfiguration_PatchRequestBody_advanced_security) []string
func SerializeWithConfiguration_PatchRequestBody_code_scanning_default_setup ¶
func SerializeWithConfiguration_PatchRequestBody_code_scanning_default_setup(values []WithConfiguration_PatchRequestBody_code_scanning_default_setup) []string
func SerializeWithConfiguration_PatchRequestBody_dependabot_alerts ¶
func SerializeWithConfiguration_PatchRequestBody_dependabot_alerts(values []WithConfiguration_PatchRequestBody_dependabot_alerts) []string
func SerializeWithConfiguration_PatchRequestBody_dependabot_security_updates ¶
func SerializeWithConfiguration_PatchRequestBody_dependabot_security_updates(values []WithConfiguration_PatchRequestBody_dependabot_security_updates) []string
func SerializeWithConfiguration_PatchRequestBody_dependency_graph ¶
func SerializeWithConfiguration_PatchRequestBody_dependency_graph(values []WithConfiguration_PatchRequestBody_dependency_graph) []string
func SerializeWithConfiguration_PatchRequestBody_private_vulnerability_reporting ¶
func SerializeWithConfiguration_PatchRequestBody_private_vulnerability_reporting(values []WithConfiguration_PatchRequestBody_private_vulnerability_reporting) []string
func SerializeWithConfiguration_PatchRequestBody_secret_scanning ¶
func SerializeWithConfiguration_PatchRequestBody_secret_scanning(values []WithConfiguration_PatchRequestBody_secret_scanning) []string
func SerializeWithConfiguration_PatchRequestBody_secret_scanning_push_protection ¶
func SerializeWithConfiguration_PatchRequestBody_secret_scanning_push_protection(values []WithConfiguration_PatchRequestBody_secret_scanning_push_protection) []string
Types ¶
type WithConfiguration_PatchRequestBody_advanced_security ¶
type WithConfiguration_PatchRequestBody_advanced_security int
The enablement status of GitHub Advanced Security
const ( ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_ADVANCED_SECURITY WithConfiguration_PatchRequestBody_advanced_security = iota DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_ADVANCED_SECURITY )
func (WithConfiguration_PatchRequestBody_advanced_security) String ¶
func (i WithConfiguration_PatchRequestBody_advanced_security) String() string
type WithConfiguration_PatchRequestBody_code_scanning_default_setup ¶
type WithConfiguration_PatchRequestBody_code_scanning_default_setup int
The enablement status of code scanning default setup
const ( ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_CODE_SCANNING_DEFAULT_SETUP WithConfiguration_PatchRequestBody_code_scanning_default_setup = iota DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_CODE_SCANNING_DEFAULT_SETUP NOT_SET_WITHCONFIGURATION_PATCHREQUESTBODY_CODE_SCANNING_DEFAULT_SETUP )
func (WithConfiguration_PatchRequestBody_code_scanning_default_setup) String ¶
func (i WithConfiguration_PatchRequestBody_code_scanning_default_setup) String() string
type WithConfiguration_PatchRequestBody_dependabot_alerts ¶
type WithConfiguration_PatchRequestBody_dependabot_alerts int
The enablement status of Dependabot alerts
const ( ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDABOT_ALERTS WithConfiguration_PatchRequestBody_dependabot_alerts = iota DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDABOT_ALERTS NOT_SET_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDABOT_ALERTS )
func (WithConfiguration_PatchRequestBody_dependabot_alerts) String ¶
func (i WithConfiguration_PatchRequestBody_dependabot_alerts) String() string
type WithConfiguration_PatchRequestBody_dependabot_security_updates ¶
type WithConfiguration_PatchRequestBody_dependabot_security_updates int
The enablement status of Dependabot security updates
const ( ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDABOT_SECURITY_UPDATES WithConfiguration_PatchRequestBody_dependabot_security_updates = iota DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDABOT_SECURITY_UPDATES NOT_SET_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDABOT_SECURITY_UPDATES )
func (WithConfiguration_PatchRequestBody_dependabot_security_updates) String ¶
func (i WithConfiguration_PatchRequestBody_dependabot_security_updates) String() string
type WithConfiguration_PatchRequestBody_dependency_graph ¶
type WithConfiguration_PatchRequestBody_dependency_graph int
The enablement status of Dependency Graph
const ( ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDENCY_GRAPH WithConfiguration_PatchRequestBody_dependency_graph = iota DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDENCY_GRAPH NOT_SET_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDENCY_GRAPH )
func (WithConfiguration_PatchRequestBody_dependency_graph) String ¶
func (i WithConfiguration_PatchRequestBody_dependency_graph) String() string
type WithConfiguration_PatchRequestBody_private_vulnerability_reporting ¶
type WithConfiguration_PatchRequestBody_private_vulnerability_reporting int
The enablement status of private vulnerability reporting
const ( ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_PRIVATE_VULNERABILITY_REPORTING WithConfiguration_PatchRequestBody_private_vulnerability_reporting = iota DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_PRIVATE_VULNERABILITY_REPORTING NOT_SET_WITHCONFIGURATION_PATCHREQUESTBODY_PRIVATE_VULNERABILITY_REPORTING )
func (WithConfiguration_PatchRequestBody_private_vulnerability_reporting) String ¶
func (i WithConfiguration_PatchRequestBody_private_vulnerability_reporting) String() string
type WithConfiguration_PatchRequestBody_secret_scanning ¶
type WithConfiguration_PatchRequestBody_secret_scanning int
The enablement status of secret scanning
const ( ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_SECRET_SCANNING WithConfiguration_PatchRequestBody_secret_scanning = iota DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_SECRET_SCANNING NOT_SET_WITHCONFIGURATION_PATCHREQUESTBODY_SECRET_SCANNING )
func (WithConfiguration_PatchRequestBody_secret_scanning) String ¶
func (i WithConfiguration_PatchRequestBody_secret_scanning) String() string
type WithConfiguration_PatchRequestBody_secret_scanning_push_protection ¶
type WithConfiguration_PatchRequestBody_secret_scanning_push_protection int
The enablement status of secret scanning push protection
const ( ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_SECRET_SCANNING_PUSH_PROTECTION WithConfiguration_PatchRequestBody_secret_scanning_push_protection = iota DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_SECRET_SCANNING_PUSH_PROTECTION NOT_SET_WITHCONFIGURATION_PATCHREQUESTBODY_SECRET_SCANNING_PUSH_PROTECTION )
func (WithConfiguration_PatchRequestBody_secret_scanning_push_protection) String ¶
func (i WithConfiguration_PatchRequestBody_secret_scanning_push_protection) String() string
Source Files
¶
- with_configuration_patch_request_body_advanced_security.go
- with_configuration_patch_request_body_code_scanning_default_setup.go
- with_configuration_patch_request_body_dependabot_alerts.go
- with_configuration_patch_request_body_dependabot_security_updates.go
- with_configuration_patch_request_body_dependency_graph.go
- with_configuration_patch_request_body_private_vulnerability_reporting.go
- with_configuration_patch_request_body_secret_scanning.go
- with_configuration_patch_request_body_secret_scanning_push_protection.go
Click to show internal directories.
Click to hide internal directories.