pub struct ProtectedAppMetadata {
pub name: String,
pub version: String,
pub application_location: PolicyLocation,
}Expand description
microsoft.graph.protectedAppMetadata: the app’s identity plus where
it’s running, for policy location matching.
Fields§
§name: String§version: String§application_location: PolicyLocationTrait Implementations§
Source§impl Clone for ProtectedAppMetadata
impl Clone for ProtectedAppMetadata
Source§fn clone(&self) -> ProtectedAppMetadata
fn clone(&self) -> ProtectedAppMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProtectedAppMetadata
impl Debug for ProtectedAppMetadata
Source§impl<'de> Deserialize<'de> for ProtectedAppMetadata
impl<'de> Deserialize<'de> for ProtectedAppMetadata
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
Auto Trait Implementations§
impl Freeze for ProtectedAppMetadata
impl RefUnwindSafe for ProtectedAppMetadata
impl Send for ProtectedAppMetadata
impl Sync for ProtectedAppMetadata
impl Unpin for ProtectedAppMetadata
impl UnsafeUnpin for ProtectedAppMetadata
impl UnwindSafe for ProtectedAppMetadata
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