Class: Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Identity

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#analysis_state::Google::Cloud::Asset::V1::IamPolicyAnalysisState

Returns The analysis state of this identity.

Returns:



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:

Returns:



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