updating-secrets - v0.3.1
Preparing search index...
defineSecrets
Function defineSecrets
defineSecrets
<
const
Secrets
extends
{
[
Key
in
string
|
number
|
symbol
]
:
Exact
<
{
adapterConfig
?:
PartialWithUndefined
<
{
aws
:
_RequireExactlyOne
<
{
keyIn
:
string
;
rootOf
:
string
}
>
;
infisical
:
{
folderPath
?:
string
;
projectId
:
string
}
&
_RequireExactlyOne
<
{
keyInFolder
:
string
;
useWholeFolder
:
true
}
,
"keyInFolder"
|
"useWholeFolder"
,
>
;
}
,
>
;
description
:
string
;
shape
?:
unknown
;
whereToFind
:
string
;
}
,
Secrets
[
Key
]
,
>
}
&
SecretDefinitions
,
>
(
secrets
:
Secrets
,
)
:
Secrets
Defines and configures all secrets expected to be loaded by
UpdatingSecrets
.
Type Parameters
const
Secrets
extends
{
[
Key
in
string
|
number
|
symbol
]
:
Exact
<
{
adapterConfig
?:
PartialWithUndefined
<
{
aws
:
_RequireExactlyOne
<
{
keyIn
:
string
;
rootOf
:
string
}
>
;
infisical
:
{
folderPath
?:
string
;
projectId
:
string
}
&
_RequireExactlyOne
<
{
keyInFolder
:
string
;
useWholeFolder
:
true
}
,
"keyInFolder"
|
"useWholeFolder"
,
>
;
}
,
>
;
description
:
string
;
shape
?:
unknown
;
whereToFind
:
string
;
}
,
Secrets
[
Key
]
,
>
}
&
SecretDefinitions
Parameters
secrets
:
Secrets
Returns
Secrets
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
updating-secrets - v0.3.1
Loading...
Defines and configures all secrets expected to be loaded by
UpdatingSecrets.