pub struct IdentityProperties {
pub principal_id: Option<String>,
pub tenant_id: Option<String>,
pub type_: Option<ManagedIdentityTypes>,
}
Fields§
§principal_id: Option<String>
The identity ID.
tenant_id: Option<String>
The tenant ID of resource.
type_: Option<ManagedIdentityTypes>
Identity type
Implementations§
Trait Implementations§
source§impl Clone for IdentityProperties
impl Clone for IdentityProperties
source§fn clone(&self) -> IdentityProperties
fn clone(&self) -> IdentityProperties
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 Debug for IdentityProperties
impl Debug for IdentityProperties
source§impl Default for IdentityProperties
impl Default for IdentityProperties
source§fn default() -> IdentityProperties
fn default() -> IdentityProperties
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IdentityProperties
impl<'de> Deserialize<'de> for IdentityProperties
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<IdentityProperties> for IdentityProperties
impl PartialEq<IdentityProperties> for IdentityProperties
source§fn eq(&self, other: &IdentityProperties) -> bool
fn eq(&self, other: &IdentityProperties) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.