Interface DaprComponent.UpdateStages.WithSecrets

    • Method Detail

      • 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.