Name | Type | Description | Notes |
---|---|---|---|
CustomerId | Pointer to string | Google chronicle customer id | [optional] |
Enable | Pointer to string | Enable Log Forwarding [true/false] | [optional] [default to "true"] |
GcpKey | Pointer to string | Base64-encoded service account private key text | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
LogType | Pointer to string | Google chronicle log type | [optional] |
OutputFormat | Pointer to string | Logs format [text/json] | [optional] [default to "text"] |
PullInterval | Pointer to string | Pull interval in seconds | [optional] [default to "10"] |
Region | Pointer to string | Google chronicle region [eu_multi_region/london/us_multi_region/singapore/tel_aviv] | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewGwUpdateRemoteAccessSessionLogsGoogleChronicle() *GwUpdateRemoteAccessSessionLogsGoogleChronicle
NewGwUpdateRemoteAccessSessionLogsGoogleChronicle instantiates a new GwUpdateRemoteAccessSessionLogsGoogleChronicle 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 NewGwUpdateRemoteAccessSessionLogsGoogleChronicleWithDefaults() *GwUpdateRemoteAccessSessionLogsGoogleChronicle
NewGwUpdateRemoteAccessSessionLogsGoogleChronicleWithDefaults instantiates a new GwUpdateRemoteAccessSessionLogsGoogleChronicle 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 *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetCustomerId() string
GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetCustomerIdOk() (*string, bool)
GetCustomerIdOk returns a tuple with the CustomerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) SetCustomerId(v string)
SetCustomerId sets CustomerId field to given value.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) HasCustomerId() bool
HasCustomerId returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetEnable() string
GetEnable returns the Enable field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetEnableOk() (*string, bool)
GetEnableOk returns a tuple with the Enable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) SetEnable(v string)
SetEnable sets Enable field to given value.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) HasEnable() bool
HasEnable returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetGcpKey() string
GetGcpKey returns the GcpKey field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetGcpKeyOk() (*string, bool)
GetGcpKeyOk returns a tuple with the GcpKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) SetGcpKey(v string)
SetGcpKey sets GcpKey field to given value.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) HasGcpKey() bool
HasGcpKey returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetLogType() string
GetLogType returns the LogType field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetLogTypeOk() (*string, bool)
GetLogTypeOk returns a tuple with the LogType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) SetLogType(v string)
SetLogType sets LogType field to given value.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) HasLogType() bool
HasLogType returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetOutputFormat() string
GetOutputFormat returns the OutputFormat field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetOutputFormatOk() (*string, bool)
GetOutputFormatOk returns a tuple with the OutputFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) SetOutputFormat(v string)
SetOutputFormat sets OutputFormat field to given value.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) HasOutputFormat() bool
HasOutputFormat returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetPullInterval() string
GetPullInterval returns the PullInterval field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetPullIntervalOk() (*string, bool)
GetPullIntervalOk returns a tuple with the PullInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) SetPullInterval(v string)
SetPullInterval sets PullInterval field to given value.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) HasPullInterval() bool
HasPullInterval returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) SetToken(v string)
SetToken sets Token field to given value.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GwUpdateRemoteAccessSessionLogsGoogleChronicle) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.