Struct fusionauth_rust_client::models::api_key::ApiKey
source · pub struct ApiKey {
pub id: Option<Uuid>,
pub insert_instant: Option<i64>,
pub ip_access_control_list_id: Option<Uuid>,
pub key: Option<String>,
pub key_manager: Option<bool>,
pub last_update_instant: Option<i64>,
pub meta_data: Option<Box<ApiKeyMetaData>>,
pub permissions: Option<Box<ApiKeyPermissions>>,
pub tenant_id: Option<Uuid>,
}
Expand description
ApiKey : domain POJO to represent AuthenticationKey
Fields§
§id: Option<Uuid>
§insert_instant: Option<i64>
The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC.
ip_access_control_list_id: Option<Uuid>
§key: Option<String>
§key_manager: Option<bool>
§last_update_instant: Option<i64>
The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC.
meta_data: Option<Box<ApiKeyMetaData>>
§permissions: Option<Box<ApiKeyPermissions>>
§tenant_id: Option<Uuid>
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ApiKey
impl<'de> Deserialize<'de> for ApiKey
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ApiKey
Auto Trait Implementations§
impl Freeze for ApiKey
impl RefUnwindSafe for ApiKey
impl Send for ApiKey
impl Sync for ApiKey
impl Unpin for ApiKey
impl UnwindSafe for ApiKey
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)