diff --git a/schema/tables/authdb.yml b/schema/tables/authdb.yml index 466afb8cfe..43834d1907 100644 --- a/schema/tables/authdb.yml +++ b/schema/tables/authdb.yml @@ -1,19 +1,19 @@ name: authdb platforms: - darwin -description: The macOS authorizationdb is used by Mac admins to give their users or themselves granular permissions on the Macs they manage. The `authdb` osquery table returns JSON output for the `authorizationdb read ` command. evented: false columns: - name: right_name type: text required: true description: |- - The right_name to query in the `authorizationdb read ` command. - name: json_result type: text required: false description: |- - The JSON output parsed from the plist output of the `authorizationdb read