Explanation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Explanation about the IAM policy search result.
Attribute
Name | Description |
matched_permissions |
Mapping[str, google.cloud.asset_v1p1beta1.types.Permissions]
The map from roles to their included permission matching the permission query (e.g. containing ``policy.role.permissions:``). A sample 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. |
Inheritance
builtins.object > proto.message.Message > ExplanationClasses
MatchedPermissionsEntry
MatchedPermissionsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict, `.Message`]
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |