Create Key Rotation Policy

POST {{apiPath}}/environments/{{envID}}/keyRotationPolicies

This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create Key Rotation Policy.

Request Body

{"name"=>"Test Key Rotation Policy", "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}