Show / Hide Table of Contents

Class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig

Proxy Configuration of a PartnerTenant.

Inheritance
object
GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig
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.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Timestamp when the resource was created.

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

DisplayName

Optional. An arbitrary caller-provided name for the ProxyConfig. Cannot exceed 64 characters.

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

ETag

The ETag of the item.

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

EncryptionInfo

Optional. Information to encrypt JWT for the proxy server.

Declaration
[JsonProperty("encryptionInfo")]
public virtual GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo EncryptionInfo { get; set; }
Property Value
Type Description
GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo

Name

Output only. ProxyConfig resource name.

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

ProxyProtocolConfig

Optional. Protocol config data for the Proxy.

Declaration
[JsonProperty("proxyProtocolConfig")]
public virtual GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig ProxyProtocolConfig { get; set; }
Property Value
Type Description
GoogleCloudBeyondcorpPartnerservicesV1alphaProxyProtocolConfig

ProxyUri

Required. The URI of the proxy server.

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

RoutingInfo

Required. Routing info to direct traffic to the proxy server.

Declaration
[JsonProperty("routingInfo")]
public virtual GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo RoutingInfo { get; set; }
Property Value
Type Description
GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo

TransportInfo

Optional. Transport layer information to verify for the proxy server.

Declaration
[JsonProperty("transportInfo")]
public virtual GoogleCloudBeyondcorpPartnerservicesV1alphaTransportInfo TransportInfo { get; set; }
Property Value
Type Description
GoogleCloudBeyondcorpPartnerservicesV1alphaTransportInfo

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. Timestamp when the resource was last modified.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX