Interface DaprComponent.UpdateStages.WithSecrets

All Known Subinterfaces:
DaprComponent.Update
Enclosing interface:
DaprComponent.UpdateStages

public static interface DaprComponent.UpdateStages.WithSecrets
The stage of the DaprComponent update allowing to specify secrets.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the secrets property: Collection of secrets used by a Dapr component.
  • Method Details

    • withSecrets

      DaprComponent.Update withSecrets(List<Secret> secrets)
      Specifies the secrets property: Collection of secrets used by a Dapr component.
      Parameters:
      secrets - Collection of secrets used by a Dapr component.
      Returns:
      the next definition stage.