> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/guidance-for-enterprise/cloudeka-api-list/command-reference/cldkctl-flexi/security/list.md).

# 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 
```

2. The terminal displays the command output.

<figure><img src="/files/caZRkK3gLsyEsCl2Kob7" alt=""><figcaption></figcaption></figure>

| 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

{% hint style="info" %}
This command supports [global flags](/guidance-for-enterprise/cloudeka-api-list/global-flags.md). Refer to the Global Flags section for details
{% endhint %}

| Flag             |    | Description                       |
| ---------------- | -- | --------------------------------- |
| --help           | -h | Help for the list command.        |
| --project string | -p | Project ID for filtering security |
