Resource: SecurityFeedback
Represents a feedback report from an Advanced API Security customer.
| JSON representation |
|---|
{ "name" : string , "displayName" : string , "feedbackContexts" : [ { object ( |
| Fields | |
|---|---|
name
|
Output only. Identifier. The feedback name is intended to be a system-generated uuid. |
displayName
|
Optional. The display name of the feedback. |
feedbackContexts[]
|
Required. One or more attribute/value pairs for constraining the feedback. |
feedbackType
|
Required. The type of feedback being submitted. |
createTime
|
Output only. The time when this specific feedback id was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime
|
Output only. The time when this specific feedback id was updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
reason
|
Optional. The reason for the feedback. |
comment
|
Optional. Optional text the user can provide for additional, unstructured context. |
FeedbackContext
FeedbackContext captures the intent of the submitted feedback.
| JSON representation |
|---|
{
"attribute"
:
enum (
|
| Fields | |
|---|---|
attribute
|
Required. The attribute the user is providing feedback about. |
values[]
|
Required. The values of the attribute the user is providing feedback about. |
Attribute
The attribute type.
| Enums | |
|---|---|
ATTRIBUTE_UNSPECIFIED
|
Unspecified attribute. |
ATTRIBUTE_ENVIRONMENTS
|
Values will be a list of environments. |
ATTRIBUTE_IP_ADDRESS_RANGES
|
Values will be a list of IP addresses. This could be either IPv4 or IPv6. |
FeedbackType
The type of feedback being submitted.
| Enums | |
|---|---|
FEEDBACK_TYPE_UNSPECIFIED
|
Unspecified feedback type. |
EXCLUDED_DETECTION
|
Feedback identifying attributes to be excluded from detections. |
Reason
The reason for the feedback.
| Enums | |
|---|---|
REASON_UNSPECIFIED
|
Unspecified reason. |
INTERNAL_SYSTEM
|
The feedback is created for an internal system. |
NON_RISK_CLIENT
|
The feedback is created for a non-risk client. |
NAT
|
The feedback is created for to label NAT. |
PENETRATION_TEST
|
The feedback is created for a penetration test. |
OTHER
|
The feedback is created for other reasons. |
Methods |
|
|---|---|
|
Creates a new report containing customer feedback. |
|
Deletes a specific feedback report. |
|
Gets a specific customer feedback report. |
|
Lists all feedback reports which have already been submitted. |
|
Updates a specific feedback report. |

