EnableCryptoRequestType

EnableCryptoRequestType
EnableCryptoRequestType

The parameters of EnableCrypto.

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

Data Object representing a plain text cryptographic key.