Sha256: 118be85363e91753129eac06736754c588fc864fc796a1f1e7296e5ada3764ab
Contents?: true
Size: 432 Bytes
Versions: 22
Compression:
Stored size: 432 Bytes
Contents
require 'fog/openstack/models/model' module Fog module OpenStack class KeyManager 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
22 entries across 22 versions & 3 rubygems