Struct safe_core::ffi::ipc::resp::AppAccess [] [src]

#[repr(C)]
pub struct AppAccess { pub sign_key: SignPublicKey, pub permissions: FfiPermissionSet, pub name: *const c_char, pub app_id: *const c_char, }

Information about an application that has access to an MD through sign_key

Fields

App's or user's public key

A list of permissions

App's user-facing name

App id. This is u8, as the app-id can contain non-printable characters.