AddKeysRequestType

AddKeysRequestType
AddKeysRequestType

The parameters of AddKeys.

JSON Example
{
    "keys": [
        {
            "_typeName": "string",
            "keyId": {
                "_typeName": "string",
                "keyId": "string",
                "providerId": {
                    "_typeName": "string",
                    "id": "string"
                }
            },
            "algorithm": "string",
            "keyData": "string"
        }
    ]
}
keys
Optional

[in] List of cryptographic keys to add.