spec/support/crypt/corpus/corpus.json in mongo-2.17.4 vs spec/support/crypt/corpus/corpus.json in mongo-2.18.0.beta1
- old
+ new
@@ -1,9 +1,12 @@
{
"_id": "client_side_encryption_corpus",
"altname_aws": "aws",
"altname_local": "local",
+ "altname_azure": "azure",
+ "altname_gcp": "gcp",
+ "altname_kmip": "kmip",
"aws_double_rand_auto_id": {
"kms": "aws",
"type": "double",
"algo": "rand",
"method": "auto",
@@ -1192,13 +1195,11 @@
"method": "auto",
"identifier": "id",
"allowed": true,
"value": {
"$code": "x=1",
- "$scope": {
-
- }
+ "$scope": {}
}
},
"aws_javascriptWithScope_rand_auto_altname": {
"kms": "aws",
"type": "javascriptWithScope",
@@ -1206,13 +1207,11 @@
"method": "auto",
"identifier": "altname",
"allowed": true,
"value": {
"$code": "x=1",
- "$scope": {
-
- }
+ "$scope": {}
}
},
"aws_javascriptWithScope_rand_explicit_id": {
"kms": "aws",
"type": "javascriptWithScope",
@@ -1220,13 +1219,11 @@
"method": "explicit",
"identifier": "id",
"allowed": true,
"value": {
"$code": "x=1",
- "$scope": {
-
- }
+ "$scope": {}
}
},
"aws_javascriptWithScope_rand_explicit_altname": {
"kms": "aws",
"type": "javascriptWithScope",
@@ -1234,13 +1231,11 @@
"method": "explicit",
"identifier": "altname",
"allowed": true,
"value": {
"$code": "x=1",
- "$scope": {
-
- }
+ "$scope": {}
}
},
"aws_javascriptWithScope_det_explicit_id": {
"kms": "aws",
"type": "javascriptWithScope",
@@ -1248,13 +1243,11 @@
"method": "explicit",
"identifier": "id",
"allowed": false,
"value": {
"$code": "x=1",
- "$scope": {
-
- }
+ "$scope": {}
}
},
"aws_javascriptWithScope_det_explicit_altname": {
"kms": "aws",
"type": "javascriptWithScope",
@@ -1262,13 +1255,11 @@
"method": "explicit",
"identifier": "altname",
"allowed": false,
"value": {
"$code": "x=1",
- "$scope": {
-
- }
+ "$scope": {}
}
},
"aws_int_rand_auto_id": {
"kms": "aws",
"type": "int",
@@ -2865,13 +2856,11 @@
"method": "auto",
"identifier": "id",
"allowed": true,
"value": {
"$code": "x=1",
- "$scope": {
-
- }
+ "$scope": {}
}
},
"local_javascriptWithScope_rand_auto_altname": {
"kms": "local",
"type": "javascriptWithScope",
@@ -2879,13 +2868,11 @@
"method": "auto",
"identifier": "altname",
"allowed": true,
"value": {
"$code": "x=1",
- "$scope": {
-
- }
+ "$scope": {}
}
},
"local_javascriptWithScope_rand_explicit_id": {
"kms": "local",
"type": "javascriptWithScope",
@@ -2893,13 +2880,11 @@
"method": "explicit",
"identifier": "id",
"allowed": true,
"value": {
"$code": "x=1",
- "$scope": {
-
- }
+ "$scope": {}
}
},
"local_javascriptWithScope_rand_explicit_altname": {
"kms": "local",
"type": "javascriptWithScope",
@@ -2907,13 +2892,11 @@
"method": "explicit",
"identifier": "altname",
"allowed": true,
"value": {
"$code": "x=1",
- "$scope": {
-
- }
+ "$scope": {}
}
},
"local_javascriptWithScope_det_explicit_id": {
"kms": "local",
"type": "javascriptWithScope",
@@ -2921,13 +2904,11 @@
"method": "explicit",
"identifier": "id",
"allowed": false,
"value": {
"$code": "x=1",
- "$scope": {
-
- }
+ "$scope": {}
}
},
"local_javascriptWithScope_det_explicit_altname": {
"kms": "local",
"type": "javascriptWithScope",
@@ -2935,13 +2916,11 @@
"method": "explicit",
"identifier": "altname",
"allowed": false,
"value": {
"$code": "x=1",
- "$scope": {
-
- }
+ "$scope": {}
}
},
"local_int_rand_auto_id": {
"kms": "local",
"type": "int",
@@ -3346,10 +3325,4993 @@
"allowed": false,
"value": {
"$maxKey": 1
}
},
+ "azure_double_rand_auto_id": {
+ "kms": "azure",
+ "type": "double",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "azure_double_rand_auto_altname": {
+ "kms": "azure",
+ "type": "double",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "azure_double_rand_explicit_id": {
+ "kms": "azure",
+ "type": "double",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "azure_double_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "double",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "azure_double_det_explicit_id": {
+ "kms": "azure",
+ "type": "double",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "azure_double_det_explicit_altname": {
+ "kms": "azure",
+ "type": "double",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "azure_string_rand_auto_id": {
+ "kms": "azure",
+ "type": "string",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "azure_string_rand_auto_altname": {
+ "kms": "azure",
+ "type": "string",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "azure_string_rand_explicit_id": {
+ "kms": "azure",
+ "type": "string",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "azure_string_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "string",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "azure_string_det_auto_id": {
+ "kms": "azure",
+ "type": "string",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "azure_string_det_explicit_id": {
+ "kms": "azure",
+ "type": "string",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "azure_string_det_explicit_altname": {
+ "kms": "azure",
+ "type": "string",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "azure_object_rand_auto_id": {
+ "kms": "azure",
+ "type": "object",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "azure_object_rand_auto_altname": {
+ "kms": "azure",
+ "type": "object",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "azure_object_rand_explicit_id": {
+ "kms": "azure",
+ "type": "object",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "azure_object_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "object",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "azure_object_det_explicit_id": {
+ "kms": "azure",
+ "type": "object",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "azure_object_det_explicit_altname": {
+ "kms": "azure",
+ "type": "object",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "azure_array_rand_auto_id": {
+ "kms": "azure",
+ "type": "array",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "azure_array_rand_auto_altname": {
+ "kms": "azure",
+ "type": "array",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "azure_array_rand_explicit_id": {
+ "kms": "azure",
+ "type": "array",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "azure_array_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "array",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "azure_array_det_explicit_id": {
+ "kms": "azure",
+ "type": "array",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "azure_array_det_explicit_altname": {
+ "kms": "azure",
+ "type": "array",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "azure_binData=00_rand_auto_id": {
+ "kms": "azure",
+ "type": "binData=00",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "azure_binData=00_rand_auto_altname": {
+ "kms": "azure",
+ "type": "binData=00",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "azure_binData=00_rand_explicit_id": {
+ "kms": "azure",
+ "type": "binData=00",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "azure_binData=00_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "binData=00",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "azure_binData=00_det_auto_id": {
+ "kms": "azure",
+ "type": "binData=00",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "azure_binData=00_det_explicit_id": {
+ "kms": "azure",
+ "type": "binData=00",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "azure_binData=00_det_explicit_altname": {
+ "kms": "azure",
+ "type": "binData=00",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "azure_binData=04_rand_auto_id": {
+ "kms": "azure",
+ "type": "binData=04",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "azure_binData=04_rand_auto_altname": {
+ "kms": "azure",
+ "type": "binData=04",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "azure_binData=04_rand_explicit_id": {
+ "kms": "azure",
+ "type": "binData=04",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "azure_binData=04_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "binData=04",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "azure_binData=04_det_auto_id": {
+ "kms": "azure",
+ "type": "binData=04",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "azure_binData=04_det_explicit_id": {
+ "kms": "azure",
+ "type": "binData=04",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "azure_binData=04_det_explicit_altname": {
+ "kms": "azure",
+ "type": "binData=04",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "azure_undefined_rand_explicit_id": {
+ "kms": "azure",
+ "type": "undefined",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$undefined": true
+ }
+ },
+ "azure_undefined_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "undefined",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$undefined": true
+ }
+ },
+ "azure_undefined_det_explicit_id": {
+ "kms": "azure",
+ "type": "undefined",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$undefined": true
+ }
+ },
+ "azure_undefined_det_explicit_altname": {
+ "kms": "azure",
+ "type": "undefined",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$undefined": true
+ }
+ },
+ "azure_objectId_rand_auto_id": {
+ "kms": "azure",
+ "type": "objectId",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "azure_objectId_rand_auto_altname": {
+ "kms": "azure",
+ "type": "objectId",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "azure_objectId_rand_explicit_id": {
+ "kms": "azure",
+ "type": "objectId",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "azure_objectId_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "objectId",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "azure_objectId_det_auto_id": {
+ "kms": "azure",
+ "type": "objectId",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "azure_objectId_det_explicit_id": {
+ "kms": "azure",
+ "type": "objectId",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "azure_objectId_det_explicit_altname": {
+ "kms": "azure",
+ "type": "objectId",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "azure_bool_rand_auto_id": {
+ "kms": "azure",
+ "type": "bool",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": true
+ },
+ "azure_bool_rand_auto_altname": {
+ "kms": "azure",
+ "type": "bool",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": true
+ },
+ "azure_bool_rand_explicit_id": {
+ "kms": "azure",
+ "type": "bool",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": true
+ },
+ "azure_bool_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "bool",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": true
+ },
+ "azure_bool_det_explicit_id": {
+ "kms": "azure",
+ "type": "bool",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": true
+ },
+ "azure_bool_det_explicit_altname": {
+ "kms": "azure",
+ "type": "bool",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": true
+ },
+ "azure_date_rand_auto_id": {
+ "kms": "azure",
+ "type": "date",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "azure_date_rand_auto_altname": {
+ "kms": "azure",
+ "type": "date",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "azure_date_rand_explicit_id": {
+ "kms": "azure",
+ "type": "date",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "azure_date_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "date",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "azure_date_det_auto_id": {
+ "kms": "azure",
+ "type": "date",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "azure_date_det_explicit_id": {
+ "kms": "azure",
+ "type": "date",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "azure_date_det_explicit_altname": {
+ "kms": "azure",
+ "type": "date",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "azure_null_rand_explicit_id": {
+ "kms": "azure",
+ "type": "null",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": null
+ },
+ "azure_null_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "null",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": null
+ },
+ "azure_null_det_explicit_id": {
+ "kms": "azure",
+ "type": "null",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": null
+ },
+ "azure_null_det_explicit_altname": {
+ "kms": "azure",
+ "type": "null",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": null
+ },
+ "azure_regex_rand_auto_id": {
+ "kms": "azure",
+ "type": "regex",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "azure_regex_rand_auto_altname": {
+ "kms": "azure",
+ "type": "regex",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "azure_regex_rand_explicit_id": {
+ "kms": "azure",
+ "type": "regex",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "azure_regex_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "regex",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "azure_regex_det_auto_id": {
+ "kms": "azure",
+ "type": "regex",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "azure_regex_det_explicit_id": {
+ "kms": "azure",
+ "type": "regex",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "azure_regex_det_explicit_altname": {
+ "kms": "azure",
+ "type": "regex",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "azure_dbPointer_rand_auto_id": {
+ "kms": "azure",
+ "type": "dbPointer",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "azure_dbPointer_rand_auto_altname": {
+ "kms": "azure",
+ "type": "dbPointer",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "azure_dbPointer_rand_explicit_id": {
+ "kms": "azure",
+ "type": "dbPointer",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "azure_dbPointer_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "dbPointer",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "azure_dbPointer_det_auto_id": {
+ "kms": "azure",
+ "type": "dbPointer",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "azure_dbPointer_det_explicit_id": {
+ "kms": "azure",
+ "type": "dbPointer",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "azure_dbPointer_det_explicit_altname": {
+ "kms": "azure",
+ "type": "dbPointer",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "azure_javascript_rand_auto_id": {
+ "kms": "azure",
+ "type": "javascript",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "azure_javascript_rand_auto_altname": {
+ "kms": "azure",
+ "type": "javascript",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "azure_javascript_rand_explicit_id": {
+ "kms": "azure",
+ "type": "javascript",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "azure_javascript_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "javascript",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "azure_javascript_det_auto_id": {
+ "kms": "azure",
+ "type": "javascript",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "azure_javascript_det_explicit_id": {
+ "kms": "azure",
+ "type": "javascript",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "azure_javascript_det_explicit_altname": {
+ "kms": "azure",
+ "type": "javascript",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "azure_symbol_rand_auto_id": {
+ "kms": "azure",
+ "type": "symbol",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "azure_symbol_rand_auto_altname": {
+ "kms": "azure",
+ "type": "symbol",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "azure_symbol_rand_explicit_id": {
+ "kms": "azure",
+ "type": "symbol",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "azure_symbol_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "symbol",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "azure_symbol_det_auto_id": {
+ "kms": "azure",
+ "type": "symbol",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "azure_symbol_det_explicit_id": {
+ "kms": "azure",
+ "type": "symbol",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "azure_symbol_det_explicit_altname": {
+ "kms": "azure",
+ "type": "symbol",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "azure_javascriptWithScope_rand_auto_id": {
+ "kms": "azure",
+ "type": "javascriptWithScope",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "azure_javascriptWithScope_rand_auto_altname": {
+ "kms": "azure",
+ "type": "javascriptWithScope",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "azure_javascriptWithScope_rand_explicit_id": {
+ "kms": "azure",
+ "type": "javascriptWithScope",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "azure_javascriptWithScope_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "javascriptWithScope",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "azure_javascriptWithScope_det_explicit_id": {
+ "kms": "azure",
+ "type": "javascriptWithScope",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "azure_javascriptWithScope_det_explicit_altname": {
+ "kms": "azure",
+ "type": "javascriptWithScope",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "azure_int_rand_auto_id": {
+ "kms": "azure",
+ "type": "int",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "azure_int_rand_auto_altname": {
+ "kms": "azure",
+ "type": "int",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "azure_int_rand_explicit_id": {
+ "kms": "azure",
+ "type": "int",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "azure_int_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "int",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "azure_int_det_auto_id": {
+ "kms": "azure",
+ "type": "int",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "azure_int_det_explicit_id": {
+ "kms": "azure",
+ "type": "int",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "azure_int_det_explicit_altname": {
+ "kms": "azure",
+ "type": "int",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "azure_timestamp_rand_auto_id": {
+ "kms": "azure",
+ "type": "timestamp",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "azure_timestamp_rand_auto_altname": {
+ "kms": "azure",
+ "type": "timestamp",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "azure_timestamp_rand_explicit_id": {
+ "kms": "azure",
+ "type": "timestamp",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "azure_timestamp_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "timestamp",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "azure_timestamp_det_auto_id": {
+ "kms": "azure",
+ "type": "timestamp",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "azure_timestamp_det_explicit_id": {
+ "kms": "azure",
+ "type": "timestamp",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "azure_timestamp_det_explicit_altname": {
+ "kms": "azure",
+ "type": "timestamp",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "azure_long_rand_auto_id": {
+ "kms": "azure",
+ "type": "long",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "azure_long_rand_auto_altname": {
+ "kms": "azure",
+ "type": "long",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "azure_long_rand_explicit_id": {
+ "kms": "azure",
+ "type": "long",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "azure_long_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "long",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "azure_long_det_auto_id": {
+ "kms": "azure",
+ "type": "long",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "azure_long_det_explicit_id": {
+ "kms": "azure",
+ "type": "long",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "azure_long_det_explicit_altname": {
+ "kms": "azure",
+ "type": "long",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "azure_decimal_rand_auto_id": {
+ "kms": "azure",
+ "type": "decimal",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "azure_decimal_rand_auto_altname": {
+ "kms": "azure",
+ "type": "decimal",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "azure_decimal_rand_explicit_id": {
+ "kms": "azure",
+ "type": "decimal",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "azure_decimal_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "decimal",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "azure_decimal_det_explicit_id": {
+ "kms": "azure",
+ "type": "decimal",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "azure_decimal_det_explicit_altname": {
+ "kms": "azure",
+ "type": "decimal",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "azure_minKey_rand_explicit_id": {
+ "kms": "azure",
+ "type": "minKey",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$minKey": 1
+ }
+ },
+ "azure_minKey_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "minKey",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$minKey": 1
+ }
+ },
+ "azure_minKey_det_explicit_id": {
+ "kms": "azure",
+ "type": "minKey",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$minKey": 1
+ }
+ },
+ "azure_minKey_det_explicit_altname": {
+ "kms": "azure",
+ "type": "minKey",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$minKey": 1
+ }
+ },
+ "azure_maxKey_rand_explicit_id": {
+ "kms": "azure",
+ "type": "maxKey",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$maxKey": 1
+ }
+ },
+ "azure_maxKey_rand_explicit_altname": {
+ "kms": "azure",
+ "type": "maxKey",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$maxKey": 1
+ }
+ },
+ "azure_maxKey_det_explicit_id": {
+ "kms": "azure",
+ "type": "maxKey",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$maxKey": 1
+ }
+ },
+ "azure_maxKey_det_explicit_altname": {
+ "kms": "azure",
+ "type": "maxKey",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$maxKey": 1
+ }
+ },
+ "gcp_double_rand_auto_id": {
+ "kms": "gcp",
+ "type": "double",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "gcp_double_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "double",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "gcp_double_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "double",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "gcp_double_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "double",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "gcp_double_det_explicit_id": {
+ "kms": "gcp",
+ "type": "double",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "gcp_double_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "double",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "gcp_string_rand_auto_id": {
+ "kms": "gcp",
+ "type": "string",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "gcp_string_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "string",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "gcp_string_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "string",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "gcp_string_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "string",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "gcp_string_det_auto_id": {
+ "kms": "gcp",
+ "type": "string",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "gcp_string_det_explicit_id": {
+ "kms": "gcp",
+ "type": "string",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "gcp_string_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "string",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "gcp_object_rand_auto_id": {
+ "kms": "gcp",
+ "type": "object",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "gcp_object_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "object",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "gcp_object_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "object",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "gcp_object_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "object",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "gcp_object_det_explicit_id": {
+ "kms": "gcp",
+ "type": "object",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "gcp_object_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "object",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "gcp_array_rand_auto_id": {
+ "kms": "gcp",
+ "type": "array",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "gcp_array_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "array",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "gcp_array_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "array",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "gcp_array_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "array",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "gcp_array_det_explicit_id": {
+ "kms": "gcp",
+ "type": "array",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "gcp_array_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "array",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "gcp_binData=00_rand_auto_id": {
+ "kms": "gcp",
+ "type": "binData=00",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "gcp_binData=00_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "binData=00",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "gcp_binData=00_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "binData=00",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "gcp_binData=00_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "binData=00",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "gcp_binData=00_det_auto_id": {
+ "kms": "gcp",
+ "type": "binData=00",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "gcp_binData=00_det_explicit_id": {
+ "kms": "gcp",
+ "type": "binData=00",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "gcp_binData=00_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "binData=00",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "gcp_binData=04_rand_auto_id": {
+ "kms": "gcp",
+ "type": "binData=04",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "gcp_binData=04_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "binData=04",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "gcp_binData=04_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "binData=04",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "gcp_binData=04_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "binData=04",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "gcp_binData=04_det_auto_id": {
+ "kms": "gcp",
+ "type": "binData=04",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "gcp_binData=04_det_explicit_id": {
+ "kms": "gcp",
+ "type": "binData=04",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "gcp_binData=04_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "binData=04",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "gcp_undefined_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "undefined",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$undefined": true
+ }
+ },
+ "gcp_undefined_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "undefined",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$undefined": true
+ }
+ },
+ "gcp_undefined_det_explicit_id": {
+ "kms": "gcp",
+ "type": "undefined",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$undefined": true
+ }
+ },
+ "gcp_undefined_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "undefined",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$undefined": true
+ }
+ },
+ "gcp_objectId_rand_auto_id": {
+ "kms": "gcp",
+ "type": "objectId",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "gcp_objectId_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "objectId",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "gcp_objectId_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "objectId",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "gcp_objectId_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "objectId",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "gcp_objectId_det_auto_id": {
+ "kms": "gcp",
+ "type": "objectId",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "gcp_objectId_det_explicit_id": {
+ "kms": "gcp",
+ "type": "objectId",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "gcp_objectId_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "objectId",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "gcp_bool_rand_auto_id": {
+ "kms": "gcp",
+ "type": "bool",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": true
+ },
+ "gcp_bool_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "bool",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": true
+ },
+ "gcp_bool_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "bool",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": true
+ },
+ "gcp_bool_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "bool",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": true
+ },
+ "gcp_bool_det_explicit_id": {
+ "kms": "gcp",
+ "type": "bool",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": true
+ },
+ "gcp_bool_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "bool",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": true
+ },
+ "gcp_date_rand_auto_id": {
+ "kms": "gcp",
+ "type": "date",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "gcp_date_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "date",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "gcp_date_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "date",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "gcp_date_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "date",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "gcp_date_det_auto_id": {
+ "kms": "gcp",
+ "type": "date",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "gcp_date_det_explicit_id": {
+ "kms": "gcp",
+ "type": "date",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "gcp_date_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "date",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "gcp_null_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "null",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": null
+ },
+ "gcp_null_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "null",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": null
+ },
+ "gcp_null_det_explicit_id": {
+ "kms": "gcp",
+ "type": "null",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": null
+ },
+ "gcp_null_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "null",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": null
+ },
+ "gcp_regex_rand_auto_id": {
+ "kms": "gcp",
+ "type": "regex",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "gcp_regex_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "regex",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "gcp_regex_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "regex",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "gcp_regex_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "regex",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "gcp_regex_det_auto_id": {
+ "kms": "gcp",
+ "type": "regex",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "gcp_regex_det_explicit_id": {
+ "kms": "gcp",
+ "type": "regex",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "gcp_regex_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "regex",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "gcp_dbPointer_rand_auto_id": {
+ "kms": "gcp",
+ "type": "dbPointer",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "gcp_dbPointer_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "dbPointer",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "gcp_dbPointer_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "dbPointer",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "gcp_dbPointer_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "dbPointer",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "gcp_dbPointer_det_auto_id": {
+ "kms": "gcp",
+ "type": "dbPointer",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "gcp_dbPointer_det_explicit_id": {
+ "kms": "gcp",
+ "type": "dbPointer",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "gcp_dbPointer_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "dbPointer",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "gcp_javascript_rand_auto_id": {
+ "kms": "gcp",
+ "type": "javascript",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "gcp_javascript_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "javascript",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "gcp_javascript_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "javascript",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "gcp_javascript_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "javascript",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "gcp_javascript_det_auto_id": {
+ "kms": "gcp",
+ "type": "javascript",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "gcp_javascript_det_explicit_id": {
+ "kms": "gcp",
+ "type": "javascript",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "gcp_javascript_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "javascript",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "gcp_symbol_rand_auto_id": {
+ "kms": "gcp",
+ "type": "symbol",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "gcp_symbol_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "symbol",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "gcp_symbol_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "symbol",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "gcp_symbol_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "symbol",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "gcp_symbol_det_auto_id": {
+ "kms": "gcp",
+ "type": "symbol",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "gcp_symbol_det_explicit_id": {
+ "kms": "gcp",
+ "type": "symbol",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "gcp_symbol_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "symbol",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "gcp_javascriptWithScope_rand_auto_id": {
+ "kms": "gcp",
+ "type": "javascriptWithScope",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "gcp_javascriptWithScope_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "javascriptWithScope",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "gcp_javascriptWithScope_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "javascriptWithScope",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "gcp_javascriptWithScope_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "javascriptWithScope",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "gcp_javascriptWithScope_det_explicit_id": {
+ "kms": "gcp",
+ "type": "javascriptWithScope",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "gcp_javascriptWithScope_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "javascriptWithScope",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "gcp_int_rand_auto_id": {
+ "kms": "gcp",
+ "type": "int",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "gcp_int_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "int",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "gcp_int_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "int",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "gcp_int_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "int",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "gcp_int_det_auto_id": {
+ "kms": "gcp",
+ "type": "int",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "gcp_int_det_explicit_id": {
+ "kms": "gcp",
+ "type": "int",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "gcp_int_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "int",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "gcp_timestamp_rand_auto_id": {
+ "kms": "gcp",
+ "type": "timestamp",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "gcp_timestamp_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "timestamp",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "gcp_timestamp_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "timestamp",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "gcp_timestamp_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "timestamp",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "gcp_timestamp_det_auto_id": {
+ "kms": "gcp",
+ "type": "timestamp",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "gcp_timestamp_det_explicit_id": {
+ "kms": "gcp",
+ "type": "timestamp",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "gcp_timestamp_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "timestamp",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "gcp_long_rand_auto_id": {
+ "kms": "gcp",
+ "type": "long",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "gcp_long_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "long",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "gcp_long_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "long",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "gcp_long_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "long",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "gcp_long_det_auto_id": {
+ "kms": "gcp",
+ "type": "long",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "gcp_long_det_explicit_id": {
+ "kms": "gcp",
+ "type": "long",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "gcp_long_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "long",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "gcp_decimal_rand_auto_id": {
+ "kms": "gcp",
+ "type": "decimal",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "gcp_decimal_rand_auto_altname": {
+ "kms": "gcp",
+ "type": "decimal",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "gcp_decimal_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "decimal",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "gcp_decimal_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "decimal",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "gcp_decimal_det_explicit_id": {
+ "kms": "gcp",
+ "type": "decimal",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "gcp_decimal_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "decimal",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "gcp_minKey_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "minKey",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$minKey": 1
+ }
+ },
+ "gcp_minKey_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "minKey",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$minKey": 1
+ }
+ },
+ "gcp_minKey_det_explicit_id": {
+ "kms": "gcp",
+ "type": "minKey",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$minKey": 1
+ }
+ },
+ "gcp_minKey_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "minKey",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$minKey": 1
+ }
+ },
+ "gcp_maxKey_rand_explicit_id": {
+ "kms": "gcp",
+ "type": "maxKey",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$maxKey": 1
+ }
+ },
+ "gcp_maxKey_rand_explicit_altname": {
+ "kms": "gcp",
+ "type": "maxKey",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$maxKey": 1
+ }
+ },
+ "gcp_maxKey_det_explicit_id": {
+ "kms": "gcp",
+ "type": "maxKey",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$maxKey": 1
+ }
+ },
+ "gcp_maxKey_det_explicit_altname": {
+ "kms": "gcp",
+ "type": "maxKey",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$maxKey": 1
+ }
+ },
+ "kmip_double_rand_auto_id": {
+ "kms": "kmip",
+ "type": "double",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "kmip_double_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "double",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "kmip_double_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "double",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "kmip_double_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "double",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "kmip_double_det_explicit_id": {
+ "kms": "kmip",
+ "type": "double",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "kmip_double_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "double",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$numberDouble": "1.234"
+ }
+ },
+ "kmip_string_rand_auto_id": {
+ "kms": "kmip",
+ "type": "string",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "kmip_string_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "string",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "kmip_string_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "string",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "kmip_string_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "string",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "kmip_string_det_auto_id": {
+ "kms": "kmip",
+ "type": "string",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "kmip_string_det_explicit_id": {
+ "kms": "kmip",
+ "type": "string",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "kmip_string_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "string",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": "mongodb"
+ },
+ "kmip_object_rand_auto_id": {
+ "kms": "kmip",
+ "type": "object",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "kmip_object_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "object",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "kmip_object_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "object",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "kmip_object_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "object",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "kmip_object_det_explicit_id": {
+ "kms": "kmip",
+ "type": "object",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "kmip_object_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "object",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "x": {
+ "$numberInt": "1"
+ }
+ }
+ },
+ "kmip_array_rand_auto_id": {
+ "kms": "kmip",
+ "type": "array",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "kmip_array_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "array",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "kmip_array_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "array",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "kmip_array_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "array",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "kmip_array_det_explicit_id": {
+ "kms": "kmip",
+ "type": "array",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "kmip_array_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "array",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": [
+ {
+ "$numberInt": "1"
+ },
+ {
+ "$numberInt": "2"
+ },
+ {
+ "$numberInt": "3"
+ }
+ ]
+ },
+ "kmip_binData=00_rand_auto_id": {
+ "kms": "kmip",
+ "type": "binData=00",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "kmip_binData=00_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "binData=00",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "kmip_binData=00_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "binData=00",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "kmip_binData=00_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "binData=00",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "kmip_binData=00_det_auto_id": {
+ "kms": "kmip",
+ "type": "binData=00",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "kmip_binData=00_det_explicit_id": {
+ "kms": "kmip",
+ "type": "binData=00",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "kmip_binData=00_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "binData=00",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AQIDBA==",
+ "subType": "00"
+ }
+ }
+ },
+ "kmip_binData=04_rand_auto_id": {
+ "kms": "kmip",
+ "type": "binData=04",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "kmip_binData=04_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "binData=04",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "kmip_binData=04_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "binData=04",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "kmip_binData=04_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "binData=04",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "kmip_binData=04_det_auto_id": {
+ "kms": "kmip",
+ "type": "binData=04",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "kmip_binData=04_det_explicit_id": {
+ "kms": "kmip",
+ "type": "binData=04",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "kmip_binData=04_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "binData=04",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$binary": {
+ "base64": "AAECAwQFBgcICQoLDA0ODw==",
+ "subType": "04"
+ }
+ }
+ },
+ "kmip_undefined_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "undefined",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$undefined": true
+ }
+ },
+ "kmip_undefined_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "undefined",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$undefined": true
+ }
+ },
+ "kmip_undefined_det_explicit_id": {
+ "kms": "kmip",
+ "type": "undefined",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$undefined": true
+ }
+ },
+ "kmip_undefined_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "undefined",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$undefined": true
+ }
+ },
+ "kmip_objectId_rand_auto_id": {
+ "kms": "kmip",
+ "type": "objectId",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "kmip_objectId_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "objectId",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "kmip_objectId_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "objectId",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "kmip_objectId_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "objectId",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "kmip_objectId_det_auto_id": {
+ "kms": "kmip",
+ "type": "objectId",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "kmip_objectId_det_explicit_id": {
+ "kms": "kmip",
+ "type": "objectId",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "kmip_objectId_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "objectId",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ },
+ "kmip_bool_rand_auto_id": {
+ "kms": "kmip",
+ "type": "bool",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": true
+ },
+ "kmip_bool_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "bool",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": true
+ },
+ "kmip_bool_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "bool",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": true
+ },
+ "kmip_bool_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "bool",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": true
+ },
+ "kmip_bool_det_explicit_id": {
+ "kms": "kmip",
+ "type": "bool",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": true
+ },
+ "kmip_bool_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "bool",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": true
+ },
+ "kmip_date_rand_auto_id": {
+ "kms": "kmip",
+ "type": "date",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "kmip_date_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "date",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "kmip_date_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "date",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "kmip_date_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "date",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "kmip_date_det_auto_id": {
+ "kms": "kmip",
+ "type": "date",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "kmip_date_det_explicit_id": {
+ "kms": "kmip",
+ "type": "date",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "kmip_date_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "date",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$date": {
+ "$numberLong": "12345"
+ }
+ }
+ },
+ "kmip_null_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "null",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": null
+ },
+ "kmip_null_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "null",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": null
+ },
+ "kmip_null_det_explicit_id": {
+ "kms": "kmip",
+ "type": "null",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": null
+ },
+ "kmip_null_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "null",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": null
+ },
+ "kmip_regex_rand_auto_id": {
+ "kms": "kmip",
+ "type": "regex",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "kmip_regex_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "regex",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "kmip_regex_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "regex",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "kmip_regex_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "regex",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "kmip_regex_det_auto_id": {
+ "kms": "kmip",
+ "type": "regex",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "kmip_regex_det_explicit_id": {
+ "kms": "kmip",
+ "type": "regex",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "kmip_regex_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "regex",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$regularExpression": {
+ "pattern": ".*",
+ "options": ""
+ }
+ }
+ },
+ "kmip_dbPointer_rand_auto_id": {
+ "kms": "kmip",
+ "type": "dbPointer",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "kmip_dbPointer_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "dbPointer",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "kmip_dbPointer_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "dbPointer",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "kmip_dbPointer_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "dbPointer",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "kmip_dbPointer_det_auto_id": {
+ "kms": "kmip",
+ "type": "dbPointer",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "kmip_dbPointer_det_explicit_id": {
+ "kms": "kmip",
+ "type": "dbPointer",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "kmip_dbPointer_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "dbPointer",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$dbPointer": {
+ "$ref": "db.example",
+ "$id": {
+ "$oid": "01234567890abcdef0123456"
+ }
+ }
+ }
+ },
+ "kmip_javascript_rand_auto_id": {
+ "kms": "kmip",
+ "type": "javascript",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "kmip_javascript_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "javascript",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "kmip_javascript_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "javascript",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "kmip_javascript_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "javascript",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "kmip_javascript_det_auto_id": {
+ "kms": "kmip",
+ "type": "javascript",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "kmip_javascript_det_explicit_id": {
+ "kms": "kmip",
+ "type": "javascript",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "kmip_javascript_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "javascript",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$code": "x=1"
+ }
+ },
+ "kmip_symbol_rand_auto_id": {
+ "kms": "kmip",
+ "type": "symbol",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "kmip_symbol_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "symbol",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "kmip_symbol_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "symbol",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "kmip_symbol_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "symbol",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "kmip_symbol_det_auto_id": {
+ "kms": "kmip",
+ "type": "symbol",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "kmip_symbol_det_explicit_id": {
+ "kms": "kmip",
+ "type": "symbol",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "kmip_symbol_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "symbol",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$symbol": "mongodb-symbol"
+ }
+ },
+ "kmip_javascriptWithScope_rand_auto_id": {
+ "kms": "kmip",
+ "type": "javascriptWithScope",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "kmip_javascriptWithScope_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "javascriptWithScope",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "kmip_javascriptWithScope_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "javascriptWithScope",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "kmip_javascriptWithScope_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "javascriptWithScope",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "kmip_javascriptWithScope_det_explicit_id": {
+ "kms": "kmip",
+ "type": "javascriptWithScope",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "kmip_javascriptWithScope_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "javascriptWithScope",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$code": "x=1",
+ "$scope": {}
+ }
+ },
+ "kmip_int_rand_auto_id": {
+ "kms": "kmip",
+ "type": "int",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "kmip_int_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "int",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "kmip_int_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "int",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "kmip_int_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "int",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "kmip_int_det_auto_id": {
+ "kms": "kmip",
+ "type": "int",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "kmip_int_det_explicit_id": {
+ "kms": "kmip",
+ "type": "int",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "kmip_int_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "int",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberInt": "123"
+ }
+ },
+ "kmip_timestamp_rand_auto_id": {
+ "kms": "kmip",
+ "type": "timestamp",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "kmip_timestamp_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "timestamp",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "kmip_timestamp_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "timestamp",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "kmip_timestamp_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "timestamp",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "kmip_timestamp_det_auto_id": {
+ "kms": "kmip",
+ "type": "timestamp",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "kmip_timestamp_det_explicit_id": {
+ "kms": "kmip",
+ "type": "timestamp",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "kmip_timestamp_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "timestamp",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$timestamp": {
+ "t": 0,
+ "i": 12345
+ }
+ }
+ },
+ "kmip_long_rand_auto_id": {
+ "kms": "kmip",
+ "type": "long",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "kmip_long_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "long",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "kmip_long_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "long",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "kmip_long_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "long",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "kmip_long_det_auto_id": {
+ "kms": "kmip",
+ "type": "long",
+ "algo": "det",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "kmip_long_det_explicit_id": {
+ "kms": "kmip",
+ "type": "long",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "kmip_long_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "long",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberLong": "456"
+ }
+ },
+ "kmip_decimal_rand_auto_id": {
+ "kms": "kmip",
+ "type": "decimal",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "kmip_decimal_rand_auto_altname": {
+ "kms": "kmip",
+ "type": "decimal",
+ "algo": "rand",
+ "method": "auto",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "kmip_decimal_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "decimal",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": true,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "kmip_decimal_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "decimal",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": true,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "kmip_decimal_det_explicit_id": {
+ "kms": "kmip",
+ "type": "decimal",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "kmip_decimal_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "decimal",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$numberDecimal": "1.234"
+ }
+ },
+ "kmip_minKey_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "minKey",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$minKey": 1
+ }
+ },
+ "kmip_minKey_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "minKey",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$minKey": 1
+ }
+ },
+ "kmip_minKey_det_explicit_id": {
+ "kms": "kmip",
+ "type": "minKey",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$minKey": 1
+ }
+ },
+ "kmip_minKey_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "minKey",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$minKey": 1
+ }
+ },
+ "kmip_maxKey_rand_explicit_id": {
+ "kms": "kmip",
+ "type": "maxKey",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$maxKey": 1
+ }
+ },
+ "kmip_maxKey_rand_explicit_altname": {
+ "kms": "kmip",
+ "type": "maxKey",
+ "algo": "rand",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$maxKey": 1
+ }
+ },
+ "kmip_maxKey_det_explicit_id": {
+ "kms": "kmip",
+ "type": "maxKey",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "id",
+ "allowed": false,
+ "value": {
+ "$maxKey": 1
+ }
+ },
+ "kmip_maxKey_det_explicit_altname": {
+ "kms": "kmip",
+ "type": "maxKey",
+ "algo": "det",
+ "method": "explicit",
+ "identifier": "altname",
+ "allowed": false,
+ "value": {
+ "$maxKey": 1
+ }
+ },
"payload=0,algo=rand": {
"kms": "local",
"type": "string",
"algo": "rand",
"method": "explicit",
@@ -3652,6 +8614,6 @@
"method": "explicit",
"identifier": "id",
"allowed": true,
"value": "aaaaaaaaaaaaaaaa"
}
-}
+}
\ No newline at end of file