Skip to content

ClassificationPolicyDetail

Detailed view of a data classification policy.

Fields

Field Type Description
analyzers [Analyzer!]!
assignmentResources AssignmentResourceDetailsConnection! Connection on AssignmentResourceDetails.
colorEnum ClassificationPolicyColor!
createdTime Long!
creator User
dataCategoryResult DataCategoryResult Data category classification result.
deletable Boolean!
description String!
documentTypes [DocumentAttribute!]! Document types associated with the policy.
hierarchyObjectConnection HierarchyObjectConnection! Connection on hierarchy objects.
hierarchyObjectIds [String!]!
hierarchyObjects [HierarchyObject]!
id String!
isInactive Boolean! Data category is inactive or not.
lastUpdatedTime Long!
mode ClassificationPolicyMode!
name String!
numAnalyzers Int!
objectStatuses [ObjectStatus!]!
totalObjects Int!
whitelists [ClassificationPolicyWhitelistDetailedEntry!]!

Field Arguments

Field Argument Type Description
assignmentResources searchObjectName String Object name to search.
assignmentResources workloadTypes [DataGovObjectType!] Types of workloads used for filtering the query results.
assignmentResources sortOrder SortOrder Sorts the order of results.
assignmentResources directResourceAssignmentSortBy DirectResourceAssignmentSortBy Sort by policy resource assignment type.
assignmentResources first Int Returns the first n elements from the list.
assignmentResources after String Returns the elements in the list that occur after the specified cursor.
assignmentResources last Int Returns the last n elements from the list.
assignmentResources before String Returns the elements in the list that occur before the specified cursor.
hierarchyObjectConnection first Int Returns the first n elements from the list.
hierarchyObjectConnection after String Returns the elements in the list that occur after the specified cursor.
hierarchyObjectConnection last Int Returns the last n elements from the list.
hierarchyObjectConnection before String Returns the elements in the list that occur before the specified cursor.
hierarchyObjectConnection sortOrder SortOrder Sorts the order of results.

Used By

Queries

Mutations

Referenced by