Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/V3/Models/IdentityDocumentAllOfManager.md
2025-04-02 17:07:25 -04:00

3.4 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
identity-document-all-of-manager IdentityDocumentAllOfManager IdentityDocumentAllOfManager IdentityDocumentAllOfManager gosdk
go
Golang
sdk
IdentityDocumentAllOfManager
IdentityDocumentAllOfManager
/tools/sdk/go/v3/models/identity-document-all-of-manager
SDK
Software Development Kit
IdentityDocumentAllOfManager
IdentityDocumentAllOfManager

IdentityDocumentAllOfManager

Properties

Name Type Description Notes
Id Pointer to string ID of identity's manager. [optional]
Name Pointer to string Name of identity's manager. [optional]
DisplayName Pointer to string Display name of identity's manager. [optional]

Methods

NewIdentityDocumentAllOfManager

func NewIdentityDocumentAllOfManager() *IdentityDocumentAllOfManager

NewIdentityDocumentAllOfManager instantiates a new IdentityDocumentAllOfManager 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

NewIdentityDocumentAllOfManagerWithDefaults

func NewIdentityDocumentAllOfManagerWithDefaults() *IdentityDocumentAllOfManager

NewIdentityDocumentAllOfManagerWithDefaults instantiates a new IdentityDocumentAllOfManager 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

GetId

func (o *IdentityDocumentAllOfManager) GetId() string

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *IdentityDocumentAllOfManager) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *IdentityDocumentAllOfManager) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *IdentityDocumentAllOfManager) GetNameOk() (*string, bool)

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

SetName

func (o *IdentityDocumentAllOfManager) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *IdentityDocumentAllOfManager) HasName() bool

HasName returns a boolean if a field has been set.

GetDisplayName

func (o *IdentityDocumentAllOfManager) GetDisplayName() string

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

GetDisplayNameOk

func (o *IdentityDocumentAllOfManager) 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 *IdentityDocumentAllOfManager) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *IdentityDocumentAllOfManager) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.