Documentation
¶
Index ¶
- func ParseConfigurationsPostRequestBody_advanced_security(v string) (any, error)
- func ParseConfigurationsPostRequestBody_code_scanning_default_setup(v string) (any, error)
- func ParseConfigurationsPostRequestBody_dependabot_alerts(v string) (any, error)
- func ParseConfigurationsPostRequestBody_dependabot_security_updates(v string) (any, error)
- func ParseConfigurationsPostRequestBody_dependency_graph(v string) (any, error)
- func ParseConfigurationsPostRequestBody_private_vulnerability_reporting(v string) (any, error)
- func ParseConfigurationsPostRequestBody_secret_scanning(v string) (any, error)
- func ParseConfigurationsPostRequestBody_secret_scanning_push_protection(v string) (any, error)
- func ParseGetTarget_typeQueryParameterType(v string) (any, error)
- func SerializeConfigurationsPostRequestBody_advanced_security(values []ConfigurationsPostRequestBody_advanced_security) []string
- func SerializeConfigurationsPostRequestBody_code_scanning_default_setup(values []ConfigurationsPostRequestBody_code_scanning_default_setup) []string
- func SerializeConfigurationsPostRequestBody_dependabot_alerts(values []ConfigurationsPostRequestBody_dependabot_alerts) []string
- func SerializeConfigurationsPostRequestBody_dependabot_security_updates(values []ConfigurationsPostRequestBody_dependabot_security_updates) []string
- func SerializeConfigurationsPostRequestBody_dependency_graph(values []ConfigurationsPostRequestBody_dependency_graph) []string
- func SerializeConfigurationsPostRequestBody_private_vulnerability_reporting(values []ConfigurationsPostRequestBody_private_vulnerability_reporting) []string
- func SerializeConfigurationsPostRequestBody_secret_scanning(values []ConfigurationsPostRequestBody_secret_scanning) []string
- func SerializeConfigurationsPostRequestBody_secret_scanning_push_protection(values []ConfigurationsPostRequestBody_secret_scanning_push_protection) []string
- func SerializeGetTarget_typeQueryParameterType(values []GetTarget_typeQueryParameterType) []string
- type ConfigurationsPostRequestBody_advanced_security
- type ConfigurationsPostRequestBody_code_scanning_default_setup
- type ConfigurationsPostRequestBody_dependabot_alerts
- type ConfigurationsPostRequestBody_dependabot_security_updates
- type ConfigurationsPostRequestBody_dependency_graph
- type ConfigurationsPostRequestBody_private_vulnerability_reporting
- type ConfigurationsPostRequestBody_secret_scanning
- type ConfigurationsPostRequestBody_secret_scanning_push_protection
- type GetTarget_typeQueryParameterType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeConfigurationsPostRequestBody_advanced_security ¶
func SerializeConfigurationsPostRequestBody_advanced_security(values []ConfigurationsPostRequestBody_advanced_security) []string
func SerializeConfigurationsPostRequestBody_code_scanning_default_setup ¶
func SerializeConfigurationsPostRequestBody_code_scanning_default_setup(values []ConfigurationsPostRequestBody_code_scanning_default_setup) []string
func SerializeConfigurationsPostRequestBody_dependabot_alerts ¶
func SerializeConfigurationsPostRequestBody_dependabot_alerts(values []ConfigurationsPostRequestBody_dependabot_alerts) []string
func SerializeConfigurationsPostRequestBody_dependabot_security_updates ¶
func SerializeConfigurationsPostRequestBody_dependabot_security_updates(values []ConfigurationsPostRequestBody_dependabot_security_updates) []string
func SerializeConfigurationsPostRequestBody_dependency_graph ¶
func SerializeConfigurationsPostRequestBody_dependency_graph(values []ConfigurationsPostRequestBody_dependency_graph) []string
func SerializeConfigurationsPostRequestBody_private_vulnerability_reporting ¶
func SerializeConfigurationsPostRequestBody_private_vulnerability_reporting(values []ConfigurationsPostRequestBody_private_vulnerability_reporting) []string
func SerializeConfigurationsPostRequestBody_secret_scanning ¶
func SerializeConfigurationsPostRequestBody_secret_scanning(values []ConfigurationsPostRequestBody_secret_scanning) []string
func SerializeConfigurationsPostRequestBody_secret_scanning_push_protection ¶
func SerializeConfigurationsPostRequestBody_secret_scanning_push_protection(values []ConfigurationsPostRequestBody_secret_scanning_push_protection) []string
func SerializeGetTarget_typeQueryParameterType ¶
func SerializeGetTarget_typeQueryParameterType(values []GetTarget_typeQueryParameterType) []string
Types ¶
type ConfigurationsPostRequestBody_advanced_security ¶
type ConfigurationsPostRequestBody_advanced_security int
The enablement status of GitHub Advanced Security
const ( ENABLED_CONFIGURATIONSPOSTREQUESTBODY_ADVANCED_SECURITY ConfigurationsPostRequestBody_advanced_security = iota DISABLED_CONFIGURATIONSPOSTREQUESTBODY_ADVANCED_SECURITY )
func (ConfigurationsPostRequestBody_advanced_security) String ¶
func (i ConfigurationsPostRequestBody_advanced_security) String() string
type ConfigurationsPostRequestBody_code_scanning_default_setup ¶
type ConfigurationsPostRequestBody_code_scanning_default_setup int
The enablement status of code scanning default setup
const ( ENABLED_CONFIGURATIONSPOSTREQUESTBODY_CODE_SCANNING_DEFAULT_SETUP ConfigurationsPostRequestBody_code_scanning_default_setup = iota DISABLED_CONFIGURATIONSPOSTREQUESTBODY_CODE_SCANNING_DEFAULT_SETUP NOT_SET_CONFIGURATIONSPOSTREQUESTBODY_CODE_SCANNING_DEFAULT_SETUP )
func (ConfigurationsPostRequestBody_code_scanning_default_setup) String ¶
func (i ConfigurationsPostRequestBody_code_scanning_default_setup) String() string
type ConfigurationsPostRequestBody_dependabot_alerts ¶
type ConfigurationsPostRequestBody_dependabot_alerts int
The enablement status of Dependabot alerts
const ( ENABLED_CONFIGURATIONSPOSTREQUESTBODY_DEPENDABOT_ALERTS ConfigurationsPostRequestBody_dependabot_alerts = iota DISABLED_CONFIGURATIONSPOSTREQUESTBODY_DEPENDABOT_ALERTS NOT_SET_CONFIGURATIONSPOSTREQUESTBODY_DEPENDABOT_ALERTS )
func (ConfigurationsPostRequestBody_dependabot_alerts) String ¶
func (i ConfigurationsPostRequestBody_dependabot_alerts) String() string
type ConfigurationsPostRequestBody_dependabot_security_updates ¶
type ConfigurationsPostRequestBody_dependabot_security_updates int
The enablement status of Dependabot security updates
const ( ENABLED_CONFIGURATIONSPOSTREQUESTBODY_DEPENDABOT_SECURITY_UPDATES ConfigurationsPostRequestBody_dependabot_security_updates = iota DISABLED_CONFIGURATIONSPOSTREQUESTBODY_DEPENDABOT_SECURITY_UPDATES NOT_SET_CONFIGURATIONSPOSTREQUESTBODY_DEPENDABOT_SECURITY_UPDATES )
func (ConfigurationsPostRequestBody_dependabot_security_updates) String ¶
func (i ConfigurationsPostRequestBody_dependabot_security_updates) String() string
type ConfigurationsPostRequestBody_dependency_graph ¶
type ConfigurationsPostRequestBody_dependency_graph int
The enablement status of Dependency Graph
const ( ENABLED_CONFIGURATIONSPOSTREQUESTBODY_DEPENDENCY_GRAPH ConfigurationsPostRequestBody_dependency_graph = iota DISABLED_CONFIGURATIONSPOSTREQUESTBODY_DEPENDENCY_GRAPH NOT_SET_CONFIGURATIONSPOSTREQUESTBODY_DEPENDENCY_GRAPH )
func (ConfigurationsPostRequestBody_dependency_graph) String ¶
func (i ConfigurationsPostRequestBody_dependency_graph) String() string
type ConfigurationsPostRequestBody_private_vulnerability_reporting ¶
type ConfigurationsPostRequestBody_private_vulnerability_reporting int
The enablement status of private vulnerability reporting
const ( ENABLED_CONFIGURATIONSPOSTREQUESTBODY_PRIVATE_VULNERABILITY_REPORTING ConfigurationsPostRequestBody_private_vulnerability_reporting = iota DISABLED_CONFIGURATIONSPOSTREQUESTBODY_PRIVATE_VULNERABILITY_REPORTING NOT_SET_CONFIGURATIONSPOSTREQUESTBODY_PRIVATE_VULNERABILITY_REPORTING )
func (ConfigurationsPostRequestBody_private_vulnerability_reporting) String ¶
func (i ConfigurationsPostRequestBody_private_vulnerability_reporting) String() string
type ConfigurationsPostRequestBody_secret_scanning ¶
type ConfigurationsPostRequestBody_secret_scanning int
The enablement status of secret scanning
const ( ENABLED_CONFIGURATIONSPOSTREQUESTBODY_SECRET_SCANNING ConfigurationsPostRequestBody_secret_scanning = iota DISABLED_CONFIGURATIONSPOSTREQUESTBODY_SECRET_SCANNING NOT_SET_CONFIGURATIONSPOSTREQUESTBODY_SECRET_SCANNING )
func (ConfigurationsPostRequestBody_secret_scanning) String ¶
func (i ConfigurationsPostRequestBody_secret_scanning) String() string
type ConfigurationsPostRequestBody_secret_scanning_push_protection ¶
type ConfigurationsPostRequestBody_secret_scanning_push_protection int
The enablement status of secret scanning push protection
const ( ENABLED_CONFIGURATIONSPOSTREQUESTBODY_SECRET_SCANNING_PUSH_PROTECTION ConfigurationsPostRequestBody_secret_scanning_push_protection = iota DISABLED_CONFIGURATIONSPOSTREQUESTBODY_SECRET_SCANNING_PUSH_PROTECTION NOT_SET_CONFIGURATIONSPOSTREQUESTBODY_SECRET_SCANNING_PUSH_PROTECTION )
func (ConfigurationsPostRequestBody_secret_scanning_push_protection) String ¶
func (i ConfigurationsPostRequestBody_secret_scanning_push_protection) String() string
type GetTarget_typeQueryParameterType ¶
type GetTarget_typeQueryParameterType int
const ( GLOBAL_GETTARGET_TYPEQUERYPARAMETERTYPE GetTarget_typeQueryParameterType = iota ALL_GETTARGET_TYPEQUERYPARAMETERTYPE )
func (GetTarget_typeQueryParameterType) String ¶
func (i GetTarget_typeQueryParameterType) String() string
Source Files
¶
- configurations_post_request_body_advanced_security.go
- configurations_post_request_body_code_scanning_default_setup.go
- configurations_post_request_body_dependabot_alerts.go
- configurations_post_request_body_dependabot_security_updates.go
- configurations_post_request_body_dependency_graph.go
- configurations_post_request_body_private_vulnerability_reporting.go
- configurations_post_request_body_secret_scanning.go
- configurations_post_request_body_secret_scanning_push_protection.go
- get_target_type_query_parameter_type.go
Click to show internal directories.
Click to hide internal directories.