Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/Beta/Models/AccountInfoDto.md
2025-03-27 14:43:04 -04:00

3.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-info-dto AccountInfoDto AccountInfoDto AccountInfoDto gosdk
go
Golang
sdk
AccountInfoDto
BetaAccountInfoDto
/tools/sdk/go/beta/models/account-info-dto
SDK
Software Development Kit
AccountInfoDto
BetaAccountInfoDto

AccountInfoDto

Properties

Name Type Description Notes
NativeIdentity Pointer to string The unique ID of the account generated by the source system [optional]
DisplayName Pointer to string Display name for this account [optional]
Uuid Pointer to string UUID associated with this account [optional]

Methods

NewAccountInfoDto

func NewAccountInfoDto() *AccountInfoDto

NewAccountInfoDto instantiates a new AccountInfoDto 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

NewAccountInfoDtoWithDefaults

func NewAccountInfoDtoWithDefaults() *AccountInfoDto

NewAccountInfoDtoWithDefaults instantiates a new AccountInfoDto 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

GetNativeIdentity

func (o *AccountInfoDto) GetNativeIdentity() string

GetNativeIdentity returns the NativeIdentity field if non-nil, zero value otherwise.

GetNativeIdentityOk

func (o *AccountInfoDto) GetNativeIdentityOk() (*string, bool)

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

SetNativeIdentity

func (o *AccountInfoDto) SetNativeIdentity(v string)

SetNativeIdentity sets NativeIdentity field to given value.

HasNativeIdentity

func (o *AccountInfoDto) HasNativeIdentity() bool

HasNativeIdentity returns a boolean if a field has been set.

GetDisplayName

func (o *AccountInfoDto) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *AccountInfoDto) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *AccountInfoDto) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *AccountInfoDto) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetUuid

func (o *AccountInfoDto) GetUuid() string

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

GetUuidOk

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

SetUuid sets Uuid field to given value.

HasUuid

func (o *AccountInfoDto) HasUuid() bool

HasUuid returns a boolean if a field has been set.