# 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::V2021_01_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