Class: Google::Apis::CloudassetV1::Explanation

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudasset_v1/classes.rb,
generated/google/apis/cloudasset_v1/representations.rb,
generated/google/apis/cloudasset_v1/representations.rb

Overview

Explanation about the IAM policy search result.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Explanation

Returns a new instance of Explanation.



545
546
547
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 545

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#matched_permissionsHash<String,Google::Apis::CloudassetV1::Permissions>

The map from roles to their included permissions that match the permission query (i.e., a query containing policy.role.permissions:). Example: if query policy.role.permissions:compute.disk.get matches a policy binding that contains owner role, the matched_permissions will be "roles/owner": [" compute.disk.get"]. The roles can also be found in the returned policy bindings. Note that the map is populated only for requests with permission queries. Corresponds to the JSON property matchedPermissions

Returns:



543
544
545
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 543

def matched_permissions
  @matched_permissions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



550
551
552
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 550

def update!(**args)
  @matched_permissions = args[:matched_permissions] if args.key?(:matched_permissions)
end