Name | Type | Description | Notes |
---|---|---|---|
AdminName | Pointer to string | Workstation Admin Name | [optional] |
AuthType | Pointer to string | The authentication type to use when connecting to ServiceNow (user-pass / jwt) | [optional] [default to "user-pass"] |
ClientId | Pointer to string | The client ID to use when connecting to ServiceNow with jwt authentication | [optional] |
Description | Pointer to string | Description of the object | [optional] [default to "default_comment"] |
EmailTo | Pointer to string | A comma seperated list of email addresses to send event to (relevant only for "email" Event Forwarder) | [optional] |
Enable | Pointer to string | Enable/Disable Event Forwarder [true/false] | [optional] [default to "true"] |
EventSourceLocations | Pointer to []string | Event sources | [optional] |
EventTypes | Pointer to []string | Event types | [optional] |
Host | Pointer to string | Workstation Host | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Name | string | EventForwarder name | |
NewComment | Pointer to string | Deprecated - use description | [optional] [default to "default_comment"] |
NewName | Pointer to string | New EventForwarder name | [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] |
UserEmail | Pointer to string | The user email to use when connecting to ServiceNow with jwt authentication | [optional] |
func NewUpdateEventForwarder(name string, ) *UpdateEventForwarder
NewUpdateEventForwarder instantiates a new UpdateEventForwarder 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 NewUpdateEventForwarderWithDefaults() *UpdateEventForwarder
NewUpdateEventForwarderWithDefaults instantiates a new UpdateEventForwarder 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 *UpdateEventForwarder) GetAdminName() string
GetAdminName returns the AdminName field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) GetAdminNameOk() (*string, bool)
GetAdminNameOk returns a tuple with the AdminName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateEventForwarder) SetAdminName(v string)
SetAdminName sets AdminName field to given value.
func (o *UpdateEventForwarder) HasAdminName() bool
HasAdminName returns a boolean if a field has been set.
func (o *UpdateEventForwarder) GetAuthType() string
GetAuthType returns the AuthType field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) GetAuthTypeOk() (*string, bool)
GetAuthTypeOk returns a tuple with the AuthType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateEventForwarder) SetAuthType(v string)
SetAuthType sets AuthType field to given value.
func (o *UpdateEventForwarder) HasAuthType() bool
HasAuthType returns a boolean if a field has been set.
func (o *UpdateEventForwarder) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateEventForwarder) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *UpdateEventForwarder) HasClientId() bool
HasClientId returns a boolean if a field has been set.
func (o *UpdateEventForwarder) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) 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 *UpdateEventForwarder) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *UpdateEventForwarder) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *UpdateEventForwarder) GetEmailTo() string
GetEmailTo returns the EmailTo field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) GetEmailToOk() (*string, bool)
GetEmailToOk returns a tuple with the EmailTo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateEventForwarder) SetEmailTo(v string)
SetEmailTo sets EmailTo field to given value.
func (o *UpdateEventForwarder) HasEmailTo() bool
HasEmailTo returns a boolean if a field has been set.
func (o *UpdateEventForwarder) GetEnable() string
GetEnable returns the Enable field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) 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 *UpdateEventForwarder) SetEnable(v string)
SetEnable sets Enable field to given value.
func (o *UpdateEventForwarder) HasEnable() bool
HasEnable returns a boolean if a field has been set.
func (o *UpdateEventForwarder) GetEventSourceLocations() []string
GetEventSourceLocations returns the EventSourceLocations field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) GetEventSourceLocationsOk() (*[]string, bool)
GetEventSourceLocationsOk returns a tuple with the EventSourceLocations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateEventForwarder) SetEventSourceLocations(v []string)
SetEventSourceLocations sets EventSourceLocations field to given value.
func (o *UpdateEventForwarder) HasEventSourceLocations() bool
HasEventSourceLocations returns a boolean if a field has been set.
func (o *UpdateEventForwarder) GetEventTypes() []string
GetEventTypes returns the EventTypes field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) GetEventTypesOk() (*[]string, bool)
GetEventTypesOk returns a tuple with the EventTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateEventForwarder) SetEventTypes(v []string)
SetEventTypes sets EventTypes field to given value.
func (o *UpdateEventForwarder) HasEventTypes() bool
HasEventTypes returns a boolean if a field has been set.
func (o *UpdateEventForwarder) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateEventForwarder) SetHost(v string)
SetHost sets Host field to given value.
func (o *UpdateEventForwarder) HasHost() bool
HasHost returns a boolean if a field has been set.
func (o *UpdateEventForwarder) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) 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 *UpdateEventForwarder) SetJson(v bool)
SetJson sets Json field to given value.
func (o *UpdateEventForwarder) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *UpdateEventForwarder) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) 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 *UpdateEventForwarder) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateEventForwarder) GetNewComment() string
GetNewComment returns the NewComment field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) GetNewCommentOk() (*string, bool)
GetNewCommentOk returns a tuple with the NewComment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateEventForwarder) SetNewComment(v string)
SetNewComment sets NewComment field to given value.
func (o *UpdateEventForwarder) HasNewComment() bool
HasNewComment returns a boolean if a field has been set.
func (o *UpdateEventForwarder) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) GetNewNameOk() (*string, bool)
GetNewNameOk returns a tuple with the NewName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateEventForwarder) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *UpdateEventForwarder) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *UpdateEventForwarder) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) 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 *UpdateEventForwarder) SetToken(v string)
SetToken sets Token field to given value.
func (o *UpdateEventForwarder) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *UpdateEventForwarder) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) 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 *UpdateEventForwarder) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *UpdateEventForwarder) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *UpdateEventForwarder) GetUserEmail() string
GetUserEmail returns the UserEmail field if non-nil, zero value otherwise.
func (o *UpdateEventForwarder) GetUserEmailOk() (*string, bool)
GetUserEmailOk returns a tuple with the UserEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateEventForwarder) SetUserEmail(v string)
SetUserEmail sets UserEmail field to given value.
func (o *UpdateEventForwarder) HasUserEmail() bool
HasUserEmail returns a boolean if a field has been set.