Nan Zhou | b9dae7b | 2021-12-29 11:03:39 -0800 | [diff] [blame] | 1 | description: > |
| 2 | Authority Manager's interface to replace existing authorities list. |
| 3 | methods: |
| 4 | - name: ReplaceAll |
| 5 | description: > |
| 6 | Replace the current authorities list and restart the associated |
| 7 | services. |
| 8 | parameters: |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 9 | - name: Path |
| 10 | type: string |
| 11 | description: > |
| 12 | Path of file that contains multiple root certificates. |
Nan Zhou | b9dae7b | 2021-12-29 11:03:39 -0800 | [diff] [blame] | 13 | returns: |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 14 | - name: ObjectPath |
| 15 | type: array[object_path] |
| 16 | description: > |
| 17 | D-Bus object path to created objects. |
Nan Zhou | b9dae7b | 2021-12-29 11:03:39 -0800 | [diff] [blame] | 18 | errors: |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 19 | - xyz.openbmc_project.Common.Error.InternalFailure |
| 20 | - xyz.openbmc_project.Certs.Error.InvalidCertificate |
| 21 | - xyz.openbmc_project.Common.Error.NotAllowed |