Class: Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Access
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Access
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/assets.rb
Overview
An IAM role or permission under analysis.
Instance Attribute Summary collapse
-
#analysis_state ⇒ ::Google::Cloud::Asset::V1::IamPolicyAnalysisState
The analysis state of this access.
-
#permission ⇒ ::String
The permission.
-
#role ⇒ ::String
The role.
Instance Attribute Details
#analysis_state ⇒ ::Google::Cloud::Asset::V1::IamPolicyAnalysisState
Returns The analysis state of this access.
1014 1015 1016 1017 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 1014 class Access include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |