Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class CreateFindingRequest.
Request message for creating a finding.
Generated from protobuf message google.cloud.securitycenter.v1.CreateFindingRequest
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Resource name of the new finding's parent. Its format should be |
↳ finding_id |
string
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\V1\Finding
Required. The Finding being created. The name and security_marks will be ignored as they are both output only fields on this resource. |
getParent
Required. Resource name of the new finding's parent. Its format should be
organizations/[organization_id]/sources/[source_id]
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Resource name of the new finding's parent. Its format should be
organizations/[organization_id]/sources/[source_id]
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFindingId
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.
Returns | |
---|---|
Type | Description |
string |
setFindingId
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFinding
Required. The Finding being created. The name and security_marks will be ignored as they are both output only fields on this resource.
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\Finding|null |
hasFinding
clearFinding
setFinding
Required. The Finding being created. The name and security_marks will be ignored as they are both output only fields on this resource.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecurityCenter\V1\Finding
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. Resource name of the new finding's parent. Its format should be
|
findingId |
string
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\V1\Finding
Required. The Finding being created. The name and security_marks will be ignored as they are both output only fields on this resource. |
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\CreateFindingRequest |