@oneblink/sdk-core
Preparing search index...
OrganisationTypes
NewAuditRecord
Type Alias NewAuditRecord
type
NewAuditRecord
=
{
clientIpAddress
?:
string
;
key
?:
DeveloperKeyReference
;
operation
:
"VIEW"
|
"CREATE"
|
"UPDATE"
|
"DELETE"
|
"SEARCH"
;
organisationId
:
string
;
recordId
:
Record
<
string
,
unknown
>
;
recordLabel
?:
string
;
type
:
AuditRecordType
;
user
?:
UserProfile
;
}
Index
Properties
client
Ip
Address?
key?
operation
organisation
Id
record
Id
record
Label?
type
user?
Properties
Optional
client
Ip
Address
clientIpAddress
?:
string
Optional
key
key
?:
DeveloperKeyReference
operation
operation
:
"VIEW"
|
"CREATE"
|
"UPDATE"
|
"DELETE"
|
"SEARCH"
organisation
Id
organisationId
:
string
record
Id
recordId
:
Record
<
string
,
unknown
>
Optional
record
Label
recordLabel
?:
string
type
type
:
AuditRecordType
Optional
user
user
?:
UserProfile
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
Ip
Address
key
operation
organisation
Id
record
Id
record
Label
type
user
@oneblink/sdk-core
Loading...