Class OrganizationsResource.EventThreatDetectionSettingsResource.ValidateCustomModuleRequest
Validates the given Event Threat Detection custom module.
Inheritance
OrganizationsResource.EventThreatDetectionSettingsResource.ValidateCustomModuleRequest
Implements
Inherited Members
SecurityCommandCenterBaseServiceRequest<ValidateEventThreatDetectionCustomModuleResponse>.OauthToken
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class OrganizationsResource.EventThreatDetectionSettingsResource.ValidateCustomModuleRequest : SecurityCommandCenterBaseServiceRequest<ValidateEventThreatDetectionCustomModuleResponse>, IClientServiceRequest<ValidateEventThreatDetectionCustomModuleResponse>, IClientServiceRequest
Constructors
ValidateCustomModuleRequest(IClientService, ValidateEventThreatDetectionCustomModuleRequest, string)
Constructs a new ValidateCustomModule request.
Declaration
public ValidateCustomModuleRequest(IClientService service, ValidateEventThreatDetectionCustomModuleRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ValidateEventThreatDetectionCustomModuleRequest | body | |
string | parent |
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
Parent
Required. Resource name of the parent to validate the Custom Module under. Its format is: *
organizations/{organization}/eventThreatDetectionSettings
. *
folders/{folder}/eventThreatDetectionSettings
. *
projects/{project}/eventThreatDetectionSettings
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ValidateCustomModule parameter list.
Declaration
protected override void InitParameters()