From 282617e562ce86949c550d7aaf5e10fb86552272 Mon Sep 17 00:00:00 2001 From: mcardosos Date: Thu, 1 Feb 2018 18:08:55 -0800 Subject: [PATCH] Added custom key identifier --- specification/graphrbac/data-plane/stable/1.6/graphrbac.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/graphrbac/data-plane/stable/1.6/graphrbac.json b/specification/graphrbac/data-plane/stable/1.6/graphrbac.json index 7e1161f1bf38..b9006f6ef695 100644 --- a/specification/graphrbac/data-plane/stable/1.6/graphrbac.json +++ b/specification/graphrbac/data-plane/stable/1.6/graphrbac.json @@ -1942,6 +1942,11 @@ "type": { "type": "string", "description": "Type. Acceptable values are 'AsymmetricX509Cert' and 'Symmetric'." + }, + "customKeyIdentifier": { + "type":"string", + "format": "byte", + "description": "Custom Key Identifier" } }, "additionalProperties": {