Class: Google::Cloud::Asset::V1::IamPolicyAnalysisQuery::ConditionContext

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/asset/v1/asset_service.rb

Overview

The IAM conditions context.

Instance Attribute Summary collapse

Instance Attribute Details

#access_time::Google::Protobuf::Timestamp

Returns 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.

Returns:

  • (::Google::Protobuf::Timestamp)

    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.



1132
1133
1134
1135
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1132

class ConditionContext
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end