Class GoogleCloudPolicytroubleshooterIamV3ConditionContext
Additional context for troubleshooting conditional role bindings and deny rules.
Implements
Inherited Members
Namespace: Google.Apis.PolicyTroubleshooter.v3.Data
Assembly: Google.Apis.PolicyTroubleshooter.v3.dll
Syntax
public class GoogleCloudPolicytroubleshooterIamV3ConditionContext : IDirectResponseSchema
Properties
Destination
The destination of a network activity, such as accepting a TCP connection. In a multi-hop network activity, the destination represents the receiver of the last hop.
Declaration
[JsonProperty("destination")]
public virtual GoogleCloudPolicytroubleshooterIamV3ConditionContextPeer Destination { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudPolicytroubleshooterIamV3ConditionContextPeer |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EffectiveTags
Output only. The effective tags on the resource. The effective tags are fetched during troubleshooting.
Declaration
[JsonProperty("effectiveTags")]
public virtual IList<GoogleCloudPolicytroubleshooterIamV3ConditionContextEffectiveTag> EffectiveTags { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudPolicytroubleshooterIamV3ConditionContextEffectiveTag> |
Request
Represents a network request, such as an HTTP request.
Declaration
[JsonProperty("request")]
public virtual GoogleCloudPolicytroubleshooterIamV3ConditionContextRequest Request { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudPolicytroubleshooterIamV3ConditionContextRequest |
Resource
Represents a target resource that is involved with a network activity. If multiple resources are involved with an activity, this must be the primary one.
Declaration
[JsonProperty("resource")]
public virtual GoogleCloudPolicytroubleshooterIamV3ConditionContextResource Resource { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudPolicytroubleshooterIamV3ConditionContextResource |