You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/securitycenter_v1.folders.securityHealthAnalyticsSettings.customModules.html
+49Lines changed: 49 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -893,6 +893,50 @@ <h3>Method Details</h3>
893
893
"A String",
894
894
],
895
895
},
896
+
"ipRules": { # IP rules associated with the finding. # IP rules associated with the finding.
897
+
"allowed": { # Allowed IP rule. # Tuple with allowed rules.
898
+
"ipRules": [ # Optional. Optional list of allowed IP rules.
899
+
{ # IP rule information.
900
+
"portRanges": [ # Optional. An optional list of ports to which this rule applies. This field is only applicable for the UDP or (S)TCP protocols. Each entry must be either an integer or a range including a min and max port number.
901
+
{ # A port range which is inclusive of the min and max values. Values are between 0 and 2^16-1. The max can be equal / must be not smaller than the min value. If min and max are equal this indicates that it is a single port.
902
+
"max": "A String", # Maximum port value.
903
+
"min": "A String", # Minimum port value.
904
+
},
905
+
],
906
+
"protocol": "A String", # The IP protocol this rule applies to. This value can either be one of the following well known protocol strings (TCP, UDP, ICMP, ESP, AH, IPIP, SCTP) or a string representation of the integer value.
907
+
},
908
+
],
909
+
},
910
+
"denied": { # Denied IP rule. # Tuple with denied rules.
911
+
"ipRules": [ # Optional. Optional list of denied IP rules.
912
+
{ # IP rule information.
913
+
"portRanges": [ # Optional. An optional list of ports to which this rule applies. This field is only applicable for the UDP or (S)TCP protocols. Each entry must be either an integer or a range including a min and max port number.
914
+
{ # A port range which is inclusive of the min and max values. Values are between 0 and 2^16-1. The max can be equal / must be not smaller than the min value. If min and max are equal this indicates that it is a single port.
915
+
"max": "A String", # Maximum port value.
916
+
"min": "A String", # Minimum port value.
917
+
},
918
+
],
919
+
"protocol": "A String", # The IP protocol this rule applies to. This value can either be one of the following well known protocol strings (TCP, UDP, ICMP, ESP, AH, IPIP, SCTP) or a string representation of the integer value.
920
+
},
921
+
],
922
+
},
923
+
"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.
924
+
"A String",
925
+
],
926
+
"direction": "A String", # The direction that the rule is applicable to, one of ingress or egress.
927
+
"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.
928
+
"A String",
929
+
],
930
+
"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.
931
+
"A String",
932
+
],
933
+
},
934
+
"job": { # Describes a job # Job associated with the finding.
935
+
"errorCode": 42, # Optional. If the job did not complete successfully, this field describes why.
936
+
"location": "A String", # Optional. Gives the location where the job ran, such as `US` or `europe-west1`
937
+
"name": "A String", # The fully-qualified name for a job. e.g. `projects//jobs/`
938
+
"state": "A String", # Output only. State of the job, such as `RUNNING` or `PENDING`.
939
+
},
896
940
"kernelRootkit": { # Kernel mode rootkit signatures. # Signature of the kernel rootkit.
897
941
"name": "A String", # Rootkit name, when available.
898
942
"unexpectedCodeModification": True or False, # True if unexpected modifications of kernel code memory are present.
@@ -1050,6 +1094,11 @@ <h3>Method Details</h3>
1050
1094
"muteInitiator": "A String", # Records additional information about the mute operation, for example, the [mute configuration](/security-command-center/docs/how-to-mute-findings) that muted the finding and the user who muted the finding.
1051
1095
"muteUpdateTime": "A String", # Output only. The most recent time this finding was muted or unmuted.
1052
1096
"name": "A String", # The [relative resource name](https://cloud.google.com/apis/design/resource_names#relative_resource_name) of the finding. Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}", "folders/{folder_id}/sources/{source_id}/findings/{finding_id}", "projects/{project_id}/sources/{source_id}/findings/{finding_id}".
1097
+
"networks": [ # Represents the VPC networks that the resource is attached to.
1098
+
{ # Contains information about a VPC network associated with the finding.
1099
+
"name": "A String", # The name of the VPC network resource, for example, `//compute.googleapis.com/projects/my-project/global/networks/my-network`.
1100
+
},
1101
+
],
1053
1102
"nextSteps": "A String", # Steps to address the finding.
1054
1103
"notebook": { # Represents a Jupyter notebook IPYNB file, such as a [Colab Enterprise notebook](https://cloud.google.com/colab/docs/introduction) file, that is associated with a finding. # Notebook associated with the finding.
1055
1104
"lastAuthor": "A String", # The user ID of the latest author to modify the notebook.
0 commit comments