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.
1023 1024 1025 1026 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 1023 class Access include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#permission ⇒ ::String
Returns The permission.
Note: The following fields are mutually exclusive: permission, role. If a field in that set is populated, all other fields in the set will automatically be cleared.
1023 1024 1025 1026 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 1023 class Access include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#role ⇒ ::String
Returns The role.
Note: The following fields are mutually exclusive: role, permission. If a field in that set is populated, all other fields in the set will automatically be cleared.
1023 1024 1025 1026 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 1023 class Access include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |