Name | Type | Description | Notes |
---|---|---|---|
AuthMethodsEventSourceLocations | Pointer to []string | Auth Method Event sources | [optional] |
Description | Pointer to string | Description of the object | [optional] |
EmailTo | Pointer to string | A comma seperated list of email addresses to send event to | [optional] |
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] |
Every | Pointer to string | Rate of periodic runner repetition in hours | [optional] |
GatewaysEventSourceLocations | []string | Event sources | |
IncludeError | Pointer to string | Set this option to include event errors details [true/false] | [optional] |
ItemsEventSourceLocations | Pointer to []string | Items Event sources | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
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 | |
OverrideUrl | Pointer to string | Override Akeyless default URL with your Gateway url (port 18888) | [optional] |
RunnerType | string | ||
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] |
func NewEventForwarderCreateEmail(gatewaysEventSourceLocations []string, name string, runnerType string, ) *EventForwarderCreateEmail
NewEventForwarderCreateEmail instantiates a new EventForwarderCreateEmail 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 NewEventForwarderCreateEmailWithDefaults() *EventForwarderCreateEmail
NewEventForwarderCreateEmailWithDefaults instantiates a new EventForwarderCreateEmail 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 *EventForwarderCreateEmail) GetAuthMethodsEventSourceLocations() []string
GetAuthMethodsEventSourceLocations returns the AuthMethodsEventSourceLocations field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) 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 *EventForwarderCreateEmail) SetAuthMethodsEventSourceLocations(v []string)
SetAuthMethodsEventSourceLocations sets AuthMethodsEventSourceLocations field to given value.
func (o *EventForwarderCreateEmail) HasAuthMethodsEventSourceLocations() bool
HasAuthMethodsEventSourceLocations returns a boolean if a field has been set.
func (o *EventForwarderCreateEmail) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) 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 *EventForwarderCreateEmail) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *EventForwarderCreateEmail) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *EventForwarderCreateEmail) GetEmailTo() string
GetEmailTo returns the EmailTo field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) 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 *EventForwarderCreateEmail) SetEmailTo(v string)
SetEmailTo sets EmailTo field to given value.
func (o *EventForwarderCreateEmail) HasEmailTo() bool
HasEmailTo returns a boolean if a field has been set.
func (o *EventForwarderCreateEmail) GetEventTypes() []string
GetEventTypes returns the EventTypes field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) 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 *EventForwarderCreateEmail) SetEventTypes(v []string)
SetEventTypes sets EventTypes field to given value.
func (o *EventForwarderCreateEmail) HasEventTypes() bool
HasEventTypes returns a boolean if a field has been set.
func (o *EventForwarderCreateEmail) GetEvery() string
GetEvery returns the Every field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) GetEveryOk() (*string, bool)
GetEveryOk returns a tuple with the Every field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventForwarderCreateEmail) SetEvery(v string)
SetEvery sets Every field to given value.
func (o *EventForwarderCreateEmail) HasEvery() bool
HasEvery returns a boolean if a field has been set.
func (o *EventForwarderCreateEmail) GetGatewaysEventSourceLocations() []string
GetGatewaysEventSourceLocations returns the GatewaysEventSourceLocations field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) 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 *EventForwarderCreateEmail) SetGatewaysEventSourceLocations(v []string)
SetGatewaysEventSourceLocations sets GatewaysEventSourceLocations field to given value.
func (o *EventForwarderCreateEmail) GetIncludeError() string
GetIncludeError returns the IncludeError field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) GetIncludeErrorOk() (*string, bool)
GetIncludeErrorOk returns a tuple with the IncludeError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventForwarderCreateEmail) SetIncludeError(v string)
SetIncludeError sets IncludeError field to given value.
func (o *EventForwarderCreateEmail) HasIncludeError() bool
HasIncludeError returns a boolean if a field has been set.
func (o *EventForwarderCreateEmail) GetItemsEventSourceLocations() []string
GetItemsEventSourceLocations returns the ItemsEventSourceLocations field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) 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 *EventForwarderCreateEmail) SetItemsEventSourceLocations(v []string)
SetItemsEventSourceLocations sets ItemsEventSourceLocations field to given value.
func (o *EventForwarderCreateEmail) HasItemsEventSourceLocations() bool
HasItemsEventSourceLocations returns a boolean if a field has been set.
func (o *EventForwarderCreateEmail) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) 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 *EventForwarderCreateEmail) SetJson(v bool)
SetJson sets Json field to given value.
func (o *EventForwarderCreateEmail) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *EventForwarderCreateEmail) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) 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 *EventForwarderCreateEmail) SetKey(v string)
SetKey sets Key field to given value.
func (o *EventForwarderCreateEmail) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *EventForwarderCreateEmail) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) 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 *EventForwarderCreateEmail) SetName(v string)
SetName sets Name field to given value.
func (o *EventForwarderCreateEmail) GetOverrideUrl() string
GetOverrideUrl returns the OverrideUrl field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) GetOverrideUrlOk() (*string, bool)
GetOverrideUrlOk returns a tuple with the OverrideUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventForwarderCreateEmail) SetOverrideUrl(v string)
SetOverrideUrl sets OverrideUrl field to given value.
func (o *EventForwarderCreateEmail) HasOverrideUrl() bool
HasOverrideUrl returns a boolean if a field has been set.
func (o *EventForwarderCreateEmail) GetRunnerType() string
GetRunnerType returns the RunnerType field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) GetRunnerTypeOk() (*string, bool)
GetRunnerTypeOk returns a tuple with the RunnerType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventForwarderCreateEmail) SetRunnerType(v string)
SetRunnerType sets RunnerType field to given value.
func (o *EventForwarderCreateEmail) GetTargetsEventSourceLocations() []string
GetTargetsEventSourceLocations returns the TargetsEventSourceLocations field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) 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 *EventForwarderCreateEmail) SetTargetsEventSourceLocations(v []string)
SetTargetsEventSourceLocations sets TargetsEventSourceLocations field to given value.
func (o *EventForwarderCreateEmail) HasTargetsEventSourceLocations() bool
HasTargetsEventSourceLocations returns a boolean if a field has been set.
func (o *EventForwarderCreateEmail) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) 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 *EventForwarderCreateEmail) SetToken(v string)
SetToken sets Token field to given value.
func (o *EventForwarderCreateEmail) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *EventForwarderCreateEmail) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *EventForwarderCreateEmail) 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 *EventForwarderCreateEmail) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *EventForwarderCreateEmail) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.