Listing TruSTAR Enclaves in Demisto
This command returns the list of all Enclaves that you have access to, as well as you can read, create, and update Reports in that enclave. This command does not require any arguments.
Format
trustar-get-enclaves
Example
!trustar-get-enclaves
Outputs
Path | Type | Description |
TruSTAR.Enclaves.id | string | Enclave type |
TruSTAR.Enclaves.name | string | Enclave name |
TruSTAR.Enclaves.type | string | Enclave type |
TruSTAR.Enclaves.create | Bool | True if I have create permissions on enclave |
TruSTAR.Enclaves.update | Bool | True if I have update permissions on enclave |
TruSTAR.Enclaves.read | Bool | True if I have read permissions on enclave |