Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 8.41 KB

SystemInsightsWindowsSecurityCenter.md

File metadata and controls

264 lines (143 loc) · 8.41 KB

SystemInsightsWindowsSecurityCenter

Properties

Name Type Description Notes
Antispyware Pointer to string [optional]
Antivirus Pointer to string [optional]
Autoupdate Pointer to string [optional]
CollectionTime Pointer to string [optional]
Firewall Pointer to string [optional]
InternetSettings Pointer to string [optional]
SystemId Pointer to string [optional]
UserAccountControl Pointer to string [optional]
WindowsSecurityCenterService Pointer to string [optional]

Methods

NewSystemInsightsWindowsSecurityCenter

func NewSystemInsightsWindowsSecurityCenter() *SystemInsightsWindowsSecurityCenter

NewSystemInsightsWindowsSecurityCenter instantiates a new SystemInsightsWindowsSecurityCenter 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

NewSystemInsightsWindowsSecurityCenterWithDefaults

func NewSystemInsightsWindowsSecurityCenterWithDefaults() *SystemInsightsWindowsSecurityCenter

NewSystemInsightsWindowsSecurityCenterWithDefaults instantiates a new SystemInsightsWindowsSecurityCenter 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

GetAntispyware

func (o *SystemInsightsWindowsSecurityCenter) GetAntispyware() string

GetAntispyware returns the Antispyware field if non-nil, zero value otherwise.

GetAntispywareOk

func (o *SystemInsightsWindowsSecurityCenter) GetAntispywareOk() (*string, bool)

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

SetAntispyware

func (o *SystemInsightsWindowsSecurityCenter) SetAntispyware(v string)

SetAntispyware sets Antispyware field to given value.

HasAntispyware

func (o *SystemInsightsWindowsSecurityCenter) HasAntispyware() bool

HasAntispyware returns a boolean if a field has been set.

GetAntivirus

func (o *SystemInsightsWindowsSecurityCenter) GetAntivirus() string

GetAntivirus returns the Antivirus field if non-nil, zero value otherwise.

GetAntivirusOk

func (o *SystemInsightsWindowsSecurityCenter) GetAntivirusOk() (*string, bool)

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

SetAntivirus

func (o *SystemInsightsWindowsSecurityCenter) SetAntivirus(v string)

SetAntivirus sets Antivirus field to given value.

HasAntivirus

func (o *SystemInsightsWindowsSecurityCenter) HasAntivirus() bool

HasAntivirus returns a boolean if a field has been set.

GetAutoupdate

func (o *SystemInsightsWindowsSecurityCenter) GetAutoupdate() string

GetAutoupdate returns the Autoupdate field if non-nil, zero value otherwise.

GetAutoupdateOk

func (o *SystemInsightsWindowsSecurityCenter) GetAutoupdateOk() (*string, bool)

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

SetAutoupdate

func (o *SystemInsightsWindowsSecurityCenter) SetAutoupdate(v string)

SetAutoupdate sets Autoupdate field to given value.

HasAutoupdate

func (o *SystemInsightsWindowsSecurityCenter) HasAutoupdate() bool

HasAutoupdate returns a boolean if a field has been set.

GetCollectionTime

func (o *SystemInsightsWindowsSecurityCenter) GetCollectionTime() string

GetCollectionTime returns the CollectionTime field if non-nil, zero value otherwise.

GetCollectionTimeOk

func (o *SystemInsightsWindowsSecurityCenter) GetCollectionTimeOk() (*string, bool)

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

SetCollectionTime

func (o *SystemInsightsWindowsSecurityCenter) SetCollectionTime(v string)

SetCollectionTime sets CollectionTime field to given value.

HasCollectionTime

func (o *SystemInsightsWindowsSecurityCenter) HasCollectionTime() bool

HasCollectionTime returns a boolean if a field has been set.

GetFirewall

func (o *SystemInsightsWindowsSecurityCenter) GetFirewall() string

GetFirewall returns the Firewall field if non-nil, zero value otherwise.

GetFirewallOk

func (o *SystemInsightsWindowsSecurityCenter) GetFirewallOk() (*string, bool)

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

SetFirewall

func (o *SystemInsightsWindowsSecurityCenter) SetFirewall(v string)

SetFirewall sets Firewall field to given value.

HasFirewall

func (o *SystemInsightsWindowsSecurityCenter) HasFirewall() bool

HasFirewall returns a boolean if a field has been set.

GetInternetSettings

func (o *SystemInsightsWindowsSecurityCenter) GetInternetSettings() string

GetInternetSettings returns the InternetSettings field if non-nil, zero value otherwise.

GetInternetSettingsOk

func (o *SystemInsightsWindowsSecurityCenter) GetInternetSettingsOk() (*string, bool)

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

SetInternetSettings

func (o *SystemInsightsWindowsSecurityCenter) SetInternetSettings(v string)

SetInternetSettings sets InternetSettings field to given value.

HasInternetSettings

func (o *SystemInsightsWindowsSecurityCenter) HasInternetSettings() bool

HasInternetSettings returns a boolean if a field has been set.

GetSystemId

func (o *SystemInsightsWindowsSecurityCenter) GetSystemId() string

GetSystemId returns the SystemId field if non-nil, zero value otherwise.

GetSystemIdOk

func (o *SystemInsightsWindowsSecurityCenter) GetSystemIdOk() (*string, bool)

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

SetSystemId

func (o *SystemInsightsWindowsSecurityCenter) SetSystemId(v string)

SetSystemId sets SystemId field to given value.

HasSystemId

func (o *SystemInsightsWindowsSecurityCenter) HasSystemId() bool

HasSystemId returns a boolean if a field has been set.

GetUserAccountControl

func (o *SystemInsightsWindowsSecurityCenter) GetUserAccountControl() string

GetUserAccountControl returns the UserAccountControl field if non-nil, zero value otherwise.

GetUserAccountControlOk

func (o *SystemInsightsWindowsSecurityCenter) GetUserAccountControlOk() (*string, bool)

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

SetUserAccountControl

func (o *SystemInsightsWindowsSecurityCenter) SetUserAccountControl(v string)

SetUserAccountControl sets UserAccountControl field to given value.

HasUserAccountControl

func (o *SystemInsightsWindowsSecurityCenter) HasUserAccountControl() bool

HasUserAccountControl returns a boolean if a field has been set.

GetWindowsSecurityCenterService

func (o *SystemInsightsWindowsSecurityCenter) GetWindowsSecurityCenterService() string

GetWindowsSecurityCenterService returns the WindowsSecurityCenterService field if non-nil, zero value otherwise.

GetWindowsSecurityCenterServiceOk

func (o *SystemInsightsWindowsSecurityCenter) GetWindowsSecurityCenterServiceOk() (*string, bool)

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

SetWindowsSecurityCenterService

func (o *SystemInsightsWindowsSecurityCenter) SetWindowsSecurityCenterService(v string)

SetWindowsSecurityCenterService sets WindowsSecurityCenterService field to given value.

HasWindowsSecurityCenterService

func (o *SystemInsightsWindowsSecurityCenter) HasWindowsSecurityCenterService() bool

HasWindowsSecurityCenterService returns a boolean if a field has been set.

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