service/domain/document/secret_get
Api Code Documentation / Exports / service/domain/document/secret_get
#
Table of contents#
Functions#
Functions#
getAllSecretsâ–¸ getAllSecrets(ctx
, repository
): Promise
<Type
<SecretPublished
[]>>
#
ParametersName | Type |
---|---|
ctx | Ctx |
repository | Repository |
#
ReturnsPromise
<Type
<SecretPublished
[]>>
#
Defined insrc/service/domain/document/secret_get.ts:14
#
getSecretâ–¸ getSecret(ctx
, docId
, organization
, repository
): Promise
<Type
<SecretPublished
>>
#
ParametersName | Type |
---|---|
ctx | Ctx |
docId | string |
organization | string |
repository | Repository |
#
ReturnsPromise
<Type
<SecretPublished
>>
#
Defined insrc/service/domain/document/secret_get.ts:27
#
secretAlreadyExistsâ–¸ secretAlreadyExists(ctx
, docId
, organization
, repository
): Promise
<Type
<boolean
>>
#
ParametersName | Type |
---|---|
ctx | Ctx |
docId | string |
organization | string |
repository | Repository |
#
ReturnsPromise
<Type
<boolean
>>