class Google::Apis::CloudassetV1p1beta1::Explanation

Explanation about the IAM policy search result.

Attributes

matched_permissions[RW]

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` @return [Hash<String,Google::Apis::CloudassetV1p1beta1::Permissions>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudasset_v1p1beta1/classes.rb, line 213
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudasset_v1p1beta1/classes.rb, line 218
def update!(**args)
  @matched_permissions = args[:matched_permissions] if args.key?(:matched_permissions)
end