Class GoogleCloudPolicytroubleshooterIamV3ConditionExplanation
Explanation for how a condition affects a principal's access
Implements
Inherited Members
Namespace: Google.Apis.PolicyTroubleshooter.v3.Data
Assembly: Google.Apis.PolicyTroubleshooter.v3.dll
Syntax
public class GoogleCloudPolicytroubleshooterIamV3ConditionExplanation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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> |
EvaluationStates
The value of each statement of the condition expression. The value can be true, false, or null. The
value is null if the statement can't be evaluated.
Declaration
[JsonProperty("evaluationStates")]
public virtual IList<GoogleCloudPolicytroubleshooterIamV3ConditionExplanationEvaluationState> EvaluationStates { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudPolicytroubleshooterIamV3ConditionExplanationEvaluationState> |
Value
Value of the condition.
Declaration
[JsonProperty("value")]
public virtual object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |