Class Explanation
Explanation about the IAM policy search result.
Implements
Inherited Members
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> |