Skip to content

Latest commit

 

History

History
431 lines (232 loc) · 13.8 KB

EventForwarderCreateEmail.md

File metadata and controls

431 lines (232 loc) · 13.8 KB

EventForwarderCreateEmail

Properties

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]

Methods

NewEventForwarderCreateEmail

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

NewEventForwarderCreateEmailWithDefaults

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

GetAuthMethodsEventSourceLocations

func (o *EventForwarderCreateEmail) GetAuthMethodsEventSourceLocations() []string

GetAuthMethodsEventSourceLocations returns the AuthMethodsEventSourceLocations field if non-nil, zero value otherwise.

GetAuthMethodsEventSourceLocationsOk

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.

SetAuthMethodsEventSourceLocations

func (o *EventForwarderCreateEmail) SetAuthMethodsEventSourceLocations(v []string)

SetAuthMethodsEventSourceLocations sets AuthMethodsEventSourceLocations field to given value.

HasAuthMethodsEventSourceLocations

func (o *EventForwarderCreateEmail) HasAuthMethodsEventSourceLocations() bool

HasAuthMethodsEventSourceLocations returns a boolean if a field has been set.

GetDescription

func (o *EventForwarderCreateEmail) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *EventForwarderCreateEmail) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *EventForwarderCreateEmail) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetEmailTo

func (o *EventForwarderCreateEmail) GetEmailTo() string

GetEmailTo returns the EmailTo field if non-nil, zero value otherwise.

GetEmailToOk

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.

SetEmailTo

func (o *EventForwarderCreateEmail) SetEmailTo(v string)

SetEmailTo sets EmailTo field to given value.

HasEmailTo

func (o *EventForwarderCreateEmail) HasEmailTo() bool

HasEmailTo returns a boolean if a field has been set.

GetEventTypes

func (o *EventForwarderCreateEmail) GetEventTypes() []string

GetEventTypes returns the EventTypes field if non-nil, zero value otherwise.

GetEventTypesOk

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.

SetEventTypes

func (o *EventForwarderCreateEmail) SetEventTypes(v []string)

SetEventTypes sets EventTypes field to given value.

HasEventTypes

func (o *EventForwarderCreateEmail) HasEventTypes() bool

HasEventTypes returns a boolean if a field has been set.

GetEvery

func (o *EventForwarderCreateEmail) GetEvery() string

GetEvery returns the Every field if non-nil, zero value otherwise.

GetEveryOk

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.

SetEvery

func (o *EventForwarderCreateEmail) SetEvery(v string)

SetEvery sets Every field to given value.

HasEvery

func (o *EventForwarderCreateEmail) HasEvery() bool

HasEvery returns a boolean if a field has been set.

GetGatewaysEventSourceLocations

func (o *EventForwarderCreateEmail) GetGatewaysEventSourceLocations() []string

GetGatewaysEventSourceLocations returns the GatewaysEventSourceLocations field if non-nil, zero value otherwise.

GetGatewaysEventSourceLocationsOk

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.

SetGatewaysEventSourceLocations

func (o *EventForwarderCreateEmail) SetGatewaysEventSourceLocations(v []string)

SetGatewaysEventSourceLocations sets GatewaysEventSourceLocations field to given value.

GetIncludeError

func (o *EventForwarderCreateEmail) GetIncludeError() string

GetIncludeError returns the IncludeError field if non-nil, zero value otherwise.

GetIncludeErrorOk

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.

SetIncludeError

func (o *EventForwarderCreateEmail) SetIncludeError(v string)

SetIncludeError sets IncludeError field to given value.

HasIncludeError

func (o *EventForwarderCreateEmail) HasIncludeError() bool

HasIncludeError returns a boolean if a field has been set.

GetItemsEventSourceLocations

func (o *EventForwarderCreateEmail) GetItemsEventSourceLocations() []string

GetItemsEventSourceLocations returns the ItemsEventSourceLocations field if non-nil, zero value otherwise.

GetItemsEventSourceLocationsOk

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.

SetItemsEventSourceLocations

func (o *EventForwarderCreateEmail) SetItemsEventSourceLocations(v []string)

SetItemsEventSourceLocations sets ItemsEventSourceLocations field to given value.

HasItemsEventSourceLocations

func (o *EventForwarderCreateEmail) HasItemsEventSourceLocations() bool

HasItemsEventSourceLocations returns a boolean if a field has been set.

GetJson

func (o *EventForwarderCreateEmail) GetJson() bool

GetJson returns the Json field if non-nil, zero value otherwise.

GetJsonOk

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.

SetJson

func (o *EventForwarderCreateEmail) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *EventForwarderCreateEmail) HasJson() bool

HasJson returns a boolean if a field has been set.

GetKey

func (o *EventForwarderCreateEmail) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

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.

SetKey

func (o *EventForwarderCreateEmail) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *EventForwarderCreateEmail) HasKey() bool

HasKey returns a boolean if a field has been set.

GetName

func (o *EventForwarderCreateEmail) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *EventForwarderCreateEmail) SetName(v string)

SetName sets Name field to given value.

GetOverrideUrl

func (o *EventForwarderCreateEmail) GetOverrideUrl() string

GetOverrideUrl returns the OverrideUrl field if non-nil, zero value otherwise.

GetOverrideUrlOk

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.

SetOverrideUrl

func (o *EventForwarderCreateEmail) SetOverrideUrl(v string)

SetOverrideUrl sets OverrideUrl field to given value.

HasOverrideUrl

func (o *EventForwarderCreateEmail) HasOverrideUrl() bool

HasOverrideUrl returns a boolean if a field has been set.

GetRunnerType

func (o *EventForwarderCreateEmail) GetRunnerType() string

GetRunnerType returns the RunnerType field if non-nil, zero value otherwise.

GetRunnerTypeOk

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.

SetRunnerType

func (o *EventForwarderCreateEmail) SetRunnerType(v string)

SetRunnerType sets RunnerType field to given value.

GetTargetsEventSourceLocations

func (o *EventForwarderCreateEmail) GetTargetsEventSourceLocations() []string

GetTargetsEventSourceLocations returns the TargetsEventSourceLocations field if non-nil, zero value otherwise.

GetTargetsEventSourceLocationsOk

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.

SetTargetsEventSourceLocations

func (o *EventForwarderCreateEmail) SetTargetsEventSourceLocations(v []string)

SetTargetsEventSourceLocations sets TargetsEventSourceLocations field to given value.

HasTargetsEventSourceLocations

func (o *EventForwarderCreateEmail) HasTargetsEventSourceLocations() bool

HasTargetsEventSourceLocations returns a boolean if a field has been set.

GetToken

func (o *EventForwarderCreateEmail) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

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.

SetToken

func (o *EventForwarderCreateEmail) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *EventForwarderCreateEmail) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *EventForwarderCreateEmail) GetUidToken() string

GetUidToken returns the UidToken field if non-nil, zero value otherwise.

GetUidTokenOk

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.

SetUidToken

func (o *EventForwarderCreateEmail) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *EventForwarderCreateEmail) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]