Sha256: 9f2186676097ec6cbdcd4e38bb78d97b792bdeda301c3a016d9331be4f1427c8
Contents?: true
Size: 432 Bytes
Versions: 30
Compression:
Stored size: 432 Bytes
Contents
require 'fog/openstack/models/model' module Fog module KeyManager class OpenStack class ACL < Fog::OpenStack::Model identity :acl_ref attribute :uuid attribute :operation_type attribute :users, type: Array attribute :project_access attribute :secret_type attribute :created attribute :creator_id attribute :updated end end end end
Version data entries
30 entries across 28 versions & 3 rubygems