File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 421421 " id" ,
422422 " displayName" ,
423423 " state" ,
424+ " description" ,
424425 " createdAt" ,
426+ " importOnly" ,
425427 " keyRingId" ,
426428 " protection" ,
427429 " purpose" ,
477479 "required" : [
478480 " id" ,
479481 " displayName" ,
482+ " description" ,
480483 " state" ,
481484 " createdAt"
482485 ]
594597 " state" ,
595598 " createdAt" ,
596599 " keyId" ,
597- " keyRingId"
600+ " keyRingId" ,
601+ " disabled"
598602 ]
599603 },
600604 "versionList" : {
667671 },
668672 "publicKey" : {
669673 "description" : " The public key of the wrapping key." ,
674+ "readOnly" : true ,
670675 "type" : " string"
671676 },
672677 "purpose" : {
687692 "required" : [
688693 " id" ,
689694 " displayName" ,
695+ " description" ,
696+ " publicKey" ,
690697 " state" ,
691698 " createdAt" ,
692699 " expiresAt" ,
Original file line number Diff line number Diff line change 427427 "required" : [
428428 " id" ,
429429 " displayName" ,
430+ " description" ,
431+ " protection" ,
432+ " importOnly" ,
430433 " state" ,
431434 " createdAt" ,
432435 " keyRingId" ,
484487 "required" : [
485488 " id" ,
486489 " displayName" ,
490+ " description" ,
487491 " state" ,
488492 " createdAt"
489493 ]
600604 " number" ,
601605 " state" ,
602606 " createdAt" ,
607+ " disabled" ,
603608 " keyId" ,
604609 " keyRingId"
605610 ]
697702 "required" : [
698703 " id" ,
699704 " displayName" ,
705+ " description" ,
700706 " state" ,
701707 " createdAt" ,
702708 " expiresAt" ,
703709 " keyRingId" ,
704710 " backend" ,
711+ " protection" ,
705712 " purpose" ,
706713 " algorithm" ,
707714 " access_scope"
You can’t perform that action at this time.
0 commit comments