Class: Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Identity
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Identity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/assets.rb
Overview
An identity under analysis.
Instance Attribute Summary collapse
-
#analysis_state ⇒ ::Google::Cloud::Asset::V1::IamPolicyAnalysisState
The analysis state of this identity.
-
#name ⇒ ::String
The identity of members, formatted as appear in an IAM policy binding.
Instance Attribute Details
#analysis_state ⇒ ::Google::Cloud::Asset::V1::IamPolicyAnalysisState
Returns The analysis state of this identity.
1036 1037 1038 1039 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 1036 class Identity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The identity of members, formatted as appear in an IAM policy binding. For example, they might be formatted like the following:
- user:[email protected]
- group:[email protected]
- serviceAccount:[email protected]
- projectOwner:some_project_id
- domain:google.com
- allUsers.
1036 1037 1038 1039 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 1036 class Identity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |