pub trait StartKeyRotationExt {
// Required methods
fn start_key_rotation(&mut self, username: String, password: String);
fn start_key_rotation_with_keystore(&mut self, keystore: Keystore);
}
Expand description
A Commands
extension used to start key rotation.
Required Methods§
Sourcefn start_key_rotation(&mut self, username: String, password: String)
fn start_key_rotation(&mut self, username: String, password: String)
Start (and block) the key rotation by authenticating with the auth provider.
Sourcefn start_key_rotation_with_keystore(&mut self, keystore: Keystore)
fn start_key_rotation_with_keystore(&mut self, keystore: Keystore)
Start the key rotation immediately with a keystore.