public sealed class CreateFindingRequest : IMessage<CreateFindingRequest>, IEquatable<CreateFindingRequest>, IDeepCloneable<CreateFindingRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class CreateFindingRequest.
Request message for creating a finding.
Implements
IMessageCreateFindingRequest, IEquatableCreateFindingRequest, IDeepCloneableCreateFindingRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1P1Beta1Assembly
Google.Cloud.SecurityCenter.V1P1Beta1.dll
Constructors
CreateFindingRequest()
public CreateFindingRequest()CreateFindingRequest(CreateFindingRequest)
public CreateFindingRequest(CreateFindingRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateFindingRequest |
Properties
Finding
public Finding Finding { get; set; }Required. The Finding being created. The name and security_marks will be ignored as they are both output only fields on this resource.
| Property Value | |
|---|---|
| Type | Description |
Finding |
|
FindingId
public string FindingId { get; set; }Required. Unique identifier provided by the client within the parent scope.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Resource name of the new finding's parent. Its format should be "organizations/[organization_id]/sources/[source_id]".
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsSourceName
public SourceName ParentAsSourceName { get; set; }SourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
SourceName |
|