Class: Google::Cloud::Asset::V1::IamPolicyAnalysisQuery::ConditionContext
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::IamPolicyAnalysisQuery::ConditionContext
- 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
-
#access_time ⇒ ::Google::Protobuf::Timestamp
The hypothetical access timestamp to evaluate IAM conditions.
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.
1063 1064 1065 1066 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1063 class ConditionContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |