interface SecretsInfo {
    created_at: Date;
    id: string;
    key: string;
    tags?: TagsObj[];
    updated_at: Date;
    value_length: number;
}

Properties

created_at: Date
id: string
key: string
tags?: TagsObj[]
updated_at: Date
value_length: number