Class IpRules
IP rules associated with the finding.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter .v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class IpRules : IDirectResponseSchema
Properties
Allowed
Tuple with allowed rules.
Declaration
[JsonProperty("allowed")]
public virtual Allowed Allowed { get; set; }
Property Value
Type | Description |
---|---|
Allowed |
Denied
Tuple with denied rules.
Declaration
[JsonProperty("denied")]
public virtual Denied Denied { get; set; }
Property Value
Type | Description |
---|---|
Denied |
DestinationIpRanges
If destination IP ranges are specified, the firewall rule applies only to traffic that has a destination IP address in these ranges. These ranges must be expressed in CIDR format. Only supports IPv4.
Declaration
[JsonProperty("destinationIpRanges")]
public virtual IList<string> DestinationIpRanges { get; set; }
Property Value
Direction
The direction that the rule is applicable to, one of ingress or egress.
Declaration
[JsonProperty("direction")]
public virtual string Direction { 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 |
ExposedServices
Name of the network protocol service, such as FTP, that is exposed by the open port. Follows the naming convention available at: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml.
Declaration
[JsonProperty("exposedServices")]
public virtual IList<string> ExposedServices { get; set; }
Property Value
SourceIpRanges
If source IP ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. Only supports IPv4.
Declaration
[JsonProperty("sourceIpRanges")]
public virtual IList<string> SourceIpRanges { get; set; }