Class: Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Access

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 IAM role or permission under analysis.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The analysis state of this access.

Returns:



1062
1063
1064
1065
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 1062

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.

Returns:

  • (::String)

    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.



1062
1063
1064
1065
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 1062

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.

Returns:

  • (::String)

    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.



1062
1063
1064
1065
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 1062

class Access
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end