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

2.5 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-identity-deleted IdentityDeleted IdentityDeleted IdentityDeleted gosdk
go
Golang
sdk
IdentityDeleted
BetaIdentityDeleted
/tools/sdk/go/beta/models/identity-deleted
SDK
Software Development Kit
IdentityDeleted
BetaIdentityDeleted

IdentityDeleted

Properties

Name Type Description Notes
Identity IdentityDeletedIdentity
Attributes map[string]interface{} Identity attributes. The attributes are determined by the identity profile.

Methods

NewIdentityDeleted

func NewIdentityDeleted(identity IdentityDeletedIdentity, attributes map[string]interface{}, ) *IdentityDeleted

NewIdentityDeleted instantiates a new IdentityDeleted 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

NewIdentityDeletedWithDefaults

func NewIdentityDeletedWithDefaults() *IdentityDeleted

NewIdentityDeletedWithDefaults instantiates a new IdentityDeleted 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 *IdentityDeleted) GetIdentity() IdentityDeletedIdentity

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

GetIdentityOk

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

SetIdentity sets Identity field to given value.

GetAttributes

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

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

GetAttributesOk

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

SetAttributes sets Attributes field to given value.