Sha256: 14f592d3b334eb1801de98e65f5c6ba8596e66234fd4b9b01ddc342bbed65fe3
Contents?: true
Size: 610 Bytes
Versions: 1
Compression:
Stored size: 610 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Auditlog include Her::Model include Helpers::Model belongs_to :account belongs_to :authenticatedasaccount belongs_to :authenticatedasentity belongs_to :resource has_one :authenticatedasaccount has_one :account attributes :accountId, :authType, :authenticatedAsAccountId, :authenticatedAsIdentityId, :clientIp, :created, :description, :eventType, :id, :kind, :resourceId, :resourceType, :responseCode, :requestObject, :responseObject end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rancher-api-beta-0.8.1 | lib/rancher/api/models/auditlog.rb |