pub type SavedCredential = CredentialData;Expand description
Result type for credential operations
Aliased Type§
pub struct SavedCredential {
pub version: String,
pub id: String,
pub name: String,
pub api_key: String,
pub template_type: TemplateType,
pub created_at: String,
pub updated_at: String,
pub metadata: Option<HashMap<String, String>>,
}Fields§
§version: StringData format version for compatibility
id: StringUnique identifier for the credential
name: StringUser-friendly name for the credential
api_key: StringAPI key in plain text
template_type: TemplateTypeTemplate type this credential is associated with
created_at: StringCreation timestamp in UTC
updated_at: StringLast update timestamp in UTC
metadata: Option<HashMap<String, String>>Optional metadata for future extensibility