Name | Type | Description | Notes |
---|---|---|---|
AuthMethodsEventSourceLocations | Pointer to []string | Auth Method Event sources | [optional] |
Description | Pointer to string | Description of the object | [optional] |
Enable | Pointer to string | Enable/Disable Event Forwarder [true/false] | [optional] [default to "true"] |
EventTypes | Pointer to []string | List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report] | [optional] |
GatewaysEventSourceLocations | []string | Event sources | |
ItemsEventSourceLocations | Pointer to []string | Items Event sources | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
KeepPrevVersion | Pointer to string | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
Key | Pointer to string | The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used) | [optional] |
Name | string | EventForwarder name | |
NewName | Pointer to string | New EventForwarder name | [optional] |
TargetsEventSourceLocations | Pointer to []string | Targets Event sources | [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] |
Url | string | Slack Webhook URL |
func NewEventForwarderUpdateSlack(gatewaysEventSourceLocations []string, name string, url string, ) *EventForwarderUpdateSlack
NewEventForwarderUpdateSlack instantiates a new EventForwarderUpdateSlack 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 NewEventForwarderUpdateSlackWithDefaults() *EventForwarderUpdateSlack
NewEventForwarderUpdateSlackWithDefaults instantiates a new EventForwarderUpdateSlack 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 *EventForwarderUpdateSlack) GetAuthMethodsEventSourceLocations() []string
GetAuthMethodsEventSourceLocations returns the AuthMethodsEventSourceLocations field if non-nil, zero value otherwise.
func (o *EventForwarderUpdateSlack) GetAuthMethodsEventSourceLocationsOk() (*[]string, bool)
GetAuthMethodsEventSourceLocationsOk returns a tuple with the AuthMethodsEventSourceLocations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventForwarderUpdateSlack) SetAuthMethodsEventSourceLocations(v []string)
SetAuthMethodsEventSourceLocations sets AuthMethodsEventSourceLocations field to given value.
func (o *EventForwarderUpdateSlack) HasAuthMethodsEventSourceLocations() bool
HasAuthMethodsEventSourceLocations returns a boolean if a field has been set.
func (o *EventForwarderUpdateSlack) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *EventForwarderUpdateSlack) 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 *EventForwarderUpdateSlack) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *EventForwarderUpdateSlack) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *EventForwarderUpdateSlack) GetEnable() string
GetEnable returns the Enable field if non-nil, zero value otherwise.
func (o *EventForwarderUpdateSlack) 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 *EventForwarderUpdateSlack) SetEnable(v string)
SetEnable sets Enable field to given value.
func (o *EventForwarderUpdateSlack) HasEnable() bool
HasEnable returns a boolean if a field has been set.
func (o *EventForwarderUpdateSlack) GetEventTypes() []string
GetEventTypes returns the EventTypes field if non-nil, zero value otherwise.
func (o *EventForwarderUpdateSlack) 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 *EventForwarderUpdateSlack) SetEventTypes(v []string)
SetEventTypes sets EventTypes field to given value.
func (o *EventForwarderUpdateSlack) HasEventTypes() bool
HasEventTypes returns a boolean if a field has been set.
func (o *EventForwarderUpdateSlack) GetGatewaysEventSourceLocations() []string
GetGatewaysEventSourceLocations returns the GatewaysEventSourceLocations field if non-nil, zero value otherwise.
func (o *EventForwarderUpdateSlack) GetGatewaysEventSourceLocationsOk() (*[]string, bool)
GetGatewaysEventSourceLocationsOk returns a tuple with the GatewaysEventSourceLocations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventForwarderUpdateSlack) SetGatewaysEventSourceLocations(v []string)
SetGatewaysEventSourceLocations sets GatewaysEventSourceLocations field to given value.
func (o *EventForwarderUpdateSlack) GetItemsEventSourceLocations() []string
GetItemsEventSourceLocations returns the ItemsEventSourceLocations field if non-nil, zero value otherwise.
func (o *EventForwarderUpdateSlack) GetItemsEventSourceLocationsOk() (*[]string, bool)
GetItemsEventSourceLocationsOk returns a tuple with the ItemsEventSourceLocations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventForwarderUpdateSlack) SetItemsEventSourceLocations(v []string)
SetItemsEventSourceLocations sets ItemsEventSourceLocations field to given value.
func (o *EventForwarderUpdateSlack) HasItemsEventSourceLocations() bool
HasItemsEventSourceLocations returns a boolean if a field has been set.
func (o *EventForwarderUpdateSlack) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *EventForwarderUpdateSlack) 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 *EventForwarderUpdateSlack) SetJson(v bool)
SetJson sets Json field to given value.
func (o *EventForwarderUpdateSlack) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *EventForwarderUpdateSlack) GetKeepPrevVersion() string
GetKeepPrevVersion returns the KeepPrevVersion field if non-nil, zero value otherwise.
func (o *EventForwarderUpdateSlack) GetKeepPrevVersionOk() (*string, bool)
GetKeepPrevVersionOk returns a tuple with the KeepPrevVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventForwarderUpdateSlack) SetKeepPrevVersion(v string)
SetKeepPrevVersion sets KeepPrevVersion field to given value.
func (o *EventForwarderUpdateSlack) HasKeepPrevVersion() bool
HasKeepPrevVersion returns a boolean if a field has been set.
func (o *EventForwarderUpdateSlack) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *EventForwarderUpdateSlack) 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 *EventForwarderUpdateSlack) SetKey(v string)
SetKey sets Key field to given value.
func (o *EventForwarderUpdateSlack) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *EventForwarderUpdateSlack) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *EventForwarderUpdateSlack) 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 *EventForwarderUpdateSlack) SetName(v string)
SetName sets Name field to given value.
func (o *EventForwarderUpdateSlack) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *EventForwarderUpdateSlack) 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 *EventForwarderUpdateSlack) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *EventForwarderUpdateSlack) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *EventForwarderUpdateSlack) GetTargetsEventSourceLocations() []string
GetTargetsEventSourceLocations returns the TargetsEventSourceLocations field if non-nil, zero value otherwise.
func (o *EventForwarderUpdateSlack) GetTargetsEventSourceLocationsOk() (*[]string, bool)
GetTargetsEventSourceLocationsOk returns a tuple with the TargetsEventSourceLocations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventForwarderUpdateSlack) SetTargetsEventSourceLocations(v []string)
SetTargetsEventSourceLocations sets TargetsEventSourceLocations field to given value.
func (o *EventForwarderUpdateSlack) HasTargetsEventSourceLocations() bool
HasTargetsEventSourceLocations returns a boolean if a field has been set.
func (o *EventForwarderUpdateSlack) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *EventForwarderUpdateSlack) 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 *EventForwarderUpdateSlack) SetToken(v string)
SetToken sets Token field to given value.
func (o *EventForwarderUpdateSlack) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *EventForwarderUpdateSlack) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *EventForwarderUpdateSlack) 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 *EventForwarderUpdateSlack) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *EventForwarderUpdateSlack) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *EventForwarderUpdateSlack) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *EventForwarderUpdateSlack) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventForwarderUpdateSlack) SetUrl(v string)
SetUrl sets Url field to given value.