Sha256: 23b471ddea90c0c545df250ace2b915d38e6edae7b9b40dadceebac8355a4de2
Contents?: true
Size: 647 Bytes
Versions: 4
Compression:
Stored size: 647 Bytes
Contents
# 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_2_preview module Models # # Defines values for KeyUsageType # module KeyUsageType DigitalSignature = "digitalSignature" NonRepudiation = "nonRepudiation" KeyEncipherment = "keyEncipherment" DataEncipherment = "dataEncipherment" KeyAgreement = "keyAgreement" KeyCertSign = "keyCertSign" CRLSign = "cRLSign" EncipherOnly = "encipherOnly" DecipherOnly = "decipherOnly" end end end
Version data entries
4 entries across 4 versions & 1 rubygems