Class: Google::Apis::CloudassetV1p1beta1::Explanation

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudasset_v1p1beta1/classes.rb,
lib/google/apis/cloudasset_v1p1beta1/representations.rb,
lib/google/apis/cloudasset_v1p1beta1/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.



243
244
245
# File 'lib/google/apis/cloudasset_v1p1beta1/classes.rb', line 243

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

Instance Attribute Details

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

The map from roles to their included permission matching the permission query ( e.g. containing policy.role.permissions:). Example role string: "roles/ compute.instanceAdmin". The roles can also be found in the returned policy bindings. Note that the map is populated only if requesting with a permission query. Corresponds to the JSON property matchedPermissions



241
242
243
# File 'lib/google/apis/cloudasset_v1p1beta1/classes.rb', line 241

def matched_permissions
  @matched_permissions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



248
249
250
# File 'lib/google/apis/cloudasset_v1p1beta1/classes.rb', line 248

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