ChainGraph API Documentation / @badaitech/chaingraph-types / SecretTypeMetadata
Interface: SecretTypeMetadata<T>
Defined in: packages/chaingraph-types/src/port/base/secret.ts:92
Metadata for a specific type of secret.
Type Parameters
T
T extends SecretType
Properties
fields
fields:
Record<keyofSecretTypeMap[T],SecretFieldMetadata>
Defined in: packages/chaingraph-types/src/port/base/secret.ts:106
A collection of metadata associated with the fields of a secret type.
icon?
optionalicon:string
Defined in: packages/chaingraph-types/src/port/base/secret.ts:96
A URL of the icon associated with this type of secret.
label
label:
string
Defined in: packages/chaingraph-types/src/port/base/secret.ts:101
A textual label of a secret. Used for displaying in human-readable form.