Metadata describing a secure store entry without exposing the secret payload.
public SecureStoreEntry(string Id, DateTimeOffset CreatedAt, DateTimeOffset? ExpiresAt, IReadOnlyDictionary<string, string> Metadata)
Unique identifier for the stored secret.
Timestamp when the secret was persisted.
Optional expiration timestamp.
User-defined metadata.