Interface

Polkit-1.0PolkitPermissionConstructorProps

interface ConstructorProps {
    action_id: string;
    actionId: string;
    allowed: boolean;
    can_acquire: boolean;
    can_release: boolean;
    canAcquire: boolean;
    canRelease: boolean;
    subject: Polkit.Subject;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gio

Properties

action_id: string
actionId: string
subject: Polkit.Subject

Properties - Inherited from Gio

allowed: boolean
can_acquire: boolean
can_release: boolean
canAcquire: boolean
canRelease: boolean