# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::KeyVault::V7_0 module Models # # Defines values for JsonWebKeyOperation # module JsonWebKeyOperation Encrypt = "encrypt" Decrypt = "decrypt" Sign = "sign" Verify = "verify" WrapKey = "wrapKey" UnwrapKey = "unwrapKey" end end end