Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.37 KB

CSEWindowsInvalidConfigurationTracker.md

File metadata and controls

134 lines (73 loc) · 4.37 KB

CSEWindowsInvalidConfigurationTracker

Properties

Name Type Description Notes
EventType Pointer to string Event type. [optional]
SensorId Pointer to string The sensor ID. [optional]
SensorHostname Pointer to string The sensor's hostname. [optional]
SensorUserName Pointer to string The sensor's user name. [optional]

Methods

NewCSEWindowsInvalidConfigurationTracker

func NewCSEWindowsInvalidConfigurationTracker() *CSEWindowsInvalidConfigurationTracker

NewCSEWindowsInvalidConfigurationTracker instantiates a new CSEWindowsInvalidConfigurationTracker object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewCSEWindowsInvalidConfigurationTrackerWithDefaults

func NewCSEWindowsInvalidConfigurationTrackerWithDefaults() *CSEWindowsInvalidConfigurationTracker

NewCSEWindowsInvalidConfigurationTrackerWithDefaults instantiates a new CSEWindowsInvalidConfigurationTracker object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetEventType

func (o *CSEWindowsInvalidConfigurationTracker) GetEventType() string

GetEventType returns the EventType field if non-nil, zero value otherwise.

GetEventTypeOk

func (o *CSEWindowsInvalidConfigurationTracker) GetEventTypeOk() (*string, bool)

GetEventTypeOk returns a tuple with the EventType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEventType

func (o *CSEWindowsInvalidConfigurationTracker) SetEventType(v string)

SetEventType sets EventType field to given value.

HasEventType

func (o *CSEWindowsInvalidConfigurationTracker) HasEventType() bool

HasEventType returns a boolean if a field has been set.

GetSensorId

func (o *CSEWindowsInvalidConfigurationTracker) GetSensorId() string

GetSensorId returns the SensorId field if non-nil, zero value otherwise.

GetSensorIdOk

func (o *CSEWindowsInvalidConfigurationTracker) GetSensorIdOk() (*string, bool)

GetSensorIdOk returns a tuple with the SensorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSensorId

func (o *CSEWindowsInvalidConfigurationTracker) SetSensorId(v string)

SetSensorId sets SensorId field to given value.

HasSensorId

func (o *CSEWindowsInvalidConfigurationTracker) HasSensorId() bool

HasSensorId returns a boolean if a field has been set.

GetSensorHostname

func (o *CSEWindowsInvalidConfigurationTracker) GetSensorHostname() string

GetSensorHostname returns the SensorHostname field if non-nil, zero value otherwise.

GetSensorHostnameOk

func (o *CSEWindowsInvalidConfigurationTracker) GetSensorHostnameOk() (*string, bool)

GetSensorHostnameOk returns a tuple with the SensorHostname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSensorHostname

func (o *CSEWindowsInvalidConfigurationTracker) SetSensorHostname(v string)

SetSensorHostname sets SensorHostname field to given value.

HasSensorHostname

func (o *CSEWindowsInvalidConfigurationTracker) HasSensorHostname() bool

HasSensorHostname returns a boolean if a field has been set.

GetSensorUserName

func (o *CSEWindowsInvalidConfigurationTracker) GetSensorUserName() string

GetSensorUserName returns the SensorUserName field if non-nil, zero value otherwise.

GetSensorUserNameOk

func (o *CSEWindowsInvalidConfigurationTracker) GetSensorUserNameOk() (*string, bool)

GetSensorUserNameOk returns a tuple with the SensorUserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSensorUserName

func (o *CSEWindowsInvalidConfigurationTracker) SetSensorUserName(v string)

SetSensorUserName sets SensorUserName field to given value.

HasSensorUserName

func (o *CSEWindowsInvalidConfigurationTracker) HasSensorUserName() bool

HasSensorUserName returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]