Class GoogleCloudPolicytroubleshooterIamV3ConditionContextPeer
This message defines attributes for a node that handles a network request. The node can be either a service or
an application that sends, forwards, or receives the request. Service peers should fill in principal and
labels as appropriate.
Implements
Inherited Members
Namespace: Google.Apis.PolicyTroubleshooter.v3.Data
Assembly: Google.Apis.PolicyTroubleshooter.v3.dll
Syntax
public class GoogleCloudPolicytroubleshooterIamV3ConditionContextPeer : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Ip
The IPv4 or IPv6 address of the peer.
Declaration
[JsonProperty("ip")]
public virtual string Ip { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Port
The network port of the peer.
Declaration
[JsonProperty("port")]
public virtual long? Port { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |