Show / Hide Table of Contents

Class Explanation

Explanation about the IAM policy search result.

Inheritance
object
Explanation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAsset.v1p1beta1.Data
Assembly: Google.Apis.CloudAsset.v1p1beta1.dll
Syntax
public class Explanation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MatchedPermissions

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.

Declaration
[JsonProperty("matchedPermissions")]
public virtual IDictionary<string, Permissions> MatchedPermissions { get; set; }
Property Value
Type Description
IDictionary<string, Permissions>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX