Backstage
Docs
Github
Preparing search index...
@backstage/backend-plugin-api
index
AuditorService
Interface AuditorService
A service that provides an auditor facility.
See the
service documentation
for more details.
interface
AuditorService
{
createEvent
(
options
:
AuditorServiceCreateEventOptions
,
)
:
Promise
<
AuditorServiceEvent
>
;
}
Implemented by
DefaultAuditorService
Index
Methods
create
Event
Methods
create
Event
createEvent
(
options
:
AuditorServiceCreateEventOptions
,
)
:
Promise
<
AuditorServiceEvent
>
Parameters
options
:
AuditorServiceCreateEventOptions
Returns
Promise
<
AuditorServiceEvent
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Event
Docs
Github
Backstage
Loading...
A service that provides an auditor facility.
See the service documentation for more details.