Package version:

Dapr component Secret for ListSecrets Action

interface DaprSecret {
    name?: string;
    value?: string;
}

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.