@valon-technologies/gestalt
Preparing search index...
@valon-technologies/gestalt
SecretsProviderOptions
Interface SecretsProviderOptions
Runtime hooks required to implement a Gestalt secrets provider.
interface
SecretsProviderOptions
{
name
?:
string
;
displayName
?:
string
;
description
?:
string
;
version
?:
string
;
configure
?:
ConfigureHandler
;
healthCheck
?:
HealthCheckHandler
;
warnings
?:
string
[]
|
WarningsHandler
;
start
?:
StartHandler
;
close
?:
CloseHandler
;
getSecret
:
(
name
:
string
)
=>
MaybePromise
<
string
>
;
}
Hierarchy (
View Summary
)
RuntimeProviderOptions
SecretsProviderOptions
Index
Properties
name?
display
Name?
description?
version?
configure?
health
Check?
warnings?
start?
close?
get
Secret
Properties
Optional
name
name
?:
string
Optional
display
Name
displayName
?:
string
Optional
description
description
?:
string
Optional
version
version
?:
string
Optional
configure
configure
?:
ConfigureHandler
Optional
health
Check
healthCheck
?:
HealthCheckHandler
Optional
warnings
warnings
?:
string
[]
|
WarningsHandler
Optional
start
start
?:
StartHandler
Optional
close
close
?:
CloseHandler
get
Secret
getSecret
:
(
name
:
string
)
=>
MaybePromise
<
string
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
display
Name
description
version
configure
health
Check
warnings
start
close
get
Secret
@valon-technologies/gestalt
Loading...
Runtime hooks required to implement a Gestalt secrets provider.