Update authdb.yml (#19399)

Fixed copy+paste or find+replace booboo when scalar was changed from >-
to |-

Copy operation caught up the angle brackets used around "right_name" in
this doc.

Thanks.
This commit is contained in:
Brock Walters 2024-05-31 10:18:14 -04:00 committed by GitHub
parent 54ef2b1065
commit 72827bc3ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 <right_name|-` command.
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 <right_name>` command.
evented: false
columns:
- name: right_name
type: text
required: true
description: |-
The right_name to query in the `authorizationdb read <right_name|-` command.
The right_name to query in the `authorizationdb read <right_name>` command.
- name: json_result
type: text
required: false
description: |-
The JSON output parsed from the plist output of the `authorizationdb read <right_name|-` command.
The JSON output parsed from `authorizationdb` plist.
example: |-
```