Nitride
CtrlK
HomeDocumentationTutorials
  • Nitride
  • Documentation
    • What is Nitride?
    • Use Case
    • Setup
      • Install Nitride
      • Install a CLI
      • Configure
    • Get Started
      • Hello "attestation" world
    • Concepts
      • Annotations
      • Attestation
        • Protocols
        • Methods
          • Raw Attestation
          • Raw Attestation with Secure Boot
          • Raw Attestation with vTPM
        • PKI
          • AMD SEV
          • Intel TDX
      • Identity
      • Policy
    • Architecture
      • CLI
      • Nitride
    • Supported Technologies
  • Tutorials
    • Attesting a buckypaper VM
    • Provisioning MariaDB Password on Azure DCXas_v5 VM
  • CLI
    • attestation
      • create
      • delete
      • dump
      • generate
      • local
      • list
      • nonce
      • read
      • update
      • verify
    • config
      • read
      • create
    • identity
      • create
      • read
      • delete
      • list
    • init
    • log
      • read
      • delete
      • list
    • policy
      • create
      • read
      • update
      • delete
      • list
    • totp
      • create
      • delete
  • API
    • Annotations
    • Attestations
    • Configuration
    • Identities
    • Logs
    • Policies
    • TOTP
    • Models
  • Resources
    • Blog
    • GitHub
    • Youtube
    • CCx101
Powered by GitBook
On this page

Was this helpful?

  1. CLI
  2. policy

list

diLists all policies in the vHSM system.

Usage:

vhsm nitride policy list [flags]

Flags

  • HTTP Options

  • Output Options

  • Command Options


Examples:

  • List all policies in the vHSM system:

    vhsm nitride policy list

Additional Example:

  • List all policies in JSON format:

    vhsm nitride policy list -format=json

Last updated 7 days ago

Was this helpful?