DaprComponent.UpdateStages.WithSecrets Interface
public static interface DaprComponent.UpdateStages.WithSecrets
The stage of the DaprComponent update allowing to specify secrets.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withSecrets(List<Secret> secrets)
Specifies the secrets property: Collection of secrets used by a Dapr component. |
Method Details
withSecrets
public abstract DaprComponent.Update withSecrets(List<Secret> secrets)
Specifies the secrets property: Collection of secrets used by a Dapr component.
Parameters:
Returns: