configurations

package
v0.0.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseConfigurationsPostRequestBody_advanced_security

func ParseConfigurationsPostRequestBody_advanced_security(v string) (any, error)

func ParseConfigurationsPostRequestBody_code_scanning_default_setup

func ParseConfigurationsPostRequestBody_code_scanning_default_setup(v string) (any, error)

func ParseConfigurationsPostRequestBody_dependabot_alerts

func ParseConfigurationsPostRequestBody_dependabot_alerts(v string) (any, error)

func ParseConfigurationsPostRequestBody_dependabot_security_updates

func ParseConfigurationsPostRequestBody_dependabot_security_updates(v string) (any, error)

func ParseConfigurationsPostRequestBody_dependency_graph

func ParseConfigurationsPostRequestBody_dependency_graph(v string) (any, error)

func ParseConfigurationsPostRequestBody_private_vulnerability_reporting

func ParseConfigurationsPostRequestBody_private_vulnerability_reporting(v string) (any, error)

func ParseConfigurationsPostRequestBody_secret_scanning

func ParseConfigurationsPostRequestBody_secret_scanning(v string) (any, error)

func ParseConfigurationsPostRequestBody_secret_scanning_push_protection

func ParseConfigurationsPostRequestBody_secret_scanning_push_protection(v string) (any, error)

func ParseGetTarget_typeQueryParameterType

func ParseGetTarget_typeQueryParameterType(v string) (any, error)

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

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

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

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

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

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

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

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

type GetTarget_typeQueryParameterType

type GetTarget_typeQueryParameterType int
const (
	GLOBAL_GETTARGET_TYPEQUERYPARAMETERTYPE GetTarget_typeQueryParameterType = iota
	ALL_GETTARGET_TYPEQUERYPARAMETERTYPE
)

func (GetTarget_typeQueryParameterType) String

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL