Sha256: 76e86235aaf91f4b9db054fbc252af5c2e05b21e7463080a54baed4008b63b4a
Contents?: true
Size: 647 Bytes
Versions: 10
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_0_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
10 entries across 10 versions & 1 rubygems