Skip to content

ChainGraph API Documentation / @badaitech/badai-api / GraphQL / CreateSecretParams

Type Alias: CreateSecretParams ​

CreateSecretParams = object

Defined in: client/graphql.ts:352

Parameters of the createSecret mutation.

Properties ​

name ​

name: Scalars["String"]["input"]

Defined in: client/graphql.ts:354

Name of the secret.


type ​

type: Scalars["String"]["input"]

Defined in: client/graphql.ts:356

Type of the secret.


value ​

value: Scalars["JSON"]["input"]

Defined in: client/graphql.ts:358

Unencrypted secret value.

Licensed under BUSL-1.1