| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Timestamp | Pointer to time.Time | [optional] | |
| Message | Pointer to NullableString | [optional] | |
| Signature | Pointer to NullableString | [optional] | |
| Category | Pointer to int32 | [optional] | |
| Operation | Pointer to int32 | [optional] | |
| Level | Pointer to KeyfactorAuditingEnumsAuditLogLevel | [optional] | |
| User | Pointer to NullableString | [optional] | |
| EntityType | Pointer to NullableString | [optional] | |
| AuditIdentifier | Pointer to NullableString | [optional] | |
| ImmutableIdentifier | Pointer to NullableString | [optional] |
func NewKeyfactorAuditingQueryingAuditLogEntry() *KeyfactorAuditingQueryingAuditLogEntry
NewKeyfactorAuditingQueryingAuditLogEntry instantiates a new KeyfactorAuditingQueryingAuditLogEntry 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 NewKeyfactorAuditingQueryingAuditLogEntryWithDefaults() *KeyfactorAuditingQueryingAuditLogEntry
NewKeyfactorAuditingQueryingAuditLogEntryWithDefaults instantiates a new KeyfactorAuditingQueryingAuditLogEntry 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 *KeyfactorAuditingQueryingAuditLogEntry) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetIdOk() (*int32, 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 *KeyfactorAuditingQueryingAuditLogEntry) SetId(v int32)
SetId sets Id field to given value.
func (o *KeyfactorAuditingQueryingAuditLogEntry) HasId() bool
HasId returns a boolean if a field has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetTimestamp(v time.Time)
SetTimestamp sets Timestamp field to given value.
func (o *KeyfactorAuditingQueryingAuditLogEntry) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *KeyfactorAuditingQueryingAuditLogEntry) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetMessageNil(b bool)
SetMessageNil sets the value for Message to be an explicit nil
func (o *KeyfactorAuditingQueryingAuditLogEntry) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetSignature() string
GetSignature returns the Signature field if non-nil, zero value otherwise.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetSignatureOk() (*string, bool)
GetSignatureOk returns a tuple with the Signature field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetSignature(v string)
SetSignature sets Signature field to given value.
func (o *KeyfactorAuditingQueryingAuditLogEntry) HasSignature() bool
HasSignature returns a boolean if a field has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetSignatureNil(b bool)
SetSignatureNil sets the value for Signature to be an explicit nil
func (o *KeyfactorAuditingQueryingAuditLogEntry) UnsetSignature()
UnsetSignature ensures that no value is present for Signature, not even an explicit nil
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetCategory() int32
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetCategoryOk() (*int32, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetCategory(v int32)
SetCategory sets Category field to given value.
func (o *KeyfactorAuditingQueryingAuditLogEntry) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetOperation() int32
GetOperation returns the Operation field if non-nil, zero value otherwise.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetOperationOk() (*int32, bool)
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetOperation(v int32)
SetOperation sets Operation field to given value.
func (o *KeyfactorAuditingQueryingAuditLogEntry) HasOperation() bool
HasOperation returns a boolean if a field has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetLevel() KeyfactorAuditingEnumsAuditLogLevel
GetLevel returns the Level field if non-nil, zero value otherwise.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetLevelOk() (*KeyfactorAuditingEnumsAuditLogLevel, bool)
GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetLevel(v KeyfactorAuditingEnumsAuditLogLevel)
SetLevel sets Level field to given value.
func (o *KeyfactorAuditingQueryingAuditLogEntry) HasLevel() bool
HasLevel returns a boolean if a field has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetUser() string
GetUser returns the User field if non-nil, zero value otherwise.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetUser(v string)
SetUser sets User field to given value.
func (o *KeyfactorAuditingQueryingAuditLogEntry) HasUser() bool
HasUser returns a boolean if a field has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetUserNil(b bool)
SetUserNil sets the value for User to be an explicit nil
func (o *KeyfactorAuditingQueryingAuditLogEntry) UnsetUser()
UnsetUser ensures that no value is present for User, not even an explicit nil
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetEntityType() string
GetEntityType returns the EntityType field if non-nil, zero value otherwise.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetEntityTypeOk() (*string, bool)
GetEntityTypeOk returns a tuple with the EntityType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetEntityType(v string)
SetEntityType sets EntityType field to given value.
func (o *KeyfactorAuditingQueryingAuditLogEntry) HasEntityType() bool
HasEntityType returns a boolean if a field has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetEntityTypeNil(b bool)
SetEntityTypeNil sets the value for EntityType to be an explicit nil
func (o *KeyfactorAuditingQueryingAuditLogEntry) UnsetEntityType()
UnsetEntityType ensures that no value is present for EntityType, not even an explicit nil
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetAuditIdentifier() string
GetAuditIdentifier returns the AuditIdentifier field if non-nil, zero value otherwise.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetAuditIdentifierOk() (*string, bool)
GetAuditIdentifierOk returns a tuple with the AuditIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetAuditIdentifier(v string)
SetAuditIdentifier sets AuditIdentifier field to given value.
func (o *KeyfactorAuditingQueryingAuditLogEntry) HasAuditIdentifier() bool
HasAuditIdentifier returns a boolean if a field has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetAuditIdentifierNil(b bool)
SetAuditIdentifierNil sets the value for AuditIdentifier to be an explicit nil
func (o *KeyfactorAuditingQueryingAuditLogEntry) UnsetAuditIdentifier()
UnsetAuditIdentifier ensures that no value is present for AuditIdentifier, not even an explicit nil
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetImmutableIdentifier() string
GetImmutableIdentifier returns the ImmutableIdentifier field if non-nil, zero value otherwise.
func (o *KeyfactorAuditingQueryingAuditLogEntry) GetImmutableIdentifierOk() (*string, bool)
GetImmutableIdentifierOk returns a tuple with the ImmutableIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetImmutableIdentifier(v string)
SetImmutableIdentifier sets ImmutableIdentifier field to given value.
func (o *KeyfactorAuditingQueryingAuditLogEntry) HasImmutableIdentifier() bool
HasImmutableIdentifier returns a boolean if a field has been set.
func (o *KeyfactorAuditingQueryingAuditLogEntry) SetImmutableIdentifierNil(b bool)
SetImmutableIdentifierNil sets the value for ImmutableIdentifier to be an explicit nil
func (o *KeyfactorAuditingQueryingAuditLogEntry) UnsetImmutableIdentifier()
UnsetImmutableIdentifier ensures that no value is present for ImmutableIdentifier, not even an explicit nil