Class ProjectsResource.SourcesResource.FindingsResource.ExternalSystemsResource
The "externalSystems" collection of methods.
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ProjectsResource.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 ProjectsResource.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 |
---|---|
ProjectsResource.SourcesResource.FindingsResource.ExternalSystemsResource.PatchRequest |