ind_sc

package
v0.0.0-...-07db83d Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2023 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Overview

Code generated by https://github.com/gocomply/xsd2go; DO NOT EDIT. Models for http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#independent

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EntityItemEngineType

type EntityItemEngineType struct {
	XMLName xml.Name

	Datatype oval.DatatypeEnumeration `xml:"datatype,attr,omitempty"`

	Mask bool `xml:"mask,attr,omitempty"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	InnerXml string `xml:",innerxml"`
}

type EntityItemFamilyType

type EntityItemFamilyType struct {
	XMLName xml.Name

	Datatype oval.DatatypeEnumeration `xml:"datatype,attr,omitempty"`

	Mask bool `xml:"mask,attr,omitempty"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	InnerXml string `xml:",innerxml"`
}

type EntityItemHashTypeType

type EntityItemHashTypeType struct {
	XMLName xml.Name

	Datatype oval.DatatypeEnumeration `xml:"datatype,attr,omitempty"`

	Mask bool `xml:"mask,attr,omitempty"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	InnerXml string `xml:",innerxml"`
}

type EntityItemLdaptypeType

type EntityItemLdaptypeType struct {
	XMLName xml.Name

	Datatype oval.DatatypeEnumeration `xml:"datatype,attr,omitempty"`

	Mask bool `xml:"mask,attr,omitempty"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	InnerXml string `xml:",innerxml"`
}

type EntityItemVariableRefType

type EntityItemVariableRefType struct {
	XMLName xml.Name

	Datatype oval.DatatypeEnumeration `xml:"datatype,attr,omitempty"`

	Mask bool `xml:"mask,attr,omitempty"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	InnerXml string `xml:",innerxml"`
}

type EntityItemWindowsViewType

type EntityItemWindowsViewType struct {
	XMLName xml.Name

	Datatype oval.DatatypeEnumeration `xml:"datatype,attr,omitempty"`

	Mask bool `xml:"mask,attr,omitempty"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	InnerXml string `xml:",innerxml"`
}

type Environmentvariable58Item

type Environmentvariable58Item struct {
	XMLName xml.Name `xml:"environmentvariable58_item"`

	Id oval.ItemIDPattern `xml:"id,attr"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	Pid *oval_sc.EntityItemIntType `xml:"pid"`

	Name *oval_sc.EntityItemStringType `xml:"name"`

	Value *oval_sc.EntityItemAnySimpleType `xml:"value"`

	Message []oval.MessageType `xml:"message"`
}

Element

type EnvironmentvariableItem

type EnvironmentvariableItem struct {
	XMLName xml.Name `xml:"environmentvariable_item"`

	Id oval.ItemIDPattern `xml:"id,attr"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	Name *oval_sc.EntityItemStringType `xml:"name"`

	Value *oval_sc.EntityItemAnySimpleType `xml:"value"`

	Message []oval.MessageType `xml:"message"`
}

Element

type FamilyItem

type FamilyItem struct {
	XMLName xml.Name `xml:"family_item"`

	Id oval.ItemIDPattern `xml:"id,attr"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	Family *EntityItemFamilyType `xml:"family"`

	Message []oval.MessageType `xml:"message"`
}

Element

type Filehash58Item

type Filehash58Item struct {
	XMLName xml.Name `xml:"filehash58_item"`

	Id oval.ItemIDPattern `xml:"id,attr"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	Filepath *oval_sc.EntityItemStringType `xml:"filepath"`

	Path *oval_sc.EntityItemStringType `xml:"path"`

	Filename *oval_sc.EntityItemStringType `xml:"filename"`

	HashType *EntityItemHashTypeType `xml:"hash_type"`

	Hash *oval_sc.EntityItemStringType `xml:"hash"`

	WindowsView *EntityItemWindowsViewType `xml:"windows_view"`

	Message []oval.MessageType `xml:"message"`
}

Element

type FilehashItem

type FilehashItem struct {
	XMLName xml.Name `xml:"filehash_item"`

	Id oval.ItemIDPattern `xml:"id,attr"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	Filepath *oval_sc.EntityItemStringType `xml:"filepath"`

	Path *oval_sc.EntityItemStringType `xml:"path"`

	Filename *oval_sc.EntityItemStringType `xml:"filename"`

	Md5 *oval_sc.EntityItemStringType `xml:"md5"`

	Sha1 *oval_sc.EntityItemStringType `xml:"sha1"`

	WindowsView *EntityItemWindowsViewType `xml:"windows_view"`

	Message []oval.MessageType `xml:"message"`
}

Element

type Ldap57Item

type Ldap57Item struct {
	XMLName xml.Name `xml:"ldap57_item"`

	Id oval.ItemIDPattern `xml:"id,attr"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	Suffix *oval_sc.EntityItemStringType `xml:"suffix"`

	RelativeDn *oval_sc.EntityItemStringType `xml:"relative_dn"`

	Attribute *oval_sc.EntityItemStringType `xml:"attribute"`

	ObjectClass *oval_sc.EntityItemStringType `xml:"object_class"`

	Ldaptype *EntityItemLdaptypeType `xml:"ldaptype"`

	Value []oval_sc.EntityItemRecordType `xml:"value"`

	Message []oval.MessageType `xml:"message"`
}

Element

type LdapItem

type LdapItem struct {
	XMLName xml.Name `xml:"ldap_item"`

	Id oval.ItemIDPattern `xml:"id,attr"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	Suffix *oval_sc.EntityItemStringType `xml:"suffix"`

	RelativeDn *oval_sc.EntityItemStringType `xml:"relative_dn"`

	Attribute *oval_sc.EntityItemStringType `xml:"attribute"`

	ObjectClass *oval_sc.EntityItemStringType `xml:"object_class"`

	Ldaptype *EntityItemLdaptypeType `xml:"ldaptype"`

	Value []oval_sc.EntityItemAnySimpleType `xml:"value"`

	Message []oval.MessageType `xml:"message"`
}

Element

type Sql57Item

type Sql57Item struct {
	XMLName xml.Name `xml:"sql57_item"`

	Id oval.ItemIDPattern `xml:"id,attr"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	Engine *EntityItemEngineType `xml:"engine"`

	Version *oval_sc.EntityItemStringType `xml:"version"`

	ConnectionString *oval_sc.EntityItemStringType `xml:"connection_string"`

	Sql *oval_sc.EntityItemStringType `xml:"sql"`

	Result []oval_sc.EntityItemRecordType `xml:"result"`

	Message []oval.MessageType `xml:"message"`
}

Element

type SqlItem

type SqlItem struct {
	XMLName xml.Name `xml:"sql_item"`

	Id oval.ItemIDPattern `xml:"id,attr"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	Engine *EntityItemEngineType `xml:"engine"`

	Version *oval_sc.EntityItemStringType `xml:"version"`

	ConnectionString *oval_sc.EntityItemStringType `xml:"connection_string"`

	Sql *oval_sc.EntityItemStringType `xml:"sql"`

	Result []oval_sc.EntityItemAnySimpleType `xml:"result"`

	Message []oval.MessageType `xml:"message"`
}

Element

type TextfilecontentItem

type TextfilecontentItem struct {
	XMLName xml.Name `xml:"textfilecontent_item"`

	Id oval.ItemIDPattern `xml:"id,attr"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	Filepath *oval_sc.EntityItemStringType `xml:"filepath"`

	Path *oval_sc.EntityItemStringType `xml:"path"`

	Filename *oval_sc.EntityItemStringType `xml:"filename"`

	Pattern *oval_sc.EntityItemStringType `xml:"pattern"`

	Instance *oval_sc.EntityItemIntType `xml:"instance"`

	Line *oval_sc.EntityItemStringType `xml:"line"`

	Text *oval_sc.EntityItemAnySimpleType `xml:"text"`

	Subexpression []oval_sc.EntityItemAnySimpleType `xml:"subexpression"`

	WindowsView *EntityItemWindowsViewType `xml:"windows_view"`

	Message []oval.MessageType `xml:"message"`
}

Element

type VariableItem

type VariableItem struct {
	XMLName xml.Name `xml:"variable_item"`

	Id oval.ItemIDPattern `xml:"id,attr"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	VarRef *EntityItemVariableRefType `xml:"var_ref"`

	Value []oval_sc.EntityItemAnySimpleType `xml:"value"`

	Message []oval.MessageType `xml:"message"`
}

Element

type XmlfilecontentItem

type XmlfilecontentItem struct {
	XMLName xml.Name `xml:"xmlfilecontent_item"`

	Id oval.ItemIDPattern `xml:"id,attr"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	Filepath *oval_sc.EntityItemStringType `xml:"filepath"`

	Path *oval_sc.EntityItemStringType `xml:"path"`

	Filename *oval_sc.EntityItemStringType `xml:"filename"`

	Xpath *oval_sc.EntityItemStringType `xml:"xpath"`

	ValueOf []oval_sc.EntityItemAnySimpleType `xml:"value_of"`

	WindowsView *EntityItemWindowsViewType `xml:"windows_view"`

	Message []oval.MessageType `xml:"message"`
}

Element

type YamlfilecontentItem

type YamlfilecontentItem struct {
	XMLName xml.Name `xml:"yamlfilecontent_item"`

	Id oval.ItemIDPattern `xml:"id,attr"`

	Status oval_sc.StatusEnumeration `xml:"status,attr,omitempty"`

	Filepath *oval_sc.EntityItemStringType `xml:"filepath"`

	Path *oval_sc.EntityItemStringType `xml:"path"`

	Filename *oval_sc.EntityItemStringType `xml:"filename"`

	Content *oval_sc.EntityItemStringType `xml:"content"`

	Yamlpath *oval_sc.EntityItemStringType `xml:"yamlpath"`

	Value []oval_sc.EntityItemRecordType `xml:"value"`

	WindowsView *EntityItemWindowsViewType `xml:"windows_view"`

	Message []oval.MessageType `xml:"message"`
}

Element

Jump to

Keyboard shortcuts

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