Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/Beta/Models/AttributesChanged.md
2025-07-25 15:11:21 +00:00

3.9 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-attributes-changed AttributesChanged AttributesChanged AttributesChanged gosdk
go
Golang
sdk
AttributesChanged
BetaAttributesChanged
/tools/sdk/go/beta/models/attributes-changed
SDK
Software Development Kit
AttributesChanged
BetaAttributesChanged

AttributesChanged

Properties

Name Type Description Notes
AttributeChanges []AttributeChange
EventType Pointer to string the event type [optional]
IdentityId Pointer to string the identity id [optional]
DateTime Pointer to string the date of event [optional]

Methods

NewAttributesChanged

func NewAttributesChanged(attributeChanges []AttributeChange, ) *AttributesChanged

NewAttributesChanged instantiates a new AttributesChanged 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

NewAttributesChangedWithDefaults

func NewAttributesChangedWithDefaults() *AttributesChanged

NewAttributesChangedWithDefaults instantiates a new AttributesChanged 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

GetAttributeChanges

func (o *AttributesChanged) GetAttributeChanges() []AttributeChange

GetAttributeChanges returns the AttributeChanges field if non-nil, zero value otherwise.

GetAttributeChangesOk

func (o *AttributesChanged) GetAttributeChangesOk() (*[]AttributeChange, bool)

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

SetAttributeChanges

func (o *AttributesChanged) SetAttributeChanges(v []AttributeChange)

SetAttributeChanges sets AttributeChanges field to given value.

GetEventType

func (o *AttributesChanged) GetEventType() string

GetEventType returns the EventType field if non-nil, zero value otherwise.

GetEventTypeOk

func (o *AttributesChanged) GetEventTypeOk() (*string, bool)

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

SetEventType

func (o *AttributesChanged) SetEventType(v string)

SetEventType sets EventType field to given value.

HasEventType

func (o *AttributesChanged) HasEventType() bool

HasEventType returns a boolean if a field has been set.

GetIdentityId

func (o *AttributesChanged) GetIdentityId() string

GetIdentityId returns the IdentityId field if non-nil, zero value otherwise.

GetIdentityIdOk

func (o *AttributesChanged) 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 *AttributesChanged) SetIdentityId(v string)

SetIdentityId sets IdentityId field to given value.

HasIdentityId

func (o *AttributesChanged) HasIdentityId() bool

HasIdentityId returns a boolean if a field has been set.

GetDateTime

func (o *AttributesChanged) GetDateTime() string

GetDateTime returns the DateTime field if non-nil, zero value otherwise.

GetDateTimeOk

func (o *AttributesChanged) GetDateTimeOk() (*string, bool)

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

SetDateTime

func (o *AttributesChanged) SetDateTime(v string)

SetDateTime sets DateTime field to given value.

HasDateTime

func (o *AttributesChanged) HasDateTime() bool

HasDateTime returns a boolean if a field has been set.