Retrievable
Object Hierarchy:
Description:
[
CCode ( type_cname =
"SecretRetrievableInterface" , type_id =
"secret_retrievable_get_type ()" ) ]
[
Version ( since =
"0.19.0" ) ]
public interface Retrievable :
Object
A read-only view of a secret item in the Secret Service.
Retrievable provides a read-only view of a secret item stored in the Secret Service.
Each item has a value, represented by a [struct@Value], which can be retrieved by [method@Retrievable.retrieve_secret] and [
method@Retrievable.retrieve_secret_finish].
All known implementing classes:
Content:
Properties:
- public abstract HashTable<string,string> attributes { owned get; set; }
The attributes set on this item.
- public abstract uint64 created { get; set; }
The date and time (in seconds since the UNIX epoch) that this item was
created.
- public abstract string label { owned get; set; }
The human readable label for the item.
- public abstract uint64 modified { get; set; }
The date and time (in seconds since the UNIX epoch) that this item was
last modified.
Methods:
Inherited Members:
All known members inherited from class GLib.Object