Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/V2024/Models/AccountActivityDocument.md
2025-04-02 17:07:25 -04:00

16 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-account-activity-document AccountActivityDocument AccountActivityDocument AccountActivityDocument gosdk
go
Golang
sdk
AccountActivityDocument
V2024AccountActivityDocument
/tools/sdk/go/v2024/models/account-activity-document
SDK
Software Development Kit
AccountActivityDocument
V2024AccountActivityDocument

AccountActivityDocument

Properties

Name Type Description Notes
Id Pointer to string ID of account activity. [optional]
Action Pointer to string Type of action performed in the activity. [optional]
Created Pointer to NullableTime ISO-8601 date-time referring to the time when the object was created. [optional]
Modified Pointer to NullableTime ISO-8601 date-time referring to the time when the object was last modified. [optional]
Synced Pointer to string ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. There may be some delay between the synced time and the time when the updated data is actually available in the search API. [optional]
Stage Pointer to string Activity's current stage. [optional]
Status Pointer to string Activity's current status. [optional]
Requester Pointer to ActivityIdentity [optional]
Recipient Pointer to ActivityIdentity [optional]
TrackingNumber Pointer to string Account activity's tracking number. [optional]
Errors Pointer to []string Errors provided by the source while completing account actions. [optional]
Warnings Pointer to []string Warnings provided by the source while completing account actions. [optional]
Approvals Pointer to []Approval1 Approvals performed on an item during activity. [optional]
OriginalRequests Pointer to []OriginalRequest Original actions that triggered all individual source actions related to the account action. [optional]
ExpansionItems Pointer to []ExpansionItem Controls that translated the attribute requests into actual provisioning actions on the source. [optional]
AccountRequests Pointer to []AccountRequest Account data for each individual source action triggered by the original requests. [optional]
Sources Pointer to string Sources involved in the account activity. [optional]

Methods

NewAccountActivityDocument

func NewAccountActivityDocument() *AccountActivityDocument

NewAccountActivityDocument instantiates a new AccountActivityDocument 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

NewAccountActivityDocumentWithDefaults

func NewAccountActivityDocumentWithDefaults() *AccountActivityDocument

NewAccountActivityDocumentWithDefaults instantiates a new AccountActivityDocument 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

GetId

func (o *AccountActivityDocument) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *AccountActivityDocument) 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 *AccountActivityDocument) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *AccountActivityDocument) HasId() bool

HasId returns a boolean if a field has been set.

GetAction

func (o *AccountActivityDocument) GetAction() string

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

func (o *AccountActivityDocument) 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 *AccountActivityDocument) SetAction(v string)

SetAction sets Action field to given value.

HasAction

func (o *AccountActivityDocument) HasAction() bool

HasAction returns a boolean if a field has been set.

GetCreated

func (o *AccountActivityDocument) GetCreated() SailPointTime

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *AccountActivityDocument) 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 *AccountActivityDocument) SetCreated(v SailPointTime)

SetCreated sets Created field to given value.

HasCreated

func (o *AccountActivityDocument) HasCreated() bool

HasCreated returns a boolean if a field has been set.

SetCreatedNil

func (o *AccountActivityDocument) SetCreatedNil(b bool)

SetCreatedNil sets the value for Created to be an explicit nil

UnsetCreated

func (o *AccountActivityDocument) UnsetCreated()

UnsetCreated ensures that no value is present for Created, not even an explicit nil

GetModified

func (o *AccountActivityDocument) GetModified() SailPointTime

GetModified returns the Modified field if non-nil, zero value otherwise.

GetModifiedOk

func (o *AccountActivityDocument) 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 *AccountActivityDocument) SetModified(v SailPointTime)

SetModified sets Modified field to given value.

HasModified

func (o *AccountActivityDocument) HasModified() bool

HasModified returns a boolean if a field has been set.

SetModifiedNil

func (o *AccountActivityDocument) SetModifiedNil(b bool)

SetModifiedNil sets the value for Modified to be an explicit nil

UnsetModified

func (o *AccountActivityDocument) UnsetModified()

UnsetModified ensures that no value is present for Modified, not even an explicit nil

GetSynced

func (o *AccountActivityDocument) GetSynced() string

GetSynced returns the Synced field if non-nil, zero value otherwise.

GetSyncedOk

func (o *AccountActivityDocument) GetSyncedOk() (*string, bool)

GetSyncedOk returns a tuple with the Synced field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSynced

func (o *AccountActivityDocument) SetSynced(v string)

SetSynced sets Synced field to given value.

HasSynced

func (o *AccountActivityDocument) HasSynced() bool

HasSynced returns a boolean if a field has been set.

GetStage

func (o *AccountActivityDocument) GetStage() string

GetStage returns the Stage field if non-nil, zero value otherwise.

GetStageOk

func (o *AccountActivityDocument) GetStageOk() (*string, bool)

GetStageOk returns a tuple with the Stage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStage

func (o *AccountActivityDocument) SetStage(v string)

SetStage sets Stage field to given value.

HasStage

func (o *AccountActivityDocument) HasStage() bool

HasStage returns a boolean if a field has been set.

GetStatus

func (o *AccountActivityDocument) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *AccountActivityDocument) GetStatusOk() (*string, 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 *AccountActivityDocument) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *AccountActivityDocument) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetRequester

func (o *AccountActivityDocument) GetRequester() ActivityIdentity

GetRequester returns the Requester field if non-nil, zero value otherwise.

GetRequesterOk

func (o *AccountActivityDocument) GetRequesterOk() (*ActivityIdentity, 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 *AccountActivityDocument) SetRequester(v ActivityIdentity)

SetRequester sets Requester field to given value.

HasRequester

func (o *AccountActivityDocument) HasRequester() bool

HasRequester returns a boolean if a field has been set.

GetRecipient

func (o *AccountActivityDocument) GetRecipient() ActivityIdentity

GetRecipient returns the Recipient field if non-nil, zero value otherwise.

GetRecipientOk

func (o *AccountActivityDocument) GetRecipientOk() (*ActivityIdentity, 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 *AccountActivityDocument) SetRecipient(v ActivityIdentity)

SetRecipient sets Recipient field to given value.

HasRecipient

func (o *AccountActivityDocument) HasRecipient() bool

HasRecipient returns a boolean if a field has been set.

GetTrackingNumber

func (o *AccountActivityDocument) GetTrackingNumber() string

GetTrackingNumber returns the TrackingNumber field if non-nil, zero value otherwise.

GetTrackingNumberOk

func (o *AccountActivityDocument) 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 *AccountActivityDocument) SetTrackingNumber(v string)

SetTrackingNumber sets TrackingNumber field to given value.

HasTrackingNumber

func (o *AccountActivityDocument) HasTrackingNumber() bool

HasTrackingNumber returns a boolean if a field has been set.

GetErrors

func (o *AccountActivityDocument) GetErrors() []string

GetErrors returns the Errors field if non-nil, zero value otherwise.

GetErrorsOk

func (o *AccountActivityDocument) 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 *AccountActivityDocument) SetErrors(v []string)

SetErrors sets Errors field to given value.

HasErrors

func (o *AccountActivityDocument) HasErrors() bool

HasErrors returns a boolean if a field has been set.

SetErrorsNil

func (o *AccountActivityDocument) SetErrorsNil(b bool)

SetErrorsNil sets the value for Errors to be an explicit nil

UnsetErrors

func (o *AccountActivityDocument) UnsetErrors()

UnsetErrors ensures that no value is present for Errors, not even an explicit nil

GetWarnings

func (o *AccountActivityDocument) GetWarnings() []string

GetWarnings returns the Warnings field if non-nil, zero value otherwise.

GetWarningsOk

func (o *AccountActivityDocument) 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 *AccountActivityDocument) SetWarnings(v []string)

SetWarnings sets Warnings field to given value.

HasWarnings

func (o *AccountActivityDocument) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

SetWarningsNil

func (o *AccountActivityDocument) SetWarningsNil(b bool)

SetWarningsNil sets the value for Warnings to be an explicit nil

UnsetWarnings

func (o *AccountActivityDocument) UnsetWarnings()

UnsetWarnings ensures that no value is present for Warnings, not even an explicit nil

GetApprovals

func (o *AccountActivityDocument) GetApprovals() []Approval1

GetApprovals returns the Approvals field if non-nil, zero value otherwise.

GetApprovalsOk

func (o *AccountActivityDocument) GetApprovalsOk() (*[]Approval1, bool)

GetApprovalsOk returns a tuple with the Approvals field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApprovals

func (o *AccountActivityDocument) SetApprovals(v []Approval1)

SetApprovals sets Approvals field to given value.

HasApprovals

func (o *AccountActivityDocument) HasApprovals() bool

HasApprovals returns a boolean if a field has been set.

GetOriginalRequests

func (o *AccountActivityDocument) GetOriginalRequests() []OriginalRequest

GetOriginalRequests returns the OriginalRequests field if non-nil, zero value otherwise.

GetOriginalRequestsOk

func (o *AccountActivityDocument) GetOriginalRequestsOk() (*[]OriginalRequest, bool)

GetOriginalRequestsOk returns a tuple with the OriginalRequests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOriginalRequests

func (o *AccountActivityDocument) SetOriginalRequests(v []OriginalRequest)

SetOriginalRequests sets OriginalRequests field to given value.

HasOriginalRequests

func (o *AccountActivityDocument) HasOriginalRequests() bool

HasOriginalRequests returns a boolean if a field has been set.

GetExpansionItems

func (o *AccountActivityDocument) GetExpansionItems() []ExpansionItem

GetExpansionItems returns the ExpansionItems field if non-nil, zero value otherwise.

GetExpansionItemsOk

func (o *AccountActivityDocument) GetExpansionItemsOk() (*[]ExpansionItem, bool)

GetExpansionItemsOk returns a tuple with the ExpansionItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetExpansionItems

func (o *AccountActivityDocument) SetExpansionItems(v []ExpansionItem)

SetExpansionItems sets ExpansionItems field to given value.

HasExpansionItems

func (o *AccountActivityDocument) HasExpansionItems() bool

HasExpansionItems returns a boolean if a field has been set.

GetAccountRequests

func (o *AccountActivityDocument) GetAccountRequests() []AccountRequest

GetAccountRequests returns the AccountRequests field if non-nil, zero value otherwise.

GetAccountRequestsOk

func (o *AccountActivityDocument) GetAccountRequestsOk() (*[]AccountRequest, 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 *AccountActivityDocument) SetAccountRequests(v []AccountRequest)

SetAccountRequests sets AccountRequests field to given value.

HasAccountRequests

func (o *AccountActivityDocument) HasAccountRequests() bool

HasAccountRequests returns a boolean if a field has been set.

GetSources

func (o *AccountActivityDocument) GetSources() string

GetSources returns the Sources field if non-nil, zero value otherwise.

GetSourcesOk

func (o *AccountActivityDocument) 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 *AccountActivityDocument) SetSources(v string)

SetSources sets Sources field to given value.

HasSources

func (o *AccountActivityDocument) HasSources() bool

HasSources returns a boolean if a field has been set.