Skip to main content

SecretMetadata

Metadata for a secret. Values are not viewable/retrievable once set.

type SecretMetadata {
id: ID!
name: String!
sha256: String!
createdAt: DateTime!
}

Fields

SecretMetadata.id ● ID! non-null scalar

A unique identifier for the secret value.

SecretMetadata.name ● String! non-null scalar

The secret name from the massdriver.yaml file.

SecretMetadata.sha256 ● String! non-null scalar

SHA-256 of the secret value.

SecretMetadata.createdAt ● DateTime! non-null scalar

When the secret was set.

Member Of

SecretField object ● SecretMetadataPayload object