CertJwtStoreApiResponse

CertJwtStoreApiResponse
CertJwtStoreApiResponse
JSON Example
{
    "count": 0,
    "results": [
        {
            "_last_modified": "string",
            "jwt": "string",
            "key": "string",
            "key_passphrase": "string",
            "kid": "string",
            "last_rotated_at": {
                "secs": 0,
                "usecs": 0
            },
            "public_key_algorithm": "string",
            "type": "string",
            "url": "string",
            "uuid": "string"
        }
    ],
    "next": "string"
}
integer As int32 As int32
count
Required  

count

results
Required  

results

string
next
Optional

next