--- id: v2024-trigger-example-input title: TriggerExampleInput pagination_label: TriggerExampleInput sidebar_label: TriggerExampleInput sidebar_class_name: gosdk keywords: ['go', 'Golang', 'sdk', 'TriggerExampleInput', 'V2024TriggerExampleInput'] slug: /tools/sdk/go/v2024/models/trigger-example-input tags: ['SDK', 'Software Development Kit', 'TriggerExampleInput', 'V2024TriggerExampleInput'] --- # TriggerExampleInput ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **AccessRequestId** | **string** | The unique ID of the access request. | **RequestedFor** | [**[]AccessItemRequestedForDto**](access-item-requested-for-dto) | Identities access was requested for. | **RequestedItems** | [**[]AccessRequestPreApprovalRequestedItemsInner**](access-request-pre-approval-requested-items-inner) | Details of the access items being requested. | **RequestedBy** | [**AccessItemRequesterDto**](access-item-requester-dto) | | **RequestedItemsStatus** | [**[]AccessRequestPostApprovalRequestedItemsStatusInner**](access-request-post-approval-requested-items-status-inner) | Details on the outcome of each access item. | **Source** | [**AccountUncorrelatedSource**](account-uncorrelated-source) | | **Status** | **map[string]interface{}** | The overall status of the collection. | **Started** | **SailPointTime** | The date and time when the account collection started. | **Completed** | **SailPointTime** | The date and time when the account collection finished. | **Errors** | **[]string** | A list of any accumulated error messages that occurred during provisioning. | **Warnings** | **[]string** | A list of any accumulated warning messages that occurred during provisioning. | **Stats** | [**AccountsCollectedForAggregationStats**](accounts-collected-for-aggregation-stats) | | **Identity** | [**IdentityDeletedIdentity**](identity-deleted-identity) | | **Account** | [**AccountUncorrelatedAccount**](account-uncorrelated-account) | | **Changes** | [**[]IdentityAttributesChangedChangesInner**](identity-attributes-changed-changes-inner) | A list of one or more identity attributes that changed on the identity. | **Attributes** | **map[string]interface{}** | The attributes of the account. The contents of attributes depends on the account schema for the source. | **EntitlementCount** | Pointer to **int32** | The number of entitlements associated with this account. | [optional] **Campaign** | [**CampaignGeneratedCampaign**](campaign-generated-campaign) | | **Certification** | [**CertificationSignedOffCertification**](certification-signed-off-certification) | | **TrackingNumber** | **string** | The reference number of the provisioning request. Useful for tracking status in the Account Activity search interface. | **Sources** | **string** | One or more sources that the provisioning transaction(s) were done against. Sources are comma separated. | **Action** | Pointer to **NullableString** | Origin of where the provisioning request came from. | [optional] **Recipient** | [**ProvisioningCompletedRecipient**](provisioning-completed-recipient) | | **Requester** | Pointer to [**NullableProvisioningCompletedRequester**](provisioning-completed-requester) | | [optional] **AccountRequests** | [**[]ProvisioningCompletedAccountRequestsInner**](provisioning-completed-account-requests-inner) | A list of provisioning instructions to perform on an account-by-account basis. | **FileName** | **string** | A name for the report file. | **OwnerEmail** | **string** | The email address of the identity that owns the saved search. | **OwnerName** | **string** | The name of the identity that owns the saved search. | **Query** | **string** | The search query that was used to generate the report. | **SearchName** | **string** | The name of the saved search. | **SearchResults** | [**SavedSearchCompleteSearchResults**](saved-search-complete-search-results) | | **SignedS3Url** | **string** | The Amazon S3 URL to download the report from. | **Uuid** | Pointer to **string** | Source unique identifier for the identity. UUID is generated by the source system. | [optional] **Id** | **string** | The unique ID of the source. | **NativeIdentifier** | **string** | Unique ID of the account on the source. | **SourceId** | **string** | The ID of the source. | **SourceName** | **string** | The name of the source. | **IdentityId** | **string** | The ID of the identity that is correlated with this account. | **IdentityName** | **string** | The name of the identity that is correlated with this account. | **Name** | **string** | The user friendly name of the source. | **Type** | **string** | The connection type of the source. | **Created** | **SailPointTime** | The date and time the status change occurred. | **Connector** | **string** | The connector type used to connect to the source. | **Actor** | [**SourceUpdatedActor**](source-updated-actor) | | **Deleted** | **SailPointTime** | The date and time the source was deleted. | **Modified** | **SailPointTime** | The date and time the source was modified. | **Application** | [**VAClusterStatusChangeEventApplication**](va-cluster-status-change-event-application) | | **HealthCheckResult** | [**VAClusterStatusChangeEventHealthCheckResult**](va-cluster-status-change-event-health-check-result) | | **PreviousHealthCheckResult** | [**VAClusterStatusChangeEventPreviousHealthCheckResult**](va-cluster-status-change-event-previous-health-check-result) | | ## Methods ### NewTriggerExampleInput `func NewTriggerExampleInput(accessRequestId string, requestedFor []AccessItemRequestedForDto, requestedItems []AccessRequestPreApprovalRequestedItemsInner, requestedBy AccessItemRequesterDto, requestedItemsStatus []AccessRequestPostApprovalRequestedItemsStatusInner, source AccountUncorrelatedSource, status map[string]interface{}, started SailPointTime, completed SailPointTime, errors []string, warnings []string, stats AccountsCollectedForAggregationStats, identity IdentityDeletedIdentity, account AccountUncorrelatedAccount, changes []IdentityAttributesChangedChangesInner, attributes map[string]interface{}, campaign CampaignGeneratedCampaign, certification CertificationSignedOffCertification, trackingNumber string, sources string, recipient ProvisioningCompletedRecipient, accountRequests []ProvisioningCompletedAccountRequestsInner, fileName string, ownerEmail string, ownerName string, query string, searchName string, searchResults SavedSearchCompleteSearchResults, signedS3Url string, id string, nativeIdentifier string, sourceId string, sourceName string, identityId string, identityName string, name string, type_ string, created SailPointTime, connector string, actor SourceUpdatedActor, deleted SailPointTime, modified SailPointTime, application VAClusterStatusChangeEventApplication, healthCheckResult VAClusterStatusChangeEventHealthCheckResult, previousHealthCheckResult VAClusterStatusChangeEventPreviousHealthCheckResult, ) *TriggerExampleInput` NewTriggerExampleInput instantiates a new TriggerExampleInput 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 ### NewTriggerExampleInputWithDefaults `func NewTriggerExampleInputWithDefaults() *TriggerExampleInput` NewTriggerExampleInputWithDefaults instantiates a new TriggerExampleInput 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 ### GetAccessRequestId `func (o *TriggerExampleInput) GetAccessRequestId() string` GetAccessRequestId returns the AccessRequestId field if non-nil, zero value otherwise. ### GetAccessRequestIdOk `func (o *TriggerExampleInput) GetAccessRequestIdOk() (*string, bool)` GetAccessRequestIdOk returns a tuple with the AccessRequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetAccessRequestId `func (o *TriggerExampleInput) SetAccessRequestId(v string)` SetAccessRequestId sets AccessRequestId field to given value. ### GetRequestedFor `func (o *TriggerExampleInput) GetRequestedFor() []AccessItemRequestedForDto` GetRequestedFor returns the RequestedFor field if non-nil, zero value otherwise. ### GetRequestedForOk `func (o *TriggerExampleInput) GetRequestedForOk() (*[]AccessItemRequestedForDto, bool)` GetRequestedForOk returns a tuple with the RequestedFor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetRequestedFor `func (o *TriggerExampleInput) SetRequestedFor(v []AccessItemRequestedForDto)` SetRequestedFor sets RequestedFor field to given value. ### GetRequestedItems `func (o *TriggerExampleInput) GetRequestedItems() []AccessRequestPreApprovalRequestedItemsInner` GetRequestedItems returns the RequestedItems field if non-nil, zero value otherwise. ### GetRequestedItemsOk `func (o *TriggerExampleInput) GetRequestedItemsOk() (*[]AccessRequestPreApprovalRequestedItemsInner, bool)` GetRequestedItemsOk returns a tuple with the RequestedItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetRequestedItems `func (o *TriggerExampleInput) SetRequestedItems(v []AccessRequestPreApprovalRequestedItemsInner)` SetRequestedItems sets RequestedItems field to given value. ### GetRequestedBy `func (o *TriggerExampleInput) GetRequestedBy() AccessItemRequesterDto` GetRequestedBy returns the RequestedBy field if non-nil, zero value otherwise. ### GetRequestedByOk `func (o *TriggerExampleInput) GetRequestedByOk() (*AccessItemRequesterDto, bool)` GetRequestedByOk returns a tuple with the RequestedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetRequestedBy `func (o *TriggerExampleInput) SetRequestedBy(v AccessItemRequesterDto)` SetRequestedBy sets RequestedBy field to given value. ### GetRequestedItemsStatus `func (o *TriggerExampleInput) GetRequestedItemsStatus() []AccessRequestPostApprovalRequestedItemsStatusInner` GetRequestedItemsStatus returns the RequestedItemsStatus field if non-nil, zero value otherwise. ### GetRequestedItemsStatusOk `func (o *TriggerExampleInput) GetRequestedItemsStatusOk() (*[]AccessRequestPostApprovalRequestedItemsStatusInner, bool)` GetRequestedItemsStatusOk returns a tuple with the RequestedItemsStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetRequestedItemsStatus `func (o *TriggerExampleInput) SetRequestedItemsStatus(v []AccessRequestPostApprovalRequestedItemsStatusInner)` SetRequestedItemsStatus sets RequestedItemsStatus field to given value. ### GetSource `func (o *TriggerExampleInput) GetSource() AccountUncorrelatedSource` GetSource returns the Source field if non-nil, zero value otherwise. ### GetSourceOk `func (o *TriggerExampleInput) GetSourceOk() (*AccountUncorrelatedSource, bool)` GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetSource `func (o *TriggerExampleInput) SetSource(v AccountUncorrelatedSource)` SetSource sets Source field to given value. ### GetStatus `func (o *TriggerExampleInput) GetStatus() map[string]interface{}` GetStatus returns the Status field if non-nil, zero value otherwise. ### GetStatusOk `func (o *TriggerExampleInput) GetStatusOk() (*map[string]interface{}, bool)` GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetStatus `func (o *TriggerExampleInput) SetStatus(v map[string]interface{})` SetStatus sets Status field to given value. ### GetStarted `func (o *TriggerExampleInput) GetStarted() SailPointTime` GetStarted returns the Started field if non-nil, zero value otherwise. ### GetStartedOk `func (o *TriggerExampleInput) GetStartedOk() (*SailPointTime, bool)` GetStartedOk returns a tuple with the Started field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetStarted `func (o *TriggerExampleInput) SetStarted(v SailPointTime)` SetStarted sets Started field to given value. ### GetCompleted `func (o *TriggerExampleInput) GetCompleted() SailPointTime` GetCompleted returns the Completed field if non-nil, zero value otherwise. ### GetCompletedOk `func (o *TriggerExampleInput) GetCompletedOk() (*SailPointTime, bool)` GetCompletedOk returns a tuple with the Completed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetCompleted `func (o *TriggerExampleInput) SetCompleted(v SailPointTime)` SetCompleted sets Completed field to given value. ### GetErrors `func (o *TriggerExampleInput) GetErrors() []string` GetErrors returns the Errors field if non-nil, zero value otherwise. ### GetErrorsOk `func (o *TriggerExampleInput) GetErrorsOk() (*[]string, bool)` GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetErrors `func (o *TriggerExampleInput) SetErrors(v []string)` SetErrors sets Errors field to given value. ### SetErrorsNil `func (o *TriggerExampleInput) SetErrorsNil(b bool)` SetErrorsNil sets the value for Errors to be an explicit nil ### UnsetErrors `func (o *TriggerExampleInput) UnsetErrors()` UnsetErrors ensures that no value is present for Errors, not even an explicit nil ### GetWarnings `func (o *TriggerExampleInput) GetWarnings() []string` GetWarnings returns the Warnings field if non-nil, zero value otherwise. ### GetWarningsOk `func (o *TriggerExampleInput) GetWarningsOk() (*[]string, bool)` GetWarningsOk returns a tuple with the Warnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetWarnings `func (o *TriggerExampleInput) SetWarnings(v []string)` SetWarnings sets Warnings field to given value. ### SetWarningsNil `func (o *TriggerExampleInput) SetWarningsNil(b bool)` SetWarningsNil sets the value for Warnings to be an explicit nil ### UnsetWarnings `func (o *TriggerExampleInput) UnsetWarnings()` UnsetWarnings ensures that no value is present for Warnings, not even an explicit nil ### GetStats `func (o *TriggerExampleInput) GetStats() AccountsCollectedForAggregationStats` GetStats returns the Stats field if non-nil, zero value otherwise. ### GetStatsOk `func (o *TriggerExampleInput) GetStatsOk() (*AccountsCollectedForAggregationStats, bool)` GetStatsOk returns a tuple with the Stats field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetStats `func (o *TriggerExampleInput) SetStats(v AccountsCollectedForAggregationStats)` SetStats sets Stats field to given value. ### GetIdentity `func (o *TriggerExampleInput) GetIdentity() IdentityDeletedIdentity` GetIdentity returns the Identity field if non-nil, zero value otherwise. ### GetIdentityOk `func (o *TriggerExampleInput) GetIdentityOk() (*IdentityDeletedIdentity, bool)` GetIdentityOk returns a tuple with the Identity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetIdentity `func (o *TriggerExampleInput) SetIdentity(v IdentityDeletedIdentity)` SetIdentity sets Identity field to given value. ### GetAccount `func (o *TriggerExampleInput) GetAccount() AccountUncorrelatedAccount` GetAccount returns the Account field if non-nil, zero value otherwise. ### GetAccountOk `func (o *TriggerExampleInput) GetAccountOk() (*AccountUncorrelatedAccount, bool)` GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetAccount `func (o *TriggerExampleInput) SetAccount(v AccountUncorrelatedAccount)` SetAccount sets Account field to given value. ### GetChanges `func (o *TriggerExampleInput) GetChanges() []IdentityAttributesChangedChangesInner` GetChanges returns the Changes field if non-nil, zero value otherwise. ### GetChangesOk `func (o *TriggerExampleInput) GetChangesOk() (*[]IdentityAttributesChangedChangesInner, bool)` GetChangesOk returns a tuple with the Changes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetChanges `func (o *TriggerExampleInput) SetChanges(v []IdentityAttributesChangedChangesInner)` SetChanges sets Changes field to given value. ### GetAttributes `func (o *TriggerExampleInput) GetAttributes() map[string]interface{}` GetAttributes returns the Attributes field if non-nil, zero value otherwise. ### GetAttributesOk `func (o *TriggerExampleInput) GetAttributesOk() (*map[string]interface{}, bool)` GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetAttributes `func (o *TriggerExampleInput) SetAttributes(v map[string]interface{})` SetAttributes sets Attributes field to given value. ### GetEntitlementCount `func (o *TriggerExampleInput) GetEntitlementCount() int32` GetEntitlementCount returns the EntitlementCount field if non-nil, zero value otherwise. ### GetEntitlementCountOk `func (o *TriggerExampleInput) GetEntitlementCountOk() (*int32, bool)` GetEntitlementCountOk returns a tuple with the EntitlementCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetEntitlementCount `func (o *TriggerExampleInput) SetEntitlementCount(v int32)` SetEntitlementCount sets EntitlementCount field to given value. ### HasEntitlementCount `func (o *TriggerExampleInput) HasEntitlementCount() bool` HasEntitlementCount returns a boolean if a field has been set. ### GetCampaign `func (o *TriggerExampleInput) GetCampaign() CampaignGeneratedCampaign` GetCampaign returns the Campaign field if non-nil, zero value otherwise. ### GetCampaignOk `func (o *TriggerExampleInput) GetCampaignOk() (*CampaignGeneratedCampaign, bool)` GetCampaignOk returns a tuple with the Campaign field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetCampaign `func (o *TriggerExampleInput) SetCampaign(v CampaignGeneratedCampaign)` SetCampaign sets Campaign field to given value. ### GetCertification `func (o *TriggerExampleInput) GetCertification() CertificationSignedOffCertification` GetCertification returns the Certification field if non-nil, zero value otherwise. ### GetCertificationOk `func (o *TriggerExampleInput) GetCertificationOk() (*CertificationSignedOffCertification, bool)` GetCertificationOk returns a tuple with the Certification field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetCertification `func (o *TriggerExampleInput) SetCertification(v CertificationSignedOffCertification)` SetCertification sets Certification field to given value. ### GetTrackingNumber `func (o *TriggerExampleInput) GetTrackingNumber() string` GetTrackingNumber returns the TrackingNumber field if non-nil, zero value otherwise. ### GetTrackingNumberOk `func (o *TriggerExampleInput) GetTrackingNumberOk() (*string, bool)` GetTrackingNumberOk returns a tuple with the TrackingNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetTrackingNumber `func (o *TriggerExampleInput) SetTrackingNumber(v string)` SetTrackingNumber sets TrackingNumber field to given value. ### GetSources `func (o *TriggerExampleInput) GetSources() string` GetSources returns the Sources field if non-nil, zero value otherwise. ### GetSourcesOk `func (o *TriggerExampleInput) GetSourcesOk() (*string, bool)` GetSourcesOk returns a tuple with the Sources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetSources `func (o *TriggerExampleInput) SetSources(v string)` SetSources sets Sources field to given value. ### GetAction `func (o *TriggerExampleInput) GetAction() string` GetAction returns the Action field if non-nil, zero value otherwise. ### GetActionOk `func (o *TriggerExampleInput) GetActionOk() (*string, bool)` GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetAction `func (o *TriggerExampleInput) SetAction(v string)` SetAction sets Action field to given value. ### HasAction `func (o *TriggerExampleInput) HasAction() bool` HasAction returns a boolean if a field has been set. ### SetActionNil `func (o *TriggerExampleInput) SetActionNil(b bool)` SetActionNil sets the value for Action to be an explicit nil ### UnsetAction `func (o *TriggerExampleInput) UnsetAction()` UnsetAction ensures that no value is present for Action, not even an explicit nil ### GetRecipient `func (o *TriggerExampleInput) GetRecipient() ProvisioningCompletedRecipient` GetRecipient returns the Recipient field if non-nil, zero value otherwise. ### GetRecipientOk `func (o *TriggerExampleInput) GetRecipientOk() (*ProvisioningCompletedRecipient, bool)` GetRecipientOk returns a tuple with the Recipient field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetRecipient `func (o *TriggerExampleInput) SetRecipient(v ProvisioningCompletedRecipient)` SetRecipient sets Recipient field to given value. ### GetRequester `func (o *TriggerExampleInput) GetRequester() ProvisioningCompletedRequester` GetRequester returns the Requester field if non-nil, zero value otherwise. ### GetRequesterOk `func (o *TriggerExampleInput) GetRequesterOk() (*ProvisioningCompletedRequester, bool)` GetRequesterOk returns a tuple with the Requester field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetRequester `func (o *TriggerExampleInput) SetRequester(v ProvisioningCompletedRequester)` SetRequester sets Requester field to given value. ### HasRequester `func (o *TriggerExampleInput) HasRequester() bool` HasRequester returns a boolean if a field has been set. ### SetRequesterNil `func (o *TriggerExampleInput) SetRequesterNil(b bool)` SetRequesterNil sets the value for Requester to be an explicit nil ### UnsetRequester `func (o *TriggerExampleInput) UnsetRequester()` UnsetRequester ensures that no value is present for Requester, not even an explicit nil ### GetAccountRequests `func (o *TriggerExampleInput) GetAccountRequests() []ProvisioningCompletedAccountRequestsInner` GetAccountRequests returns the AccountRequests field if non-nil, zero value otherwise. ### GetAccountRequestsOk `func (o *TriggerExampleInput) GetAccountRequestsOk() (*[]ProvisioningCompletedAccountRequestsInner, bool)` GetAccountRequestsOk returns a tuple with the AccountRequests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetAccountRequests `func (o *TriggerExampleInput) SetAccountRequests(v []ProvisioningCompletedAccountRequestsInner)` SetAccountRequests sets AccountRequests field to given value. ### GetFileName `func (o *TriggerExampleInput) GetFileName() string` GetFileName returns the FileName field if non-nil, zero value otherwise. ### GetFileNameOk `func (o *TriggerExampleInput) GetFileNameOk() (*string, bool)` GetFileNameOk returns a tuple with the FileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetFileName `func (o *TriggerExampleInput) SetFileName(v string)` SetFileName sets FileName field to given value. ### GetOwnerEmail `func (o *TriggerExampleInput) GetOwnerEmail() string` GetOwnerEmail returns the OwnerEmail field if non-nil, zero value otherwise. ### GetOwnerEmailOk `func (o *TriggerExampleInput) GetOwnerEmailOk() (*string, bool)` GetOwnerEmailOk returns a tuple with the OwnerEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetOwnerEmail `func (o *TriggerExampleInput) SetOwnerEmail(v string)` SetOwnerEmail sets OwnerEmail field to given value. ### GetOwnerName `func (o *TriggerExampleInput) GetOwnerName() string` GetOwnerName returns the OwnerName field if non-nil, zero value otherwise. ### GetOwnerNameOk `func (o *TriggerExampleInput) GetOwnerNameOk() (*string, bool)` GetOwnerNameOk returns a tuple with the OwnerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetOwnerName `func (o *TriggerExampleInput) SetOwnerName(v string)` SetOwnerName sets OwnerName field to given value. ### GetQuery `func (o *TriggerExampleInput) GetQuery() string` GetQuery returns the Query field if non-nil, zero value otherwise. ### GetQueryOk `func (o *TriggerExampleInput) GetQueryOk() (*string, bool)` GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetQuery `func (o *TriggerExampleInput) SetQuery(v string)` SetQuery sets Query field to given value. ### GetSearchName `func (o *TriggerExampleInput) GetSearchName() string` GetSearchName returns the SearchName field if non-nil, zero value otherwise. ### GetSearchNameOk `func (o *TriggerExampleInput) GetSearchNameOk() (*string, bool)` GetSearchNameOk returns a tuple with the SearchName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetSearchName `func (o *TriggerExampleInput) SetSearchName(v string)` SetSearchName sets SearchName field to given value. ### GetSearchResults `func (o *TriggerExampleInput) GetSearchResults() SavedSearchCompleteSearchResults` GetSearchResults returns the SearchResults field if non-nil, zero value otherwise. ### GetSearchResultsOk `func (o *TriggerExampleInput) GetSearchResultsOk() (*SavedSearchCompleteSearchResults, bool)` GetSearchResultsOk returns a tuple with the SearchResults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetSearchResults `func (o *TriggerExampleInput) SetSearchResults(v SavedSearchCompleteSearchResults)` SetSearchResults sets SearchResults field to given value. ### GetSignedS3Url `func (o *TriggerExampleInput) GetSignedS3Url() string` GetSignedS3Url returns the SignedS3Url field if non-nil, zero value otherwise. ### GetSignedS3UrlOk `func (o *TriggerExampleInput) GetSignedS3UrlOk() (*string, bool)` GetSignedS3UrlOk returns a tuple with the SignedS3Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetSignedS3Url `func (o *TriggerExampleInput) SetSignedS3Url(v string)` SetSignedS3Url sets SignedS3Url field to given value. ### GetUuid `func (o *TriggerExampleInput) GetUuid() string` GetUuid returns the Uuid field if non-nil, zero value otherwise. ### GetUuidOk `func (o *TriggerExampleInput) GetUuidOk() (*string, bool)` GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetUuid `func (o *TriggerExampleInput) SetUuid(v string)` SetUuid sets Uuid field to given value. ### HasUuid `func (o *TriggerExampleInput) HasUuid() bool` HasUuid returns a boolean if a field has been set. ### GetId `func (o *TriggerExampleInput) GetId() string` GetId returns the Id field if non-nil, zero value otherwise. ### GetIdOk `func (o *TriggerExampleInput) GetIdOk() (*string, bool)` GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetId `func (o *TriggerExampleInput) SetId(v string)` SetId sets Id field to given value. ### GetNativeIdentifier `func (o *TriggerExampleInput) GetNativeIdentifier() string` GetNativeIdentifier returns the NativeIdentifier field if non-nil, zero value otherwise. ### GetNativeIdentifierOk `func (o *TriggerExampleInput) GetNativeIdentifierOk() (*string, bool)` GetNativeIdentifierOk returns a tuple with the NativeIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetNativeIdentifier `func (o *TriggerExampleInput) SetNativeIdentifier(v string)` SetNativeIdentifier sets NativeIdentifier field to given value. ### GetSourceId `func (o *TriggerExampleInput) GetSourceId() string` GetSourceId returns the SourceId field if non-nil, zero value otherwise. ### GetSourceIdOk `func (o *TriggerExampleInput) GetSourceIdOk() (*string, bool)` GetSourceIdOk returns a tuple with the SourceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetSourceId `func (o *TriggerExampleInput) SetSourceId(v string)` SetSourceId sets SourceId field to given value. ### GetSourceName `func (o *TriggerExampleInput) GetSourceName() string` GetSourceName returns the SourceName field if non-nil, zero value otherwise. ### GetSourceNameOk `func (o *TriggerExampleInput) GetSourceNameOk() (*string, bool)` GetSourceNameOk returns a tuple with the SourceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetSourceName `func (o *TriggerExampleInput) SetSourceName(v string)` SetSourceName sets SourceName field to given value. ### GetIdentityId `func (o *TriggerExampleInput) GetIdentityId() string` GetIdentityId returns the IdentityId field if non-nil, zero value otherwise. ### GetIdentityIdOk `func (o *TriggerExampleInput) GetIdentityIdOk() (*string, bool)` GetIdentityIdOk returns a tuple with the IdentityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetIdentityId `func (o *TriggerExampleInput) SetIdentityId(v string)` SetIdentityId sets IdentityId field to given value. ### GetIdentityName `func (o *TriggerExampleInput) GetIdentityName() string` GetIdentityName returns the IdentityName field if non-nil, zero value otherwise. ### GetIdentityNameOk `func (o *TriggerExampleInput) GetIdentityNameOk() (*string, bool)` GetIdentityNameOk returns a tuple with the IdentityName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetIdentityName `func (o *TriggerExampleInput) SetIdentityName(v string)` SetIdentityName sets IdentityName field to given value. ### GetName `func (o *TriggerExampleInput) GetName() string` GetName returns the Name field if non-nil, zero value otherwise. ### GetNameOk `func (o *TriggerExampleInput) 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 *TriggerExampleInput) SetName(v string)` SetName sets Name field to given value. ### GetType `func (o *TriggerExampleInput) GetType() string` GetType returns the Type field if non-nil, zero value otherwise. ### GetTypeOk `func (o *TriggerExampleInput) GetTypeOk() (*string, bool)` GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetType `func (o *TriggerExampleInput) SetType(v string)` SetType sets Type field to given value. ### GetCreated `func (o *TriggerExampleInput) GetCreated() SailPointTime` GetCreated returns the Created field if non-nil, zero value otherwise. ### GetCreatedOk `func (o *TriggerExampleInput) GetCreatedOk() (*SailPointTime, bool)` GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetCreated `func (o *TriggerExampleInput) SetCreated(v SailPointTime)` SetCreated sets Created field to given value. ### GetConnector `func (o *TriggerExampleInput) GetConnector() string` GetConnector returns the Connector field if non-nil, zero value otherwise. ### GetConnectorOk `func (o *TriggerExampleInput) GetConnectorOk() (*string, bool)` GetConnectorOk returns a tuple with the Connector field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetConnector `func (o *TriggerExampleInput) SetConnector(v string)` SetConnector sets Connector field to given value. ### GetActor `func (o *TriggerExampleInput) GetActor() SourceUpdatedActor` GetActor returns the Actor field if non-nil, zero value otherwise. ### GetActorOk `func (o *TriggerExampleInput) GetActorOk() (*SourceUpdatedActor, bool)` GetActorOk returns a tuple with the Actor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetActor `func (o *TriggerExampleInput) SetActor(v SourceUpdatedActor)` SetActor sets Actor field to given value. ### GetDeleted `func (o *TriggerExampleInput) GetDeleted() SailPointTime` GetDeleted returns the Deleted field if non-nil, zero value otherwise. ### GetDeletedOk `func (o *TriggerExampleInput) GetDeletedOk() (*SailPointTime, bool)` GetDeletedOk returns a tuple with the Deleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetDeleted `func (o *TriggerExampleInput) SetDeleted(v SailPointTime)` SetDeleted sets Deleted field to given value. ### GetModified `func (o *TriggerExampleInput) GetModified() SailPointTime` GetModified returns the Modified field if non-nil, zero value otherwise. ### GetModifiedOk `func (o *TriggerExampleInput) GetModifiedOk() (*SailPointTime, bool)` GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetModified `func (o *TriggerExampleInput) SetModified(v SailPointTime)` SetModified sets Modified field to given value. ### GetApplication `func (o *TriggerExampleInput) GetApplication() VAClusterStatusChangeEventApplication` GetApplication returns the Application field if non-nil, zero value otherwise. ### GetApplicationOk `func (o *TriggerExampleInput) GetApplicationOk() (*VAClusterStatusChangeEventApplication, bool)` GetApplicationOk returns a tuple with the Application field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetApplication `func (o *TriggerExampleInput) SetApplication(v VAClusterStatusChangeEventApplication)` SetApplication sets Application field to given value. ### GetHealthCheckResult `func (o *TriggerExampleInput) GetHealthCheckResult() VAClusterStatusChangeEventHealthCheckResult` GetHealthCheckResult returns the HealthCheckResult field if non-nil, zero value otherwise. ### GetHealthCheckResultOk `func (o *TriggerExampleInput) GetHealthCheckResultOk() (*VAClusterStatusChangeEventHealthCheckResult, bool)` GetHealthCheckResultOk returns a tuple with the HealthCheckResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetHealthCheckResult `func (o *TriggerExampleInput) SetHealthCheckResult(v VAClusterStatusChangeEventHealthCheckResult)` SetHealthCheckResult sets HealthCheckResult field to given value. ### GetPreviousHealthCheckResult `func (o *TriggerExampleInput) GetPreviousHealthCheckResult() VAClusterStatusChangeEventPreviousHealthCheckResult` GetPreviousHealthCheckResult returns the PreviousHealthCheckResult field if non-nil, zero value otherwise. ### GetPreviousHealthCheckResultOk `func (o *TriggerExampleInput) GetPreviousHealthCheckResultOk() (*VAClusterStatusChangeEventPreviousHealthCheckResult, bool)` GetPreviousHealthCheckResultOk returns a tuple with the PreviousHealthCheckResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetPreviousHealthCheckResult `func (o *TriggerExampleInput) SetPreviousHealthCheckResult(v VAClusterStatusChangeEventPreviousHealthCheckResult)` SetPreviousHealthCheckResult sets PreviousHealthCheckResult field to given value.