SecretHandle is a datatype for a handle for a secret.

This datatype is used by the datatype, SecretHandle, which is used by secretHandleQueryResultSet, which is used by the core datatype, Repository. That datatype is used by several mutation and query fields.

Table: SecretHandle

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Dec 8, 2025
createdAtlongyes PreviewTimestamp, in milliseconds, of when the secret handle was created.
descriptionstringyes PreviewA description of the secret handle.
featureNamestringyes PreviewThe name of the feature associated with this secret.
idstringyes PreviewThe unique identifier of the secret handle.
lastUpdatedAtlong  PreviewTimestamp, in milliseconds, of when the secret handle was last updated.
namestringyes PreviewThe name of the secret handle.
secretPointerSecretPointeryes PreviewPointer to the secret in an external secret management system. See SecretPointer.