hpux_def

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: 4 Imported by: 0

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetconfObject

type GetconfObject struct {
	XMLName xml.Name `xml:"getconf_object"`

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

	Version uint64 `xml:"version,attr"`

	Comment oval.NonEmptyStringType `xml:"comment,attr,omitempty"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Set *oval_def.Set `xml:"set"`

	ParameterName *oval_def.EntityObjectStringType `xml:"parameter_name"`

	Pathname *oval_def.EntityObjectStringType `xml:"pathname"`

	Filter []oval_def.Filter `xml:"filter"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type GetconfState

type GetconfState struct {
	XMLName xml.Name `xml:"getconf_state"`

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

	Version uint64 `xml:"version,attr"`

	Operator oval.OperatorEnumeration `xml:"operator,attr,omitempty"`

	Comment oval.NonEmptyStringType `xml:"comment,attr,omitempty"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	ParameterName *oval_def.EntityStateStringType `xml:"parameter_name"`

	Pathname *oval_def.EntityStateStringType `xml:"pathname"`

	Output *oval_def.EntityStateAnySimpleType `xml:"output"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type GetconfTest

type GetconfTest struct {
	XMLName xml.Name `xml:"getconf_test"`

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

	Version uint64 `xml:"version,attr"`

	CheckExistence oval.ExistenceEnumeration `xml:"check_existence,attr,omitempty"`

	Check oval.CheckEnumeration `xml:"check,attr"`

	StateOperator oval.OperatorEnumeration `xml:"state_operator,attr,omitempty"`

	Comment oval.NonEmptyStringType `xml:"comment,attr"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type NddObject

type NddObject struct {
	XMLName xml.Name `xml:"ndd_object"`

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

	Version uint64 `xml:"version,attr"`

	Comment oval.NonEmptyStringType `xml:"comment,attr,omitempty"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Set *oval_def.Set `xml:"set"`

	Device *oval_def.EntityObjectStringType `xml:"device"`

	Parameter *oval_def.EntityObjectStringType `xml:"parameter"`

	Filter []oval_def.Filter `xml:"filter"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type NddState

type NddState struct {
	XMLName xml.Name `xml:"ndd_state"`

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

	Version uint64 `xml:"version,attr"`

	Operator oval.OperatorEnumeration `xml:"operator,attr,omitempty"`

	Comment oval.NonEmptyStringType `xml:"comment,attr,omitempty"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Device *oval_def.EntityStateStringType `xml:"device"`

	Parameter *oval_def.EntityStateStringType `xml:"parameter"`

	Value *oval_def.EntityStateAnySimpleType `xml:"value"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type NddTest

type NddTest struct {
	XMLName xml.Name `xml:"ndd_test"`

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

	Version uint64 `xml:"version,attr"`

	CheckExistence oval.ExistenceEnumeration `xml:"check_existence,attr,omitempty"`

	Check oval.CheckEnumeration `xml:"check,attr"`

	StateOperator oval.OperatorEnumeration `xml:"state_operator,attr,omitempty"`

	Comment oval.NonEmptyStringType `xml:"comment,attr"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type Patch53Behaviors

type Patch53Behaviors struct {
	XMLName xml.Name

	Supersedence string `xml:"supersedence,attr,omitempty"`

	InnerXml string `xml:",innerxml"`
}

type Patch53Object

type Patch53Object struct {
	XMLName xml.Name `xml:"patch53_object"`

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

	Version uint64 `xml:"version,attr"`

	Comment oval.NonEmptyStringType `xml:"comment,attr,omitempty"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Set *oval_def.Set `xml:"set"`

	Behaviors *Patch53Behaviors `xml:"behaviors"`

	Swtype *oval_def.EntityObjectStringType `xml:"swtype"`

	AreaPatched *oval_def.EntityObjectStringType `xml:"area_patched"`

	PatchBase *oval_def.EntityObjectStringType `xml:"patch_base"`

	Filter []oval_def.Filter `xml:"filter"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type Patch53State

type Patch53State struct {
	XMLName xml.Name `xml:"patch53_state"`

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

	Version uint64 `xml:"version,attr"`

	Operator oval.OperatorEnumeration `xml:"operator,attr,omitempty"`

	Comment oval.NonEmptyStringType `xml:"comment,attr,omitempty"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Swtype *oval_def.EntityStateStringType `xml:"swtype"`

	AreaPatched *oval_def.EntityStateStringType `xml:"area_patched"`

	PatchBase *oval_def.EntityStateStringType `xml:"patch_base"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type Patch53Test

type Patch53Test struct {
	XMLName xml.Name `xml:"patch53_test"`

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

	Version uint64 `xml:"version,attr"`

	CheckExistence oval.ExistenceEnumeration `xml:"check_existence,attr,omitempty"`

	Check oval.CheckEnumeration `xml:"check,attr"`

	StateOperator oval.OperatorEnumeration `xml:"state_operator,attr,omitempty"`

	Comment oval.NonEmptyStringType `xml:"comment,attr"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type PatchObject

type PatchObject struct {
	XMLName xml.Name `xml:"patch_object"`

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

	Version uint64 `xml:"version,attr"`

	Comment oval.NonEmptyStringType `xml:"comment,attr,omitempty"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Set *oval_def.Set `xml:"set"`

	PatchName *oval_def.EntityObjectStringType `xml:"patch_name"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type PatchState

type PatchState struct {
	XMLName xml.Name `xml:"patch_state"`

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

	Version uint64 `xml:"version,attr"`

	Operator oval.OperatorEnumeration `xml:"operator,attr,omitempty"`

	Comment oval.NonEmptyStringType `xml:"comment,attr,omitempty"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	PatchName *oval_def.EntityStateStringType `xml:"patch_name"`

	Swtype *oval_def.EntityStateStringType `xml:"swtype"`

	AreaPatched *oval_def.EntityStateStringType `xml:"area_patched"`

	PatchBase *oval_def.EntityStateStringType `xml:"patch_base"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type PatchTest

type PatchTest struct {
	XMLName xml.Name `xml:"patch_test"`

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

	Version uint64 `xml:"version,attr"`

	CheckExistence oval.ExistenceEnumeration `xml:"check_existence,attr,omitempty"`

	Check oval.CheckEnumeration `xml:"check,attr"`

	StateOperator oval.OperatorEnumeration `xml:"state_operator,attr,omitempty"`

	Comment oval.NonEmptyStringType `xml:"comment,attr"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type SwlistObject

type SwlistObject struct {
	XMLName xml.Name `xml:"swlist_object"`

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

	Version uint64 `xml:"version,attr"`

	Comment oval.NonEmptyStringType `xml:"comment,attr,omitempty"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Set *oval_def.Set `xml:"set"`

	Swlist *oval_def.EntityObjectStringType `xml:"swlist"`

	Filter []oval_def.Filter `xml:"filter"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type SwlistState

type SwlistState struct {
	XMLName xml.Name `xml:"swlist_state"`

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

	Version uint64 `xml:"version,attr"`

	Operator oval.OperatorEnumeration `xml:"operator,attr,omitempty"`

	Comment oval.NonEmptyStringType `xml:"comment,attr,omitempty"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Swlist *oval_def.EntityStateStringType `xml:"swlist"`

	Bundle *oval_def.EntityStateStringType `xml:"bundle"`

	Fileset *oval_def.EntityStateStringType `xml:"fileset"`

	VersionElm *SwlistStateVersion `xml:"version"`

	Title *oval_def.EntityStateStringType `xml:"title"`

	Vendor *oval_def.EntityStateStringType `xml:"vendor"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type SwlistStateVersion

type SwlistStateVersion struct {
	XMLName xml.Name `xml:"version"`

	EntityCheck string `xml:"entity_check,attr,omitempty"`

	CheckExistence string `xml:"check_existence,attr,omitempty"`

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

	Operation oval.OperationEnumeration `xml:"operation,attr,omitempty"`

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

	VarRef oval.VariableIDPattern `xml:"var_ref,attr,omitempty"`

	VarCheck oval.CheckEnumeration `xml:"var_check,attr,omitempty"`
}

Element

type SwlistTest

type SwlistTest struct {
	XMLName xml.Name `xml:"swlist_test"`

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

	Version uint64 `xml:"version,attr"`

	CheckExistence oval.ExistenceEnumeration `xml:"check_existence,attr,omitempty"`

	Check oval.CheckEnumeration `xml:"check,attr"`

	StateOperator oval.OperatorEnumeration `xml:"state_operator,attr,omitempty"`

	Comment oval.NonEmptyStringType `xml:"comment,attr"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type TrustedObject

type TrustedObject struct {
	XMLName xml.Name `xml:"trusted_object"`

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

	Version uint64 `xml:"version,attr"`

	Comment oval.NonEmptyStringType `xml:"comment,attr,omitempty"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Set *oval_def.Set `xml:"set"`

	Username *oval_def.EntityObjectStringType `xml:"username"`

	Filter []oval_def.Filter `xml:"filter"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type TrustedState

type TrustedState struct {
	XMLName xml.Name `xml:"trusted_state"`

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

	Version uint64 `xml:"version,attr"`

	Operator oval.OperatorEnumeration `xml:"operator,attr,omitempty"`

	Comment oval.NonEmptyStringType `xml:"comment,attr,omitempty"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Username *oval_def.EntityStateStringType `xml:"username"`

	Uid *oval_def.EntityStateIntType `xml:"uid"`

	Password *oval_def.EntityStateStringType `xml:"password"`

	AccountOwner *oval_def.EntityStateIntType `xml:"account_owner"`

	BootAuth *oval_def.EntityStateStringType `xml:"boot_auth"`

	AuditId *oval_def.EntityStateStringType `xml:"audit_id"`

	AuditFlag *oval_def.EntityStateStringType `xml:"audit_flag"`

	PwChangeMin *oval_def.EntityStateStringType `xml:"pw_change_min"`

	PwMaxSize *oval_def.EntityStateIntType `xml:"pw_max_size"`

	PwExpiration *oval_def.EntityStateIntType `xml:"pw_expiration"`

	PwLife *oval_def.EntityStateStringType `xml:"pw_life"`

	PwChangeS *oval_def.EntityStateStringType `xml:"pw_change_s"`

	PwChangeU *oval_def.EntityStateStringType `xml:"pw_change_u"`

	AcctExpire *oval_def.EntityStateIntType `xml:"acct_expire"`

	MaxLlogin *oval_def.EntityStateStringType `xml:"max_llogin"`

	ExpWarning *oval_def.EntityStateIntType `xml:"exp_warning"`

	UsrChgPw *oval_def.EntityStateStringType `xml:"usr_chg_pw"`

	GenPw *oval_def.EntityStateStringType `xml:"gen_pw"`

	PwRestrict *oval_def.EntityStateStringType `xml:"pw_restrict"`

	PwNull *oval_def.EntityStateStringType `xml:"pw_null"`

	PwGenChar *oval_def.EntityStateStringType `xml:"pw_gen_char"`

	PwGenLet *oval_def.EntityStateStringType `xml:"pw_gen_let"`

	LoginTime *oval_def.EntityStateStringType `xml:"login_time"`

	PwChanger *oval_def.EntityStateIntType `xml:"pw_changer"`

	LoginTimeS *oval_def.EntityStateStringType `xml:"login_time_s"`

	LoginTimeU *oval_def.EntityStateStringType `xml:"login_time_u"`

	LoginTtyS *oval_def.EntityStateStringType `xml:"login_tty_s"`

	LoginTtyU *oval_def.EntityStateStringType `xml:"login_tty_u"`

	NumULogins *oval_def.EntityStateIntType `xml:"num_u_logins"`

	MaxULogins *oval_def.EntityStateIntType `xml:"max_u_logins"`

	LockFlag *oval_def.EntityStateBoolType `xml:"lock_flag"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

type TrustedTest

type TrustedTest struct {
	XMLName xml.Name `xml:"trusted_test"`

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

	Version uint64 `xml:"version,attr"`

	CheckExistence oval.ExistenceEnumeration `xml:"check_existence,attr,omitempty"`

	Check oval.CheckEnumeration `xml:"check,attr"`

	StateOperator oval.OperatorEnumeration `xml:"state_operator,attr,omitempty"`

	Comment oval.NonEmptyStringType `xml:"comment,attr"`

	Deprecated bool `xml:"deprecated,attr,omitempty"`

	Object oval_def.ObjectRefType `xml:"object"`

	State []oval_def.StateRefType `xml:"state"`

	Signature *xml_dsig.SignatureType `xml:"Signature"`

	Notes *oval.NotesType `xml:"notes"`
}

Element

Jump to

Keyboard shortcuts

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