Retrieve Encryption Keys in JWK Format
get
                    /admin/v1/EncryptionKeys
Request
Supported Media Types
                - application/json
Query Parameters
                - 
                        dataformat(optional): string
                        
                        Data format version on which the returned keys are based--for example, 1.0.
Response
Supported Media Types
                - application/json
200 Response
Encryption keys in JWK format.
                
                
                    Root Schema : EncryptionKey
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectRetrieve the existing encryption keys used by Cloud Gate to encrypt cookies in JSON Web Key format (JWK).
    
    
    
    
        Show Source
        - 
            dataformat: 
            string
            This field contains version information.
- 
            id: 
            string
            Unique identifier for the NON-SCIM resource as defined by the Service Provider.
- 
            keys: 
            array  keys
            
            This field contains a list of encryption keys.
Nested Schema : keys
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThis field contains a list of encryption keys.
    
    
    
    
    
        Show Source
        - 
            Array of: 
                object  encKeys
            
            A complex attribute representing keys
Nested Schema : encKeys
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectA complex attribute representing keys
    
    
    
    
        Show Source
        - 
            enc: 
            string
            Encryption Algorithm.
- 
            exp(optional): 
            integer
            Expiration time in unix epoch format.
- 
            k: 
            string
            Actual Key Value in binary format.
- 
            kid: 
            string
            Unique Key Identifier.
- 
            kty: 
            string
            Key Type Parameter Value.