OBJECT
FileResult
link GraphQL Schema definition
- type FileResult {
- # Representation of SIDs that can access this file.
- : String!
- # A short form of representation of SIDs that will be used by indexing.
- : String!
- : [AnalyzerGroupResult!]!
- : [AnalyzerResult!]!
- # Analyzer risk hits for various risk levels.
- : AnalyzerHits
- # Summarizes attributes associated with the file.
- : [AttributesSummary!]! @deprecated( reason: "No longer used." )
- # Represents Identity who created the file.
- : String!
- # Represents the creation time of the file.
- : Long!
- # Represents the type of database entity.
- : DatabaseEntityType!
- : String!
- # Summarizes the document types associated with the file.
- : [DocumentTypeSummary!]!
- : AnalyzerErrorCode!
- # Represents the number of files associated with different exposure types.
- : [ExposureSummary!]!
- : String!
- : Hits
- # Represents files with the total number of hits, including sensitive and
- # non-sensitive hits.
- : Hits
- : Hits!
- # Represents if file has direct ACL.
- : Boolean!
- : Long!
- : Long!
- # Represents the last scan time of the file.
- : Long!
- # Represents the MIP Labels attached inside files for the path and their sensitive
- # files count.
- : [MipLabelSummary!]!
- : DataGovFileMode!
- # Represents Identity who last modified the file.
- : String!
- : String!
- : Long!
- : [ActivityResult!]!
- : Long!
- # Represents number of children at each level.
- : Long!
- : Long!
- : Int!
- : Long!
- : Long!
- : Long!
- : Hits
- : Hits
- : Hits
- : Hits
- : OpenAccessType!
- : String!
- : String!
- # Represents principal access information for the file.
- : PrincipalAccessInfo
- # Risk level of the file.
- : RiskLevelType!
- # File access risk reasons.
- : [RiskReason!]!
- # Sensitive file count for various risk levels.
- : SensitiveFiles
- # Represents sensitivity hits for various sensitivity levels.
- : SensitiveHits
- : Long!
- : HierarchyObject!
- : String!
- : Long!
- : Hits
- : Hits
- : StalenessType!
- : String!
- # Represents the total number of hits, including sensitive and non-sensitive hits.
- : Hits
- # Represents the sum of high, medium, and low sensitive hits.
- : Long!
- # Represents data type of column for databases.
- : String!
- # Represents the type of user access for a file.
- : UserAccessType!
- }