SecretStoreResource interface

Class representing a secret store resource.

Properties

secretStoreType

Gets or sets the type of secret store

uri

Uri to get to the resource

value

Gets or sets value stored in secret store resource

Property Details

secretStoreType

Gets or sets the type of secret store

secretStoreType: string

Property Value

string

uri

Uri to get to the resource

uri?: string

Property Value

string

value

Gets or sets value stored in secret store resource

value?: string

Property Value

string