Sha256: e386d545f1ea1a8bf369bd840707c6de24fc4f0009e15716fc096dc0422320f5

Contents?: true

Size: 438 Bytes

Versions: 4

Compression:

Stored size: 438 Bytes

Contents

require 'fog/huaweicloud/models/model'

module Fog
  module KeyManager
    class HuaweiCloud

      class ACL < Fog::HuaweiCloud::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

4 entries across 4 versions & 1 rubygems

Version Path
fog-huaweicloud-0.0.3 lib/fog/key_manager/huaweicloud/models/acl.rb
fog-huaweicloud-0.0.2 lib/fog/key_manager/huaweicloud/models/acl.rb
fog-huaweicloud-0.1.3 lib/fog/key_manager/huaweicloud/models/acl.rb
fog-huaweicloud-0.1.2 lib/fog/key_manager/huaweicloud/models/acl.rb