OBJECT
ClassificationPolicyDetail
Description
Detailed view of a data classification policy.
link GraphQL Schema definition
- type ClassificationPolicyDetail {
- : [Analyzer!]!
- # Connection on AssignmentResourceDetails.
- #
- # Arguments
- # searchObjectName: Object name to search.
- # workloadTypes: Types of workloads used for filtering the query
- # results.
- # sortOrder: Sorts the order of results.
- # directResourceAssignmentSortBy: Sort by policy resource
- # assignment type.
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # last: Returns the last n elements from the list.
- # before: Returns the elements in the list that occur before the
- # specified cursor.
- (
- : String,
- : [DataGovObjectType!],
- : SortOrder,
- : DirectResourceAssignmentSortBy,
- : Int,
- : String,
- : Int,
- : String
- ): AssignmentResourceDetailsConnection!
- : ClassificationPolicyColor!
- : Long!
- : User
- # Data category classification result.
- : DataCategoryResult
- : Boolean!
- : String!
- # Connection on hierarchy objects.
- #
- # Arguments
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # last: Returns the last n elements from the list.
- # before: Returns the elements in the list that occur before the
- # specified cursor.
- # sortOrder: Sorts the order of results.
- (
- : Int,
- : String,
- : Int,
- : String,
- : SortOrder
- ): HierarchyObjectConnection!
- : [String!]!
- : [HierarchyObject]!
- : String!
- : Long!
- : ClassificationPolicyMode!
- : String!
- : Int!
- : [ObjectStatus!]!
- : Int!
- : [ClassificationPolicyWhitelistDetailedEntry!]!
- }
link Require by
- ClassificationPolicyDetailConnectionPaginated list of ClassificationPolicyDetail objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ClassificationPolicyDetailEdgeWrapper around the ClassificationPolicyDetail object. This wrapper is used for pagination.
- Mutation
- Query
- SeedEnabledPoliciesReply
- SeedInitialPoliciesReply