ChainGraph API Documentation / @badaitech/badai-api / GraphQL / SecretMetadata
Type Alias: SecretMetadata
SecretMetadata =
object
Defined in: client/graphql.ts:2258
Unencrypted data which describes a secret.
Properties
__typename?
optional__typename:"SecretMetadata"
Defined in: client/graphql.ts:2259
id
id:
Scalars["SecretID"]["output"]
Defined in: client/graphql.ts:2261
ID of the secret.
name
name:
Scalars["String"]["output"]
Defined in: client/graphql.ts:2263
Name of the secret.
type
type:
Scalars["String"]["output"]
Defined in: client/graphql.ts:2265
Type of the secret.
userID
userID:
Scalars["UserID"]["output"]
Defined in: client/graphql.ts:2267
Owner of the secret.