DaprSecret interface

Dapr component Secret for ListSecrets Action

Properties

name

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

value

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

Property Details

name

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

name?: string

Property Value

string

value

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

value?: string

Property Value

string