public sealed class CustomModuleValidationError : IMessage<CustomModuleValidationError>, IEquatable<CustomModuleValidationError>, IDeepCloneable<CustomModuleValidationError>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class CustomModuleValidationError.
An error encountered while validating the uploaded configuration of an Event Threat Detection Custom Module.
Implements
IMessageCustomModuleValidationError, IEquatableCustomModuleValidationError, IDeepCloneableCustomModuleValidationError, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
CustomModuleValidationError()
public CustomModuleValidationError()
CustomModuleValidationError(CustomModuleValidationError)
public CustomModuleValidationError(CustomModuleValidationError other)
Parameter | |
---|---|
Name | Description |
other |
CustomModuleValidationError |
Properties
Description
public string Description { get; set; }
A description of the error, suitable for human consumption. Required.
Property Value | |
---|---|
Type | Description |
string |
End
public 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 |
Position |
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 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 |
Position |