Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | the identity ID | [optional] |
DisplayName | Pointer to string | the display name of the identity | [optional] |
Snapshot | Pointer to string | the date when the identity record was created | [optional] |
DeletedDate | Pointer to string | the date when the identity was deleted | [optional] |
AccessItemCount | Pointer to map[string]int32 | A map containing the count of each access item | [optional] |
Attributes | Pointer to map[string]interface{} | A map containing the identity attributes | [optional] |
func NewIdentityHistoryResponse() *IdentityHistoryResponse
NewIdentityHistoryResponse instantiates a new IdentityHistoryResponse 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
func NewIdentityHistoryResponseWithDefaults() *IdentityHistoryResponse
NewIdentityHistoryResponseWithDefaults instantiates a new IdentityHistoryResponse 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
func (o *IdentityHistoryResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *IdentityHistoryResponse) 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.
func (o *IdentityHistoryResponse) SetId(v string)
SetId sets Id field to given value.
func (o *IdentityHistoryResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *IdentityHistoryResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *IdentityHistoryResponse) 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.
func (o *IdentityHistoryResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *IdentityHistoryResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *IdentityHistoryResponse) GetSnapshot() string
GetSnapshot returns the Snapshot field if non-nil, zero value otherwise.
func (o *IdentityHistoryResponse) GetSnapshotOk() (*string, bool)
GetSnapshotOk returns a tuple with the Snapshot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityHistoryResponse) SetSnapshot(v string)
SetSnapshot sets Snapshot field to given value.
func (o *IdentityHistoryResponse) HasSnapshot() bool
HasSnapshot returns a boolean if a field has been set.
func (o *IdentityHistoryResponse) GetDeletedDate() string
GetDeletedDate returns the DeletedDate field if non-nil, zero value otherwise.
func (o *IdentityHistoryResponse) GetDeletedDateOk() (*string, bool)
GetDeletedDateOk returns a tuple with the DeletedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityHistoryResponse) SetDeletedDate(v string)
SetDeletedDate sets DeletedDate field to given value.
func (o *IdentityHistoryResponse) HasDeletedDate() bool
HasDeletedDate returns a boolean if a field has been set.
func (o *IdentityHistoryResponse) GetAccessItemCount() map[string]int32
GetAccessItemCount returns the AccessItemCount field if non-nil, zero value otherwise.
func (o *IdentityHistoryResponse) GetAccessItemCountOk() (*map[string]int32, bool)
GetAccessItemCountOk returns a tuple with the AccessItemCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityHistoryResponse) SetAccessItemCount(v map[string]int32)
SetAccessItemCount sets AccessItemCount field to given value.
func (o *IdentityHistoryResponse) HasAccessItemCount() bool
HasAccessItemCount returns a boolean if a field has been set.
func (o *IdentityHistoryResponse) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *IdentityHistoryResponse) 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.
func (o *IdentityHistoryResponse) SetAttributes(v map[string]interface{})
SetAttributes sets Attributes field to given value.
func (o *IdentityHistoryResponse) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.