Show / Hide Table of Contents

Class GoogleCloudPolicytroubleshooterIamV3ConditionExplanationEvaluationState

Evaluated state of a condition expression.

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

Properties

ETag

The ETag of the item.

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

End

End position of an expression in the condition, by character, end included, for example: the end position of the first part of a==b || c==d would be 4.

Declaration
[JsonProperty("end")]
public virtual int? End { get; set; }
Property Value
Type Description
int?

Errors

Any errors that prevented complete evaluation of the condition expression.

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

Start

Start position of an expression in the condition, by character.

Declaration
[JsonProperty("start")]
public virtual int? Start { get; set; }
Property Value
Type Description
int?

Value

Value of this expression.

Declaration
[JsonProperty("value")]
public virtual object Value { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX