Skip to main content

otdfctl policy kas-registry list

list - List Key Access Server registrations

Synopsis

otdfctl policy kas-registry list [flags]

Description

For more information about registration of Key Access Servers, see the manual for kas-registry.

Sort Options

Use --sort <field> with optional --order <direction>. Either flag may be omitted.

DirectionDescriptionDefault
ascAscending orderNo
descDescending orderYes
FieldDescriptionDefault
nameKAS registration nameNo
uriKAS URINo
created_atCreation timestampYes
updated_atLast update timestampNo

Omit direction and let the server choose the default direction:

otdfctl policy kas-registry list --sort name

Omit field and let the server choose the default field:

otdfctl policy kas-registry list --order asc

Example

otdfctl policy kas-registry list

Sort KAS registrations by URI descending:

otdfctl policy kas-registry list --sort uri --order desc

Options

-l, --limit <limit>
Limit retrieved count (required: false)
-o, --offset <offset>
Offset (page) quantity from start of the list (required: false)
--sort <sort>
Sort list results by field (required: false)
--order <order>
Sort order direction. Accepted values are asc and desc (required: false)

Aliases

l