Show / Hide Table of Contents

Class GoogleCloudPolicytroubleshooterV1betaExplainedPolicy

Details about how a specific IAM Policy contributed to the access check.

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

Properties

Access

Indicates whether this policy provides the specified permission to the specified member for the specified resource. This field does not indicate whether the member actually has the permission for the resource. There might be another policy that overrides this policy. To determine whether the member actually has the permission, use the access field in the TroubleshootIamPolicyResponse.

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

BindingExplanations

Details about how each binding in the policy affects the member's ability, or inability, to use the permission for the resource. If the sender of the request does not have access to the policy, this field is omitted.

Declaration
[JsonProperty("bindingExplanations")]
public virtual IList<GoogleCloudPolicytroubleshooterV1betaBindingExplanation> BindingExplanations { get; set; }
Property Value
Type Description
IList<GoogleCloudPolicytroubleshooterV1betaBindingExplanation>

ETag

The ETag of the item.

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

FullResourceName

The full resource name that identifies the resource. For example, //compute.googleapis.com/projects/my-project/zones/us-central1-a/instances/my-instance. If the sender of the request does not have access to the policy, this field is omitted. For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names.

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

Policy

The IAM policy attached to the resource. If the sender of the request does not have access to the policy, this field is empty.

Declaration
[JsonProperty("policy")]
public virtual GoogleIamV1Policy Policy { get; set; }
Property Value
Type Description
GoogleIamV1Policy

Relevance

The relevance of this policy to the overall determination in the TroubleshootIamPolicyResponse. If the sender of the request does not have access to the policy, this field is omitted.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX