Struct bitwarden_api_api::models::service_account_project_access_policy_response_model::ServiceAccountProjectAccessPolicyResponseModel
source · pub struct ServiceAccountProjectAccessPolicyResponseModel {
pub object: Option<String>,
pub id: Option<String>,
pub read: Option<bool>,
pub write: Option<bool>,
pub creation_date: Option<String>,
pub revision_date: Option<String>,
pub service_account_id: Option<String>,
pub service_account_name: Option<String>,
pub granted_project_id: Option<String>,
pub granted_project_name: Option<String>,
}
Fields§
§object: Option<String>
§id: Option<String>
§read: Option<bool>
§write: Option<bool>
§creation_date: Option<String>
§revision_date: Option<String>
§service_account_id: Option<String>
§service_account_name: Option<String>
§granted_project_id: Option<String>
§granted_project_name: Option<String>
Implementations§
Trait Implementations§
source§impl Clone for ServiceAccountProjectAccessPolicyResponseModel
impl Clone for ServiceAccountProjectAccessPolicyResponseModel
source§fn clone(&self) -> ServiceAccountProjectAccessPolicyResponseModel
fn clone(&self) -> ServiceAccountProjectAccessPolicyResponseModel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for ServiceAccountProjectAccessPolicyResponseModel
impl Default for ServiceAccountProjectAccessPolicyResponseModel
source§fn default() -> ServiceAccountProjectAccessPolicyResponseModel
fn default() -> ServiceAccountProjectAccessPolicyResponseModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ServiceAccountProjectAccessPolicyResponseModel
impl<'de> Deserialize<'de> for ServiceAccountProjectAccessPolicyResponseModel
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
source§impl PartialEq<ServiceAccountProjectAccessPolicyResponseModel> for ServiceAccountProjectAccessPolicyResponseModel
impl PartialEq<ServiceAccountProjectAccessPolicyResponseModel> for ServiceAccountProjectAccessPolicyResponseModel
source§fn eq(&self, other: &ServiceAccountProjectAccessPolicyResponseModel) -> bool
fn eq(&self, other: &ServiceAccountProjectAccessPolicyResponseModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.