| Name | Type | Description | Notes |
|---|---|---|---|
| Aslr | bool | ||
| Dep | bool | ||
| Cfg | bool | ||
| DriverModel | bool | ||
| AppContainer | bool | ||
| TerminalServerAware | bool | ||
| ImageIsolation | bool | ||
| CodeIntegrity | bool | ||
| HighEntropy | bool | ||
| Seh | bool | ||
| BoundImage | bool |
func NewSecurityModel(aslr bool, dep bool, cfg bool, driverModel bool, appContainer bool, terminalServerAware bool, imageIsolation bool, codeIntegrity bool, highEntropy bool, seh bool, boundImage bool, ) *SecurityModel
NewSecurityModel instantiates a new SecurityModel 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
func NewSecurityModelWithDefaults() *SecurityModel
NewSecurityModelWithDefaults instantiates a new SecurityModel 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
func (o *SecurityModel) GetAslr() bool
GetAslr returns the Aslr field if non-nil, zero value otherwise.
func (o *SecurityModel) GetAslrOk() (*bool, bool)
GetAslrOk returns a tuple with the Aslr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityModel) SetAslr(v bool)
SetAslr sets Aslr field to given value.
func (o *SecurityModel) GetDep() bool
GetDep returns the Dep field if non-nil, zero value otherwise.
func (o *SecurityModel) GetDepOk() (*bool, bool)
GetDepOk returns a tuple with the Dep field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityModel) SetDep(v bool)
SetDep sets Dep field to given value.
func (o *SecurityModel) GetCfg() bool
GetCfg returns the Cfg field if non-nil, zero value otherwise.
func (o *SecurityModel) GetCfgOk() (*bool, bool)
GetCfgOk returns a tuple with the Cfg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityModel) SetCfg(v bool)
SetCfg sets Cfg field to given value.
func (o *SecurityModel) GetDriverModel() bool
GetDriverModel returns the DriverModel field if non-nil, zero value otherwise.
func (o *SecurityModel) GetDriverModelOk() (*bool, bool)
GetDriverModelOk returns a tuple with the DriverModel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityModel) SetDriverModel(v bool)
SetDriverModel sets DriverModel field to given value.
func (o *SecurityModel) GetAppContainer() bool
GetAppContainer returns the AppContainer field if non-nil, zero value otherwise.
func (o *SecurityModel) GetAppContainerOk() (*bool, bool)
GetAppContainerOk returns a tuple with the AppContainer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityModel) SetAppContainer(v bool)
SetAppContainer sets AppContainer field to given value.
func (o *SecurityModel) GetTerminalServerAware() bool
GetTerminalServerAware returns the TerminalServerAware field if non-nil, zero value otherwise.
func (o *SecurityModel) GetTerminalServerAwareOk() (*bool, bool)
GetTerminalServerAwareOk returns a tuple with the TerminalServerAware field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityModel) SetTerminalServerAware(v bool)
SetTerminalServerAware sets TerminalServerAware field to given value.
func (o *SecurityModel) GetImageIsolation() bool
GetImageIsolation returns the ImageIsolation field if non-nil, zero value otherwise.
func (o *SecurityModel) GetImageIsolationOk() (*bool, bool)
GetImageIsolationOk returns a tuple with the ImageIsolation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityModel) SetImageIsolation(v bool)
SetImageIsolation sets ImageIsolation field to given value.
func (o *SecurityModel) GetCodeIntegrity() bool
GetCodeIntegrity returns the CodeIntegrity field if non-nil, zero value otherwise.
func (o *SecurityModel) GetCodeIntegrityOk() (*bool, bool)
GetCodeIntegrityOk returns a tuple with the CodeIntegrity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityModel) SetCodeIntegrity(v bool)
SetCodeIntegrity sets CodeIntegrity field to given value.
func (o *SecurityModel) GetHighEntropy() bool
GetHighEntropy returns the HighEntropy field if non-nil, zero value otherwise.
func (o *SecurityModel) GetHighEntropyOk() (*bool, bool)
GetHighEntropyOk returns a tuple with the HighEntropy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityModel) SetHighEntropy(v bool)
SetHighEntropy sets HighEntropy field to given value.
func (o *SecurityModel) GetSeh() bool
GetSeh returns the Seh field if non-nil, zero value otherwise.
func (o *SecurityModel) GetSehOk() (*bool, bool)
GetSehOk returns a tuple with the Seh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityModel) SetSeh(v bool)
SetSeh sets Seh field to given value.
func (o *SecurityModel) GetBoundImage() bool
GetBoundImage returns the BoundImage field if non-nil, zero value otherwise.
func (o *SecurityModel) GetBoundImageOk() (*bool, bool)
GetBoundImageOk returns a tuple with the BoundImage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityModel) SetBoundImage(v bool)
SetBoundImage sets BoundImage field to given value.