createPolicy
Create a classification policy.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | CreatePolicyInput! |
Returns
Sample
{
"data": {
"createPolicy": {
"colorEnum": "COLOR_001",
"createdTime": 0,
"deletable": true,
"description": "example-string",
"hierarchyObjectIds": [
"example-string"
],
"id": "example-string",
"analyzers": [
{
"analyzerType": "ABA_ROUTING_NUMBER",
"dictionary": [
"example-string"
],
"dictionaryCsv": "example-string",
"excludeFieldNamePattern": "example-string",
"excludePathPattern": "example-string",
"id": "example-string"
}
],
"assignmentResources": {
"nodes": [
[
{}
]
],
"pageInfo": {
"endCursor": "example-string",
"hasNextPage": true,
"hasPreviousPage": true,
"startCursor": "example-string"
}
}
}
}
}