Class FoldersResource.SourcesResource.FindingsResource
The "findings" collection of methods.
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class FoldersResource.SourcesResource.FindingsResource
Constructors
FindingsResource(IClientService)
Constructs a new resource.
Declaration
public FindingsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
ExternalSystems
Gets the ExternalSystems resource.
Declaration
public virtual FoldersResource.SourcesResource.FindingsResource.ExternalSystemsResource ExternalSystems { get; }
Property Value
| Type | Description |
|---|---|
| FoldersResource.SourcesResource.FindingsResource.ExternalSystemsResource |
Methods
Group(GroupFindingsRequest, string)
Declaration
public virtual FoldersResource.SourcesResource.FindingsResource.GroupRequest Group(GroupFindingsRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GroupFindingsRequest | body | The body of the request. |
| string | parent |
|
Returns
| Type | Description |
|---|---|
| FoldersResource.SourcesResource.FindingsResource.GroupRequest |
List(string)
Declaration
public virtual FoldersResource.SourcesResource.FindingsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent |
|
Returns
| Type | Description |
|---|---|
| FoldersResource.SourcesResource.FindingsResource.ListRequest |
Patch(Finding, string)
Declaration
public virtual FoldersResource.SourcesResource.FindingsResource.PatchRequest Patch(Finding body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| Finding | body | The body of the request. |
| string | name |
|
Returns
| Type | Description |
|---|---|
| FoldersResource.SourcesResource.FindingsResource.PatchRequest |
SetMute(SetMuteRequest, string)
Declaration
public virtual FoldersResource.SourcesResource.FindingsResource.SetMuteRequest SetMute(SetMuteRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| SetMuteRequest | body | The body of the request. |
| string | name |
|
Returns
| Type | Description |
|---|---|
| FoldersResource.SourcesResource.FindingsResource.SetMuteRequest |
SetState(SetFindingStateRequest, string)
Declaration
public virtual FoldersResource.SourcesResource.FindingsResource.SetStateRequest SetState(SetFindingStateRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| SetFindingStateRequest | body | The body of the request. |
| string | name |
|
Returns
| Type | Description |
|---|---|
| FoldersResource.SourcesResource.FindingsResource.SetStateRequest |
UpdateSecurityMarks(SecurityMarks, string)
Declaration
public virtual FoldersResource.SourcesResource.FindingsResource.UpdateSecurityMarksRequest UpdateSecurityMarks(SecurityMarks body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| SecurityMarks | body | The body of the request. |
| string | name |
|
Returns
| Type | Description |
|---|---|
| FoldersResource.SourcesResource.FindingsResource.UpdateSecurityMarksRequest |