Skip to content

Latest commit

 

History

History
203 lines (108 loc) · 6.42 KB

TriggerInputSourceAccountUpdated.md

File metadata and controls

203 lines (108 loc) · 6.42 KB

TriggerInputSourceAccountUpdated

Properties

Name Type Description Notes
Uuid Pointer to string Source unique identifier for the identity. UUID is generated by the source system. [optional]
Id string SailPoint generated unique identifier.
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 corellated with this account.
IdentityName string The name of the identity that is corellated with this account.
Attributes map[string]interface{} The attributes of the account. The contents of attributes depends on the account schema for the source.

Methods

NewTriggerInputSourceAccountUpdated

func NewTriggerInputSourceAccountUpdated(id string, nativeIdentifier string, sourceId string, sourceName string, identityId string, identityName string, attributes map[string]interface{}, ) *TriggerInputSourceAccountUpdated

NewTriggerInputSourceAccountUpdated instantiates a new TriggerInputSourceAccountUpdated 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

NewTriggerInputSourceAccountUpdatedWithDefaults

func NewTriggerInputSourceAccountUpdatedWithDefaults() *TriggerInputSourceAccountUpdated

NewTriggerInputSourceAccountUpdatedWithDefaults instantiates a new TriggerInputSourceAccountUpdated 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

GetUuid

func (o *TriggerInputSourceAccountUpdated) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

func (o *TriggerInputSourceAccountUpdated) 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 *TriggerInputSourceAccountUpdated) SetUuid(v string)

SetUuid sets Uuid field to given value.

HasUuid

func (o *TriggerInputSourceAccountUpdated) HasUuid() bool

HasUuid returns a boolean if a field has been set.

GetId

func (o *TriggerInputSourceAccountUpdated) GetId() string

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

GetIdOk

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

SetId sets Id field to given value.

GetNativeIdentifier

func (o *TriggerInputSourceAccountUpdated) GetNativeIdentifier() string

GetNativeIdentifier returns the NativeIdentifier field if non-nil, zero value otherwise.

GetNativeIdentifierOk

func (o *TriggerInputSourceAccountUpdated) 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 *TriggerInputSourceAccountUpdated) SetNativeIdentifier(v string)

SetNativeIdentifier sets NativeIdentifier field to given value.

GetSourceId

func (o *TriggerInputSourceAccountUpdated) GetSourceId() string

GetSourceId returns the SourceId field if non-nil, zero value otherwise.

GetSourceIdOk

func (o *TriggerInputSourceAccountUpdated) 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 *TriggerInputSourceAccountUpdated) SetSourceId(v string)

SetSourceId sets SourceId field to given value.

GetSourceName

func (o *TriggerInputSourceAccountUpdated) GetSourceName() string

GetSourceName returns the SourceName field if non-nil, zero value otherwise.

GetSourceNameOk

func (o *TriggerInputSourceAccountUpdated) 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 *TriggerInputSourceAccountUpdated) SetSourceName(v string)

SetSourceName sets SourceName field to given value.

GetIdentityId

func (o *TriggerInputSourceAccountUpdated) GetIdentityId() string

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

GetIdentityIdOk

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

SetIdentityId sets IdentityId field to given value.

GetIdentityName

func (o *TriggerInputSourceAccountUpdated) GetIdentityName() string

GetIdentityName returns the IdentityName field if non-nil, zero value otherwise.

GetIdentityNameOk

func (o *TriggerInputSourceAccountUpdated) 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 *TriggerInputSourceAccountUpdated) SetIdentityName(v string)

SetIdentityName sets IdentityName field to given value.

GetAttributes

func (o *TriggerInputSourceAccountUpdated) GetAttributes() map[string]interface{}

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

func (o *TriggerInputSourceAccountUpdated) 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 *TriggerInputSourceAccountUpdated) SetAttributes(v map[string]interface{})

SetAttributes sets Attributes field to given value.

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