Skip to content

Commit f47a0ca

Browse files
author
Stacey Gammon
committed
Add extra comments
1 parent 69caaa8 commit f47a0ca

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

x-pack/plugins/security/server/plugin.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,13 @@ export interface SecurityPluginSetup {
7878
* @deprecated Use `authz` methods from the `SecurityServiceStart` contract instead.
7979
*/
8080
authz: AuthorizationServiceSetup;
81+
/**
82+
* Exposes information about the available security features under the current license.
83+
*/
8184
license: SecurityLicense;
85+
/**
86+
* Exposes services for audit logging.
87+
*/
8288
audit: AuditServiceSetup;
8389
}
8490

0 commit comments

Comments
 (0)