Sha256: 3942e4c5db360b5f06affb78142cea983f51b189965cd081c6eb2c8739683c6a
Contents?: true
Size: 423 Bytes
Versions: 28
Compression:
Stored size: 423 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::Storage::Mgmt::V2018_02_01 module Models # # Defines values for Permissions # module Permissions R = "r" D = "d" W = "w" L = "l" A = "a" C = "c" U = "u" P = "p" end end end
Version data entries
28 entries across 28 versions & 1 rubygems