Sha256: 9117fd2f4563173c985961bb9c4e5a75f3a7fd70a521b53617b3a72fb50716c4
Contents?: true
Size: 423 Bytes
Versions: 18
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_11_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
18 entries across 18 versions & 1 rubygems