public sealed class ValidateEventThreatDetectionCustomModuleResponse.Types.CustomModuleValidationError : IMessage<ValidateEventThreatDetectionCustomModuleResponse.Types.CustomModuleValidationError>, IEquatable<ValidateEventThreatDetectionCustomModuleResponse.Types.CustomModuleValidationError>, IDeepCloneable<ValidateEventThreatDetectionCustomModuleResponse.Types.CustomModuleValidationError>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Center Management v1 API class ValidateEventThreatDetectionCustomModuleResponse.Types.CustomModuleValidationError.
An error encountered while validating the uploaded configuration of an Event Threat Detection custom module.
Inheritance
object > ValidateEventThreatDetectionCustomModuleResponse.Types.CustomModuleValidationErrorImplements
IMessageValidateEventThreatDetectionCustomModuleResponseTypesCustomModuleValidationError, IEquatableValidateEventThreatDetectionCustomModuleResponseTypesCustomModuleValidationError, IDeepCloneableValidateEventThreatDetectionCustomModuleResponseTypesCustomModuleValidationError, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
Google.Cloud.SecurityCenterManagement.V1.dll
Constructors
CustomModuleValidationError()
public CustomModuleValidationError()
CustomModuleValidationError(CustomModuleValidationError)
public CustomModuleValidationError(ValidateEventThreatDetectionCustomModuleResponse.Types.CustomModuleValidationError other)
Parameter | |
---|---|
Name | Description |
other |
ValidateEventThreatDetectionCustomModuleResponseTypesCustomModuleValidationError |
Properties
Description
public string Description { get; set; }
A human-readable description of the error.
Property Value | |
---|---|
Type | Description |
string |
End
public ValidateEventThreatDetectionCustomModuleResponse.Types.Position End { get; set; }
The end position of the error in the uploaded text version of the module. Omitted if no specific position applies, or if the position could not be computed.
Property Value | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponseTypesPosition |
FieldPath
public string FieldPath { get; set; }
The path, in RFC 6901: JSON Pointer format, to the field that failed validation. Omitted if no specific field is affected.
Property Value | |
---|---|
Type | Description |
string |
Start
public ValidateEventThreatDetectionCustomModuleResponse.Types.Position Start { get; set; }
The initial position of the error in the uploaded text version of the module. Omitted if no specific position applies, or if the position could not be computed.
Property Value | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponseTypesPosition |