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 592
592
],
593
593
"description" : " Expiry date in seconds since 1970-01-01T00:00:00Z."
594
594
},
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
+ },
595
606
"nbf" : {
596
607
"oneOf" : [
597
608
{
687
698
],
688
699
"description" : " The type of the key. For valid values, see JsonWebKeyType."
689
700
},
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
+ },
690
711
"rotationPolicy" : {
691
712
"oneOf" : [
692
713
{
700
721
},
701
722
"description" : " The properties of the key."
702
723
},
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
+ },
703
739
"KeyRotationPolicyAttributes" : {
704
740
"type" : " object" ,
705
741
"properties" : {
You can’t perform that action at this time.
0 commit comments