RuleSubjectMetadata
Metadata for rule subjects
type RuleSubjectMetadata {
name: String!
operators: [String!]
value: String!
}
Fields
RuleSubjectMetadata.name ● String! non-null scalar
The name of the Rule Subject
RuleSubjectMetadata.operators ● [String!] list scalar
The operators that can be used with the rule subject
RuleSubjectMetadata.value ● String! non-null scalar
The type of value that the rule subject can take
Member Of
Metadata object