Class GoogleCloudSecuritycenterV2ExternalExposure
Inheritance
GoogleCloudSecuritycenterV2ExternalExposure
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2ExternalExposure : IDirectResponseSchema
Properties
BackendBucket
Declaration
[JsonProperty("backendBucket")]
public virtual string BackendBucket { get; set; }
Property Value
BackendService
Declaration
[JsonProperty("backendService")]
public virtual string BackendService { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ExposedApplication
Declaration
[JsonProperty("exposedApplication")]
public virtual string ExposedApplication { get; set; }
Property Value
ExposedEndpoint
Declaration
[JsonProperty("exposedEndpoint")]
public virtual string ExposedEndpoint { get; set; }
Property Value
ExposedService
Declaration
[JsonProperty("exposedService")]
public virtual string ExposedService { get; set; }
Property Value
ForwardingRule
Declaration
[JsonProperty("forwardingRule")]
public virtual string ForwardingRule { get; set; }
Property Value
HostnameUri
Declaration
[JsonProperty("hostnameUri")]
public virtual string HostnameUri { get; set; }
Property Value
HttpResponse
Declaration
[JsonProperty("httpResponse")]
public virtual IList<GoogleCloudSecuritycenterV2HttpResponse> HttpResponse { get; set; }
Property Value
InstanceGroup
Declaration
[JsonProperty("instanceGroup")]
public virtual string InstanceGroup { get; set; }
Property Value
InternalBackendService
Declaration
[JsonProperty("internalBackendService")]
public virtual string InternalBackendService { get; set; }
Property Value
LoadBalancerFirewallPolicy
Declaration
[JsonProperty("loadBalancerFirewallPolicy")]
public virtual string LoadBalancerFirewallPolicy { get; set; }
Property Value
NetworkEndpointGroup
Declaration
[JsonProperty("networkEndpointGroup")]
public virtual string NetworkEndpointGroup { get; set; }
Property Value
NetworkIngressFirewallPolicy
Declaration
[JsonProperty("networkIngressFirewallPolicy")]
public virtual string NetworkIngressFirewallPolicy { get; set; }
Property Value
PrivateIpAddress
Declaration
[JsonProperty("privateIpAddress")]
public virtual string PrivateIpAddress { get; set; }
Property Value
PrivatePort
Declaration
[JsonProperty("privatePort")]
public virtual string PrivatePort { get; set; }
Property Value
PscNetworkAttachment
Declaration
[JsonProperty("pscNetworkAttachment")]
public virtual string PscNetworkAttachment { get; set; }
Property Value
PscServiceAttachment
Declaration
[JsonProperty("pscServiceAttachment")]
public virtual string PscServiceAttachment { get; set; }
Property Value
PublicIpAddress
Declaration
[JsonProperty("publicIpAddress")]
public virtual string PublicIpAddress { get; set; }
Property Value
PublicPort
Declaration
[JsonProperty("publicPort")]
public virtual string PublicPort { get; set; }
Property Value
ServiceFirewallPolicy
Declaration
[JsonProperty("serviceFirewallPolicy")]
public virtual string ServiceFirewallPolicy { get; set; }
Property Value
Implements