Polkit.ImplicitAuthorization – polkit-gobject-1 Reference Manual
Packages
polkit-gobject-1
Polkit
ImplicitAuthorization
ADMINISTRATOR_AUTHENTICATION_REQUIRED
ADMINISTRATOR_AUTHENTICATION_REQUIRED_RETAINED
AUTHENTICATION_REQUIRED
AUTHENTICATION_REQUIRED_RETAINED
AUTHORIZED
NOT_AUTHORIZED
UNKNOWN
from_string
to_string
ImplicitAuthorization
Description:
[
CCode
( cprefix =
"POLKIT_IMPLICIT_AUTHORIZATION_"
, type_id =
"polkit_implicit_authorization_get_type ()"
) ]
public
enum
ImplicitAuthorization
Possible implicit authorizations.
Namespace:
Polkit
Package:
polkit-gobject-1
Content:
Enum values:
ADMINISTRATOR_AUTHENTICATION_REQUIRED
-
Authentication as an administrator is required.
ADMINISTRATOR_AUTHENTICATION_REQUIRED_RETAINED
-
Authentication as an administrator is required.
AUTHENTICATION_REQUIRED
-
Authentication is required.
AUTHENTICATION_REQUIRED_RETAINED
-
Authentication is required.
AUTHORIZED
-
The subject is authorized
NOT_AUTHORIZED
-
Subject is not authorized.
UNKNOWN
-
Unknown whether the subject is authorized, never returned in any public API.
Static methods:
public
static
bool
from_string
(
string
string,
ImplicitAuthorization
out_implicit_authorization)
Methods:
public
unowned
string
to_string
()