Show / Hide Table of Contents

Class GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse

Response for TroubleshootIamPolicy.

Inheritance
object
GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse
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.PolicyTroubleshooter.v1.Data
Assembly: Google.Apis.PolicyTroubleshooter.v1.dll
Syntax
public class GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse : IDirectResponseSchema

Properties

Access

Indicates whether the principal has the specified permission for the specified resource, based on evaluating all of the applicable IAM policies.

Declaration
[JsonProperty("access")]
public virtual string Access { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Errors

The general errors contained in the troubleshooting response.

Declaration
[JsonProperty("errors")]
public virtual IList<GoogleRpcStatus> Errors { get; set; }
Property Value
Type Description
IList<GoogleRpcStatus>

ExplainedPolicies

List of IAM policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result. The list of policies can include the policy for the resource itself. It can also include policies that are inherited from higher levels of the resource hierarchy, including the organization, the folder, and the project. To learn more about the resource hierarchy, see https://cloud.google.com/iam/help/resource-hierarchy.

Declaration
[JsonProperty("explainedPolicies")]
public virtual IList<GoogleCloudPolicytroubleshooterV1ExplainedPolicy> ExplainedPolicies { get; set; }
Property Value
Type Description
IList<GoogleCloudPolicytroubleshooterV1ExplainedPolicy>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX