Name | Type | Description | Notes |
---|---|---|---|
Value | string | ||
Type | Pointer to string | [optional] [default to "cidr"] | |
Created | Pointer to time.Time | [optional] | |
Context | Pointer to []map[string]interface{} | [optional] [default to []] | |
LastAnalysis | Pointer to map[string]time.Time | [optional] [default to {}] | |
LastSeen | Pointer to time.Time | [optional] | |
FirstSeen | Pointer to time.Time | [optional] | |
Issuer | Pointer to string | [optional] | |
Subject | Pointer to string | [optional] | |
SerialNumber | Pointer to string | [optional] | |
After | Pointer to time.Time | [optional] | |
Before | Pointer to time.Time | [optional] | |
Fingerprint | Pointer to string | [optional] | |
UserId | Pointer to string | [optional] | |
Credential | Pointer to string | [optional] | |
AccountLogin | Pointer to string | [optional] | |
AccountType | Pointer to string | [optional] | |
DisplayName | Pointer to string | [optional] | |
IsServiceAccount | Pointer to bool | [optional] | |
IsPrivileged | Pointer to bool | [optional] | |
CanEscalatePrivs | Pointer to bool | [optional] | |
IsDisabled | Pointer to bool | [optional] | |
AccountCreated | Pointer to time.Time | [optional] | |
AccountExpires | Pointer to time.Time | [optional] | |
CredentialLastChanged | Pointer to time.Time | [optional] | |
AccountFirstLogin | Pointer to time.Time | [optional] | |
AccountLastLogin | Pointer to time.Time | [optional] | |
Version | Pointer to string | [optional] | |
RegitryType | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Size | Pointer to int32 | [optional] | |
Sha256 | Pointer to string | [optional] | |
Md5 | Pointer to string | [optional] | |
Sha1 | Pointer to string | [optional] | |
MimeType | Pointer to string | [optional] | |
Key | string | ||
Data | *os.File | ||
Hive | RegistryHive | ||
PathFile | Pointer to string | [optional] | |
Coin | Pointer to string | [optional] | |
Address | Pointer to string | [optional] | |
Country | Pointer to string | [optional] | |
Description | Pointer to string | [optional] |
func NewObservable1(value string, key string, data *os.File, hive RegistryHive, ) *Observable1
NewObservable1 instantiates a new Observable1 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 NewObservable1WithDefaults() *Observable1
NewObservable1WithDefaults instantiates a new Observable1 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 *Observable1) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *Observable1) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetValue(v string)
SetValue sets Value field to given value.
func (o *Observable1) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Observable1) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetType(v string)
SetType sets Type field to given value.
func (o *Observable1) HasType() bool
HasType returns a boolean if a field has been set.
func (o *Observable1) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *Observable1) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *Observable1) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *Observable1) GetContext() []map[string]interface{}
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *Observable1) GetContextOk() (*[]map[string]interface{}, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetContext(v []map[string]interface{})
SetContext sets Context field to given value.
func (o *Observable1) HasContext() bool
HasContext returns a boolean if a field has been set.
func (o *Observable1) GetLastAnalysis() map[string]time.Time
GetLastAnalysis returns the LastAnalysis field if non-nil, zero value otherwise.
func (o *Observable1) GetLastAnalysisOk() (*map[string]time.Time, bool)
GetLastAnalysisOk returns a tuple with the LastAnalysis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetLastAnalysis(v map[string]time.Time)
SetLastAnalysis sets LastAnalysis field to given value.
func (o *Observable1) HasLastAnalysis() bool
HasLastAnalysis returns a boolean if a field has been set.
func (o *Observable1) GetLastSeen() time.Time
GetLastSeen returns the LastSeen field if non-nil, zero value otherwise.
func (o *Observable1) GetLastSeenOk() (*time.Time, bool)
GetLastSeenOk returns a tuple with the LastSeen field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetLastSeen(v time.Time)
SetLastSeen sets LastSeen field to given value.
func (o *Observable1) HasLastSeen() bool
HasLastSeen returns a boolean if a field has been set.
func (o *Observable1) GetFirstSeen() time.Time
GetFirstSeen returns the FirstSeen field if non-nil, zero value otherwise.
func (o *Observable1) GetFirstSeenOk() (*time.Time, bool)
GetFirstSeenOk returns a tuple with the FirstSeen field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetFirstSeen(v time.Time)
SetFirstSeen sets FirstSeen field to given value.
func (o *Observable1) HasFirstSeen() bool
HasFirstSeen returns a boolean if a field has been set.
func (o *Observable1) GetIssuer() string
GetIssuer returns the Issuer field if non-nil, zero value otherwise.
func (o *Observable1) GetIssuerOk() (*string, bool)
GetIssuerOk returns a tuple with the Issuer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetIssuer(v string)
SetIssuer sets Issuer field to given value.
func (o *Observable1) HasIssuer() bool
HasIssuer returns a boolean if a field has been set.
func (o *Observable1) GetSubject() string
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *Observable1) GetSubjectOk() (*string, bool)
GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetSubject(v string)
SetSubject sets Subject field to given value.
func (o *Observable1) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *Observable1) GetSerialNumber() string
GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.
func (o *Observable1) GetSerialNumberOk() (*string, bool)
GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetSerialNumber(v string)
SetSerialNumber sets SerialNumber field to given value.
func (o *Observable1) HasSerialNumber() bool
HasSerialNumber returns a boolean if a field has been set.
func (o *Observable1) GetAfter() time.Time
GetAfter returns the After field if non-nil, zero value otherwise.
func (o *Observable1) GetAfterOk() (*time.Time, bool)
GetAfterOk returns a tuple with the After field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetAfter(v time.Time)
SetAfter sets After field to given value.
func (o *Observable1) HasAfter() bool
HasAfter returns a boolean if a field has been set.
func (o *Observable1) GetBefore() time.Time
GetBefore returns the Before field if non-nil, zero value otherwise.
func (o *Observable1) GetBeforeOk() (*time.Time, bool)
GetBeforeOk returns a tuple with the Before field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetBefore(v time.Time)
SetBefore sets Before field to given value.
func (o *Observable1) HasBefore() bool
HasBefore returns a boolean if a field has been set.
func (o *Observable1) GetFingerprint() string
GetFingerprint returns the Fingerprint field if non-nil, zero value otherwise.
func (o *Observable1) GetFingerprintOk() (*string, bool)
GetFingerprintOk returns a tuple with the Fingerprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetFingerprint(v string)
SetFingerprint sets Fingerprint field to given value.
func (o *Observable1) HasFingerprint() bool
HasFingerprint returns a boolean if a field has been set.
func (o *Observable1) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *Observable1) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *Observable1) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (o *Observable1) GetCredential() string
GetCredential returns the Credential field if non-nil, zero value otherwise.
func (o *Observable1) GetCredentialOk() (*string, bool)
GetCredentialOk returns a tuple with the Credential field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetCredential(v string)
SetCredential sets Credential field to given value.
func (o *Observable1) HasCredential() bool
HasCredential returns a boolean if a field has been set.
func (o *Observable1) GetAccountLogin() string
GetAccountLogin returns the AccountLogin field if non-nil, zero value otherwise.
func (o *Observable1) GetAccountLoginOk() (*string, bool)
GetAccountLoginOk returns a tuple with the AccountLogin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetAccountLogin(v string)
SetAccountLogin sets AccountLogin field to given value.
func (o *Observable1) HasAccountLogin() bool
HasAccountLogin returns a boolean if a field has been set.
func (o *Observable1) GetAccountType() string
GetAccountType returns the AccountType field if non-nil, zero value otherwise.
func (o *Observable1) GetAccountTypeOk() (*string, bool)
GetAccountTypeOk returns a tuple with the AccountType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetAccountType(v string)
SetAccountType sets AccountType field to given value.
func (o *Observable1) HasAccountType() bool
HasAccountType returns a boolean if a field has been set.
func (o *Observable1) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *Observable1) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *Observable1) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *Observable1) GetIsServiceAccount() bool
GetIsServiceAccount returns the IsServiceAccount field if non-nil, zero value otherwise.
func (o *Observable1) GetIsServiceAccountOk() (*bool, bool)
GetIsServiceAccountOk returns a tuple with the IsServiceAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetIsServiceAccount(v bool)
SetIsServiceAccount sets IsServiceAccount field to given value.
func (o *Observable1) HasIsServiceAccount() bool
HasIsServiceAccount returns a boolean if a field has been set.
func (o *Observable1) GetIsPrivileged() bool
GetIsPrivileged returns the IsPrivileged field if non-nil, zero value otherwise.
func (o *Observable1) GetIsPrivilegedOk() (*bool, bool)
GetIsPrivilegedOk returns a tuple with the IsPrivileged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetIsPrivileged(v bool)
SetIsPrivileged sets IsPrivileged field to given value.
func (o *Observable1) HasIsPrivileged() bool
HasIsPrivileged returns a boolean if a field has been set.
func (o *Observable1) GetCanEscalatePrivs() bool
GetCanEscalatePrivs returns the CanEscalatePrivs field if non-nil, zero value otherwise.
func (o *Observable1) GetCanEscalatePrivsOk() (*bool, bool)
GetCanEscalatePrivsOk returns a tuple with the CanEscalatePrivs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetCanEscalatePrivs(v bool)
SetCanEscalatePrivs sets CanEscalatePrivs field to given value.
func (o *Observable1) HasCanEscalatePrivs() bool
HasCanEscalatePrivs returns a boolean if a field has been set.
func (o *Observable1) GetIsDisabled() bool
GetIsDisabled returns the IsDisabled field if non-nil, zero value otherwise.
func (o *Observable1) GetIsDisabledOk() (*bool, bool)
GetIsDisabledOk returns a tuple with the IsDisabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetIsDisabled(v bool)
SetIsDisabled sets IsDisabled field to given value.
func (o *Observable1) HasIsDisabled() bool
HasIsDisabled returns a boolean if a field has been set.
func (o *Observable1) GetAccountCreated() time.Time
GetAccountCreated returns the AccountCreated field if non-nil, zero value otherwise.
func (o *Observable1) GetAccountCreatedOk() (*time.Time, bool)
GetAccountCreatedOk returns a tuple with the AccountCreated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetAccountCreated(v time.Time)
SetAccountCreated sets AccountCreated field to given value.
func (o *Observable1) HasAccountCreated() bool
HasAccountCreated returns a boolean if a field has been set.
func (o *Observable1) GetAccountExpires() time.Time
GetAccountExpires returns the AccountExpires field if non-nil, zero value otherwise.
func (o *Observable1) GetAccountExpiresOk() (*time.Time, bool)
GetAccountExpiresOk returns a tuple with the AccountExpires field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetAccountExpires(v time.Time)
SetAccountExpires sets AccountExpires field to given value.
func (o *Observable1) HasAccountExpires() bool
HasAccountExpires returns a boolean if a field has been set.
func (o *Observable1) GetCredentialLastChanged() time.Time
GetCredentialLastChanged returns the CredentialLastChanged field if non-nil, zero value otherwise.
func (o *Observable1) GetCredentialLastChangedOk() (*time.Time, bool)
GetCredentialLastChangedOk returns a tuple with the CredentialLastChanged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetCredentialLastChanged(v time.Time)
SetCredentialLastChanged sets CredentialLastChanged field to given value.
func (o *Observable1) HasCredentialLastChanged() bool
HasCredentialLastChanged returns a boolean if a field has been set.
func (o *Observable1) GetAccountFirstLogin() time.Time
GetAccountFirstLogin returns the AccountFirstLogin field if non-nil, zero value otherwise.
func (o *Observable1) GetAccountFirstLoginOk() (*time.Time, bool)
GetAccountFirstLoginOk returns a tuple with the AccountFirstLogin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetAccountFirstLogin(v time.Time)
SetAccountFirstLogin sets AccountFirstLogin field to given value.
func (o *Observable1) HasAccountFirstLogin() bool
HasAccountFirstLogin returns a boolean if a field has been set.
func (o *Observable1) GetAccountLastLogin() time.Time
GetAccountLastLogin returns the AccountLastLogin field if non-nil, zero value otherwise.
func (o *Observable1) GetAccountLastLoginOk() (*time.Time, bool)
GetAccountLastLoginOk returns a tuple with the AccountLastLogin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetAccountLastLogin(v time.Time)
SetAccountLastLogin sets AccountLastLogin field to given value.
func (o *Observable1) HasAccountLastLogin() bool
HasAccountLastLogin returns a boolean if a field has been set.
func (o *Observable1) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *Observable1) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *Observable1) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *Observable1) GetRegitryType() string
GetRegitryType returns the RegitryType field if non-nil, zero value otherwise.
func (o *Observable1) GetRegitryTypeOk() (*string, bool)
GetRegitryTypeOk returns a tuple with the RegitryType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetRegitryType(v string)
SetRegitryType sets RegitryType field to given value.
func (o *Observable1) HasRegitryType() bool
HasRegitryType returns a boolean if a field has been set.
func (o *Observable1) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Observable1) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetName(v string)
SetName sets Name field to given value.
func (o *Observable1) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Observable1) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *Observable1) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetSize(v int32)
SetSize sets Size field to given value.
func (o *Observable1) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *Observable1) GetSha256() string
GetSha256 returns the Sha256 field if non-nil, zero value otherwise.
func (o *Observable1) GetSha256Ok() (*string, bool)
GetSha256Ok returns a tuple with the Sha256 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetSha256(v string)
SetSha256 sets Sha256 field to given value.
func (o *Observable1) HasSha256() bool
HasSha256 returns a boolean if a field has been set.
func (o *Observable1) GetMd5() string
GetMd5 returns the Md5 field if non-nil, zero value otherwise.
func (o *Observable1) GetMd5Ok() (*string, bool)
GetMd5Ok returns a tuple with the Md5 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetMd5(v string)
SetMd5 sets Md5 field to given value.
func (o *Observable1) HasMd5() bool
HasMd5 returns a boolean if a field has been set.
func (o *Observable1) GetSha1() string
GetSha1 returns the Sha1 field if non-nil, zero value otherwise.
func (o *Observable1) GetSha1Ok() (*string, bool)
GetSha1Ok returns a tuple with the Sha1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetSha1(v string)
SetSha1 sets Sha1 field to given value.
func (o *Observable1) HasSha1() bool
HasSha1 returns a boolean if a field has been set.
func (o *Observable1) GetMimeType() string
GetMimeType returns the MimeType field if non-nil, zero value otherwise.
func (o *Observable1) GetMimeTypeOk() (*string, bool)
GetMimeTypeOk returns a tuple with the MimeType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetMimeType(v string)
SetMimeType sets MimeType field to given value.
func (o *Observable1) HasMimeType() bool
HasMimeType returns a boolean if a field has been set.
func (o *Observable1) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *Observable1) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetKey(v string)
SetKey sets Key field to given value.
func (o *Observable1) GetData() *os.File
GetData returns the Data field if non-nil, zero value otherwise.
func (o *Observable1) GetDataOk() (**os.File, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetData(v *os.File)
SetData sets Data field to given value.
func (o *Observable1) GetHive() RegistryHive
GetHive returns the Hive field if non-nil, zero value otherwise.
func (o *Observable1) GetHiveOk() (*RegistryHive, bool)
GetHiveOk returns a tuple with the Hive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetHive(v RegistryHive)
SetHive sets Hive field to given value.
func (o *Observable1) GetPathFile() string
GetPathFile returns the PathFile field if non-nil, zero value otherwise.
func (o *Observable1) GetPathFileOk() (*string, bool)
GetPathFileOk returns a tuple with the PathFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetPathFile(v string)
SetPathFile sets PathFile field to given value.
func (o *Observable1) HasPathFile() bool
HasPathFile returns a boolean if a field has been set.
func (o *Observable1) GetCoin() string
GetCoin returns the Coin field if non-nil, zero value otherwise.
func (o *Observable1) GetCoinOk() (*string, bool)
GetCoinOk returns a tuple with the Coin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetCoin(v string)
SetCoin sets Coin field to given value.
func (o *Observable1) HasCoin() bool
HasCoin returns a boolean if a field has been set.
func (o *Observable1) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *Observable1) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *Observable1) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *Observable1) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *Observable1) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *Observable1) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *Observable1) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *Observable1) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Observable1) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *Observable1) HasDescription() bool
HasDescription returns a boolean if a field has been set.