Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/V2024/Models/AccountsSelectionResponse.md
2025-05-13 11:12:04 -04:00

2.3 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-accounts-selection-response AccountsSelectionResponse AccountsSelectionResponse AccountsSelectionResponse gosdk
go
Golang
sdk
AccountsSelectionResponse
V2024AccountsSelectionResponse
/tools/sdk/go/v2024/models/accounts-selection-response
SDK
Software Development Kit
AccountsSelectionResponse
V2024AccountsSelectionResponse

AccountsSelectionResponse

Properties

Name Type Description Notes
Identities Pointer to []IdentityAccountSelections A list of available account selections per identity in the request, for all the requested items [optional]

Methods

NewAccountsSelectionResponse

func NewAccountsSelectionResponse() *AccountsSelectionResponse

NewAccountsSelectionResponse instantiates a new AccountsSelectionResponse 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

NewAccountsSelectionResponseWithDefaults

func NewAccountsSelectionResponseWithDefaults() *AccountsSelectionResponse

NewAccountsSelectionResponseWithDefaults instantiates a new AccountsSelectionResponse 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

GetIdentities

func (o *AccountsSelectionResponse) GetIdentities() []IdentityAccountSelections

GetIdentities returns the Identities field if non-nil, zero value otherwise.

GetIdentitiesOk

func (o *AccountsSelectionResponse) GetIdentitiesOk() (*[]IdentityAccountSelections, bool)

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

SetIdentities

func (o *AccountsSelectionResponse) SetIdentities(v []IdentityAccountSelections)

SetIdentities sets Identities field to given value.

HasIdentities

func (o *AccountsSelectionResponse) HasIdentities() bool

HasIdentities returns a boolean if a field has been set.