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 description of the error, suitable for human consumption. Required.
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. This field may be omitted if no specific position applies, or if one could not be computed..
Property Value | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponseTypesPosition |
FieldPath
public string FieldPath { get; set; }
The path, in RFC 8901 JSON Pointer format, to the field that failed validation. This may be left empty 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. This field may be omitted if no specific position applies, or if one could not be computed.
Property Value | |
---|---|
Type | Description |
ValidateEventThreatDetectionCustomModuleResponseTypesPosition |