File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
schemas/2021-06-01-preview Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 592592 ],
593593 "description" : " Expiry date in seconds since 1970-01-01T00:00:00Z."
594594 },
595+ "exportable" : {
596+ "oneOf" : [
597+ {
598+ "type" : " boolean"
599+ },
600+ {
601+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
602+ }
603+ ],
604+ "description" : " Indicates if the private key can be exported."
605+ },
595606 "nbf" : {
596607 "oneOf" : [
597608 {
687698 ],
688699 "description" : " The type of the key. For valid values, see JsonWebKeyType."
689700 },
701+ "release_policy" : {
702+ "oneOf" : [
703+ {
704+ "$ref" : " #/definitions/KeyReleasePolicy"
705+ },
706+ {
707+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
708+ }
709+ ]
710+ },
690711 "rotationPolicy" : {
691712 "oneOf" : [
692713 {
700721 },
701722 "description" : " The properties of the key."
702723 },
724+ "KeyReleasePolicy" : {
725+ "type" : " object" ,
726+ "properties" : {
727+ "contentType" : {
728+ "type" : " string" ,
729+ "default" : " application/json; charset=utf-8" ,
730+ "description" : " Content type and version of key release policy"
731+ },
732+ "data" : {
733+ "type" : " string" ,
734+ "format" : " base64url" ,
735+ "description" : " Blob encoding the policy rules under which the key can be released."
736+ }
737+ }
738+ },
703739 "KeyRotationPolicyAttributes" : {
704740 "type" : " object" ,
705741 "properties" : {
You can’t perform that action at this time.
0 commit comments