Class Explanation
Explanation about the IAM policy search result.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.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 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.
Declaration
[JsonProperty("matchedPermissions")]
public virtual IDictionary<string, Permissions> MatchedPermissions { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, Permissions> |