Class OperatorSummary
Summary information on available operators.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class OperatorSummary
Properties
Datatype
Declaration
[Required(ErrorMessage = "Datatype is required.")]
[JsonProperty(PropertyName = "datatype")]
public string Datatype { get; set; }
Property Value
Type | Description |
---|---|
string | Data type of the operand |
Remarks
Required
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | Display name of the operand |
Remarks
Required
FilterType
Declaration
[Required(ErrorMessage = "FilterType is required.")]
[JsonProperty(PropertyName = "filterType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ConditionFilterType? FilterType { get; set; }
Property Value
Type | Description |
---|---|
ConditionFilterType? | Type of filter |
Remarks
Required
ManagedListtype
Declaration
[Required(ErrorMessage = "ManagedListtype is required.")]
[JsonProperty(PropertyName = "managedListtype")]
public string ManagedListtype { get; set; }
Property Value
Type | Description |
---|---|
string | Operand list type |
Remarks
Required
MultiListTypes
Declaration
[JsonProperty(PropertyName = "multiListTypes")]
public List<string> MultiListTypes { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Configuration value type list for multi-list data type |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the operand |
Remarks
Required
Operators
Declaration
[Required(ErrorMessage = "Operators is required.")]
[JsonProperty(PropertyName = "operators")]
public List<ConditionOperator> Operators { get; set; }
Property Value
Type | Description |
---|---|
List<ConditionOperator> | List of parameters |
Remarks
Required