SecretManagerConfig constructor
SecretManagerConfig({
- bool? enabled,
- RotationConfig? rotationConfig,
Implementation
SecretManagerConfig({this.enabled, this.rotationConfig});