kes identity info
Overview
Displays information about an identity on the KES server.
The output resembles the following:
Identity    3ecfcdf38fcbe141ae26a1030f81e96b753365a46760ae6b578698a97c59fd22
Created At  2023-02-15 07:59:37
Role        Admin
Syntax
kes identity info                   \
            [--color <string>]      \
            [<identity>]            \
            [--insecure, -k]        \
            [--json]
Parameters
        
        --color
    
Optional
Specify when to use colored output.
Possible values: auto, never, always
auto enables colors if an interactive terminal is detected and disables colors if the output goes to a pipe.
If not defined, KES uses the auto method.
        
        identity
    
Optional
The UUID of a specific identity to retrieve information about.
        
        --insecure, -k
    
Optional
Directs the command to skip x.509 certificate validation during the TLS handshake with the KES server. This allows connections to KES servers using untrusted certificates (i.e. self-signed or issued by an unknown Certificate Authority).
MinIO strongly recommends against using this option in production environments.
        
        --json
    
Optional
Output the results in JSON format.
Examples
The following command displays the identity information for the kes server.
kes identity info`
The following command displays the identity of the provided key.
kes identity info 3ecfcdf38fcbe141ae26a1030f81e96b753365a46760ae6b578698a97c59fd22