Interface DaprComponent.DefinitionStages.WithSecrets

All Known Subinterfaces:
DaprComponent.Definition, DaprComponent.DefinitionStages.WithCreate
Enclosing interface:
DaprComponent.DefinitionStages

public static interface DaprComponent.DefinitionStages.WithSecrets
The stage of the DaprComponent definition allowing to specify secrets.
  • Method Details

    • withSecrets

      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.