Interface

Secret-1SecretRetrievableConstructorProps

interface ConstructorProps {
    attributes: GLib.HashTable<string, string> | { [key: string]: any };
    created: number | bigint;
    label: string;
    modified: number | bigint;
}

Hierarchy (View Summary)

Index

Properties

attributes: GLib.HashTable<string, string> | { [key: string]: any }
created: number | bigint
label: string
modified: number | bigint