Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attributes ¶ added in v1.10.0
type CollectionAgent ¶
type DynamicEntities ¶
type DynamicEntities struct {
MappingType []string `xml:"mappingType,omitempty"`
}
type FloatingNetprobe ¶
type ManagedEntity ¶
type Netprobe ¶
type Netprobe struct { XMLName xml.Name `xml:"netprobe"` Compatibility int `xml:"compatibility,attr"` // 1 XMLNs string `xml:"xmlns:xsi,attr"` // http://www.w3.org/2001/XMLSchema-instance XSI string `xml:"xsi:noNamespaceSchemaLocation,attr"` // http://schema.itrsgroup.com/GA5.12.0-220125/netprobe.xsd FloatingNetprobe *FloatingNetprobe `xml:"floatingProbe,omitempty"` PluginWhiteList []string `xml:"pluginWhiteList,omitempty"` CommandWhiteList []string `xml:"commandWhiteList,omitempty"` SelfAnnounce *SelfAnnounce `xml:"selfAnnounce,omitempty"` }
type SelfAnnounce ¶
type SelfAnnounce struct { Enabled bool `xml:"enabled"` RetryInterval int `xml:"retryInterval,omitempty"` RequireReverseConnection bool `xml:"requireReverseConnection,omitempty"` ProbeName string `xml:"probeName"` EncodedPassword string `xml:"encodedPassword,omitempty"` RESTAPIHTTPPort int `xml:"restApiHttpPort,omitempty"` RESTAPIHTTPSPort int `xml:"restApiHttpsPort,omitempty"` CyberArkApplicationID string `xml:"cyberArkApplicationID,omitempty"` CyberArkSDKPath string `xml:"cyberArkSdkPath,omitempty"` ManagedEntity *ManagedEntity `xml:"managedEntity,omitempty"` ManagedEntities []ManagedEntity `xml:"managedEntities>managedEntity,omitempty"` CollectionAgent *CollectionAgent `xml:"collectionAgent,omitempty"` DynamicEntities *DynamicEntities `xml:"dynamicEntities,omitempty"` Gateways []Gateway `xml:"gateways>gateway"` }
Click to show internal directories.
Click to hide internal directories.