Class CreateFindingRequest (1.31.0)

CreateFindingRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for creating a finding.

Attributes

NameDescription
parent str
Required. Resource name of the new finding's parent. The following list shows some examples of the format: + organizations/[organization_id]/sources/[source_id] + organizations/[organization_id]/sources/[source_id]/locations/[location_id]
finding_id str
Required. Unique identifier provided by the client within the parent scope. It must be alphanumeric and less than or equal to 32 characters and greater than 0 characters in length.
finding google.cloud.securitycenter_v2.types.Finding
Required. The Finding being created. The name and security_marks will be ignored as they are both output only fields on this resource.