pub struct AuthzPolicyAuthzRuleRequestResourceTagValueIdSet {
pub ids: Option<Vec<i64>>,
}Expand description
Describes a set of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request.
This type is not used in any activity, and only used as part of another schema.
Fields§
§ids: Option<Vec<i64>>Required. A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request. The match follows AND semantics which means all the ids must match. Limited to 5 ids in the Tag value id set.
Trait Implementations§
Source§impl Clone for AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
impl Clone for AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
Source§fn clone(&self) -> AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
fn clone(&self) -> AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
Returns a duplicate 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 AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
impl Default for AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
Source§fn default() -> AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
fn default() -> AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
impl<'de> Deserialize<'de> for AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
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 Part for AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
Auto Trait Implementations§
impl Freeze for AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
impl RefUnwindSafe for AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
impl Send for AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
impl Sync for AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
impl Unpin for AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
impl UnwindSafe for AuthzPolicyAuthzRuleRequestResourceTagValueIdSet
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