Last updated
The policy command manages policies in the vHSM system. Policies define the allowed combinations of platform, firmware, and workload identities, and are used to enforce attestation and authorization requirements for secure workloads.
vhsm nitride policy <subcommand> [options]create @values.json Create a new policy using a JSON file
read $name Read details of a specific policy by name
update @values.json Update an existing policy using a JSON file
delete $nameDelete a specific policy by name
list List all policies
Last updated