class Google::Apis::CloudassetV1::ConditionContext
The IAM conditions context.
Attributes
access_time[RW]
The hypothetical access timestamp to evaluate IAM conditions. Note that this value must not be earlier than the current time; otherwise, an INVALID_ARGUMENT error will be returned. Corresponds to the JSON property `accessTime` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudasset_v1/classes.rb, line 589 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudasset_v1/classes.rb, line 594 def update!(**args) @access_time = args[:access_time] if args.key?(:access_time) end