Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/Beta/Models/AccountAttributesChanged.md
2025-03-31 14:49:46 -04:00

4.2 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
beta-account-attributes-changed AccountAttributesChanged AccountAttributesChanged AccountAttributesChanged gosdk
go
Golang
sdk
AccountAttributesChanged
BetaAccountAttributesChanged
/tools/sdk/go/beta/models/account-attributes-changed
SDK
Software Development Kit
AccountAttributesChanged
BetaAccountAttributesChanged

AccountAttributesChanged

Properties

Name Type Description Notes
Identity AccountAttributesChangedIdentity
Source AccountAttributesChangedSource
Account AccountAttributesChangedAccount
Changes []AccountAttributesChangedChangesInner A list of attributes that changed.

Methods

NewAccountAttributesChanged

func NewAccountAttributesChanged(identity AccountAttributesChangedIdentity, source AccountAttributesChangedSource, account AccountAttributesChangedAccount, changes []AccountAttributesChangedChangesInner, ) *AccountAttributesChanged

NewAccountAttributesChanged instantiates a new AccountAttributesChanged 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

NewAccountAttributesChangedWithDefaults

func NewAccountAttributesChangedWithDefaults() *AccountAttributesChanged

NewAccountAttributesChangedWithDefaults instantiates a new AccountAttributesChanged 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

GetIdentity

func (o *AccountAttributesChanged) GetIdentity() AccountAttributesChangedIdentity

GetIdentity returns the Identity field if non-nil, zero value otherwise.

GetIdentityOk

func (o *AccountAttributesChanged) GetIdentityOk() (*AccountAttributesChangedIdentity, 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 *AccountAttributesChanged) SetIdentity(v AccountAttributesChangedIdentity)

SetIdentity sets Identity field to given value.

GetSource

func (o *AccountAttributesChanged) GetSource() AccountAttributesChangedSource

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *AccountAttributesChanged) GetSourceOk() (*AccountAttributesChangedSource, 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 *AccountAttributesChanged) SetSource(v AccountAttributesChangedSource)

SetSource sets Source field to given value.

GetAccount

func (o *AccountAttributesChanged) GetAccount() AccountAttributesChangedAccount

GetAccount returns the Account field if non-nil, zero value otherwise.

GetAccountOk

func (o *AccountAttributesChanged) GetAccountOk() (*AccountAttributesChangedAccount, 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 *AccountAttributesChanged) SetAccount(v AccountAttributesChangedAccount)

SetAccount sets Account field to given value.

GetChanges

func (o *AccountAttributesChanged) GetChanges() []AccountAttributesChangedChangesInner

GetChanges returns the Changes field if non-nil, zero value otherwise.

GetChangesOk

func (o *AccountAttributesChanged) GetChangesOk() (*[]AccountAttributesChangedChangesInner, 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 *AccountAttributesChanged) SetChanges(v []AccountAttributesChangedChangesInner)

SetChanges sets Changes field to given value.