Update Key Rotation Policy
PUT {{apiPath}}/environments/{{envID}}/keyRotationPolicies/{{krpID}}
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Update Key Rotation Policy.
Request Body
{"name"=>"Test Key Rotation Policy update", "dn"=>"CN=Test Key Rotation Policy, OU=Ping Identity, O=Ping Identity, L=, ST=, C=US", "algorithm"=>"RSA", "keyLength"=>2048, "validityPeriod"=>365, "signatureAlgorithm"=>"SHA256withRSA", "usageType"=>"SIGNING", "rotationPeriod"=>120}