pub struct GoogleCloudAssuredworkloadsV1OrgPolicyUpdate {
pub applied_policy: Option<GoogleCloudAssuredworkloadsV1OrgPolicy>,
pub suggested_policy: Option<GoogleCloudAssuredworkloadsV1OrgPolicy>,
}Expand description
Represents an update for an org policy control applied on an Assured Workload resource. The inherited org policy is not considered.
This type is not used in any activity, and only used as part of another schema.
Fields§
§applied_policy: Option<GoogleCloudAssuredworkloadsV1OrgPolicy>The org policy currently applied on the assured workload resource.
suggested_policy: Option<GoogleCloudAssuredworkloadsV1OrgPolicy>The suggested org policy that replaces the applied policy.
Trait Implementations§
Source§impl Clone for GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
impl Clone for GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
Source§fn clone(&self) -> GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
fn clone(&self) -> GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
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 GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
impl Default for GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
Source§fn default() -> GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
fn default() -> GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
impl<'de> Deserialize<'de> for GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
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 GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
Auto Trait Implementations§
impl Freeze for GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
impl RefUnwindSafe for GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
impl Send for GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
impl Sync for GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
impl Unpin for GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
impl UnwindSafe for GoogleCloudAssuredworkloadsV1OrgPolicyUpdate
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