Class FoldersResource.SourcesResource.FindingsResource.ExternalSystemsResource.PatchRequest
Updates external system. This is for a given finding.
Inheritance
FoldersResource.SourcesResource.FindingsResource.ExternalSystemsResource.PatchRequest
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class FoldersResource.SourcesResource.FindingsResource.ExternalSystemsResource.PatchRequest : SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1ExternalSystem>, IClientServiceRequest<GoogleCloudSecuritycenterV1ExternalSystem>, IClientServiceRequest
Constructors
PatchRequest(IClientService, GoogleCloudSecuritycenterV1ExternalSystem, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, GoogleCloudSecuritycenterV1ExternalSystem body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudSecuritycenterV1ExternalSystem | body | |
string | name |
Properties
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
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"
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpdateMask
The FieldMask to use when updating the external system resource. If empty all mutable fields will be updated.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()