Class FoldersResource.SourcesResource.FindingsResource.ExternalSystemsResource
The "externalSystems" collection of methods.
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class FoldersResource.SourcesResource.FindingsResource.ExternalSystemsResource
Constructors
ExternalSystemsResource(IClientService)
Constructs a new resource.
Declaration
public ExternalSystemsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Patch(GoogleCloudSecuritycenterV1ExternalSystem, string)
Updates external system. This is for a given finding.
Declaration
public virtual FoldersResource.SourcesResource.FindingsResource.ExternalSystemsResource.PatchRequest Patch(GoogleCloudSecuritycenterV1ExternalSystem body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudSecuritycenterV1ExternalSystem | body | The body of the request. |
| string | name | Full resource name of the external system, for example: "organizations/1234/sources/5678/findings/123456/externalSystems/jira", "folders/1234/sources/5678/findings/123456/externalSystems/jira", "projects/1234/sources/5678/findings/123456/externalSystems/jira" |
Returns
| Type | Description |
|---|---|
| FoldersResource.SourcesResource.FindingsResource.ExternalSystemsResource.PatchRequest |