We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69caaa8 commit f47a0caCopy full SHA for f47a0ca
1 file changed
x-pack/plugins/security/server/plugin.ts
@@ -78,7 +78,13 @@ export interface SecurityPluginSetup {
78
* @deprecated Use `authz` methods from the `SecurityServiceStart` contract instead.
79
*/
80
authz: AuthorizationServiceSetup;
81
+ /**
82
+ * Exposes information about the available security features under the current license.
83
+ */
84
license: SecurityLicense;
85
86
+ * Exposes services for audit logging.
87
88
audit: AuditServiceSetup;
89
}
90
0 commit comments