AddKeyRequestType

AddKeyRequestType
AddKeyRequestType

The parameters of AddKey.

JSON Example
{
    "key": {
        "_typeName": "string",
        "keyId": {
            "_typeName": "string",
            "keyId": "string",
            "providerId": {
                "_typeName": "string",
                "id": "string"
            }
        },
        "algorithm": "string",
        "keyData": "string"
    }
}
key
Required

Data Object representing a plain text cryptographic key.