Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

list

List all flexi security in your project. This command allows you to view the flexi security that have been created along with their details.

Usage

cldkctl flexi security list [flags]

Aliases

list, ls

Steps

Follow the steps below to run and view the result of this command:

  1. Run the following command in your terminal:

cldkctl flexi security list 
  1. The terminal displays the command output.

Column
Description

ID

The unique identifier of the security configuration.

Name

The name of the security configuration.

Applied To

The number of resources (such as instances) where the security configuration is applied.

Rules

The number of security rules configured in the security configuration.

Created At

The date and time when the security configuration was created.

Flags

This command supports global flags. Refer to the Global Flags section for details

Flag
Description

--help

-h

Help for the list command.

--project string

-p

Project ID for filtering security

Last updated