list
Lists all attestations in the vHSM system.
Usage:
vhsm nitride attestation list [flags]Flags
Example
List all policies in the vHSM system:
vhsm nitride attestation listOutput
Display three attestation uuids. Details of each uuid can be displayed with the read command.
Keys
----
39547c1c-2139-402d-a532-2a352c55106c
737f83e1-cb7b-409e-8e53-b9a8125f651f
b39fc691-f935-4c07-a770-e487ea213d08Additional Example
List all attestations in JSON format:
vhsm nitride attestation list -format=jsonOutput
[
"39547c1c-2139-402d-a532-2a352c55106c",
"737f83e1-cb7b-409e-8e53-b9a8125f651f",
"b39fc691-f935-4c07-a770-e487ea213d08"
]Last updated
Was this helpful?