SecretManagerConfig constructor

SecretManagerConfig({
  1. bool? enabled,
  2. RotationConfig? rotationConfig,
})

Implementation

SecretManagerConfig({this.enabled, this.rotationConfig});