Class OrganizationsResource.SourcesResource.FindingsResource.CreateRequest
Creates a finding. The corresponding source must exist for finding creation to succeed.
Inheritance
OrganizationsResource.SourcesResource.FindingsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta1
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class OrganizationsResource.SourcesResource.FindingsResource.CreateRequest : SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1beta1Finding>, IClientServiceRequest<GoogleCloudSecuritycenterV1beta1Finding>, IClientServiceRequest
Constructors
CreateRequest(IClientService, GoogleCloudSecuritycenterV1beta1Finding, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, GoogleCloudSecuritycenterV1beta1Finding body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudSecuritycenterV1beta1Finding | body | |
string | parent |
Properties
FindingId
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.
Declaration
[RequestParameter("findingId", RequestParameterType.Query)]
public virtual string FindingId { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. Resource name of the new finding's parent. Its format should be "organizations/[organization_id]/sources/[source_id]".
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()