Class OrganizationsResource.SourcesResource.FindingsResource
The "findings" collection of methods.
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta1
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class OrganizationsResource.SourcesResource.FindingsResource
Constructors
FindingsResource(IClientService)
Constructs a new resource.
Declaration
public FindingsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(GoogleCloudSecuritycenterV1beta1Finding, string)
Declaration
public virtual OrganizationsResource.SourcesResource.FindingsResource.CreateRequest Create(GoogleCloudSecuritycenterV1beta1Finding body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudSecuritycenterV1beta1Finding | body | The body of the request. |
| string | parent |
|
Returns
| Type | Description |
|---|---|
| OrganizationsResource.SourcesResource.FindingsResource.CreateRequest |
Group(GroupFindingsRequest, string)
Declaration
public virtual OrganizationsResource.SourcesResource.FindingsResource.GroupRequest Group(GroupFindingsRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GroupFindingsRequest | body | The body of the request. |
| string | parent |
|
Returns
| Type | Description |
|---|---|
| OrganizationsResource.SourcesResource.FindingsResource.GroupRequest |
List(string)
Declaration
public virtual OrganizationsResource.SourcesResource.FindingsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent |
|
Returns
| Type | Description |
|---|---|
| OrganizationsResource.SourcesResource.FindingsResource.ListRequest |
Patch(GoogleCloudSecuritycenterV1beta1Finding, string)
Declaration
public virtual OrganizationsResource.SourcesResource.FindingsResource.PatchRequest Patch(GoogleCloudSecuritycenterV1beta1Finding body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudSecuritycenterV1beta1Finding | body | The body of the request. |
| string | name |
|
Returns
| Type | Description |
|---|---|
| OrganizationsResource.SourcesResource.FindingsResource.PatchRequest |
SetState(SetFindingStateRequest, string)
Declaration
public virtual OrganizationsResource.SourcesResource.FindingsResource.SetStateRequest SetState(SetFindingStateRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| SetFindingStateRequest | body | The body of the request. |
| string | name |
|
Returns
| Type | Description |
|---|---|
| OrganizationsResource.SourcesResource.FindingsResource.SetStateRequest |
UpdateSecurityMarks(GoogleCloudSecuritycenterV1beta1SecurityMarks, string)
Declaration
public virtual OrganizationsResource.SourcesResource.FindingsResource.UpdateSecurityMarksRequest UpdateSecurityMarks(GoogleCloudSecuritycenterV1beta1SecurityMarks body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudSecuritycenterV1beta1SecurityMarks | body | The body of the request. |
| string | name |
|
Returns
| Type | Description |
|---|---|
| OrganizationsResource.SourcesResource.FindingsResource.UpdateSecurityMarksRequest |