Class CreateFindingRequest (1.27.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. Its format should be "organizations/[organization_id]/sources/[source_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_v1beta1.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.