Package version:

Interface DaprSecret

Dapr component Secret for ListSecrets Action

Hierarchy

  • DaprSecret

Properties

Properties

name?: string

Secret Name. NOTE: This property will not be serialized. It can only be populated by the server.

value?: string

Secret Value. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc