OBJECT
Analyzer
link GraphQL Schema definition
- type Analyzer {
- AnalyzerTypeEnum! :
- String! :
- String! :
- String! :
- String!]! : [
- String! :
- # Represents the latest analyzer risk.
- AnalyzerRiskInstance :
- # Represents risk associated with the given analyzer.
- RiskLevelType! :
- # Represents the tag ID for the given analyzer.
- Int! :
- # Represents the types of data you need to analyze using this analyzer.
- AnalyzerRuleType!]! : [
- # Regex to filter fields which need to be analyzed for structured data.
- String! :
- # Regex to analyze the structured data.
- String! :
- # Dictionary to analyze for the structured data.
- String! :
- # Parsed list of keywords from structuredDictionaryCsv.
- String!]! : [
- }
link Require by
- AnalyzerAccessUsage
- AnalyzerConnectionPaginated list of Analyzer objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- AnalyzerEdgeWrapper around the Analyzer object. This wrapper is used for pagination.
- AnalyzerGroup
- AnalyzerResult
- AnalyzerUsage
- ClassificationPolicyDetailDetailed view of a data classification policy.
- DataTypeResultDataTypeResult represents the result for a specific data type.
- Mutation
- Query
- SetAnalyzerRisksReplyReply for SetAnalyzerRisk.