[−][src]Struct google_cloudresourcemanager1::OrgPolicy
Defines a Cloud Organization Policy which is used to specify Constraints
for configurations of Cloud Platform resources.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- set org policy folders (response)
- get org policy organizations (response)
- get effective org policy projects (response)
- set org policy organizations (response)
- get effective org policy folders (response)
- get org policy folders (response)
- get effective org policy organizations (response)
- get org policy projects (response)
- set org policy projects (response)
Fields
update_time: Option<String>The time stamp the Policy was previously updated. This is set by the
server, not specified by the caller, and represents the last time a call to
SetOrgPolicy was made for that Policy. Any value set by the client will
be ignored.
version: Option<i32>Version of the Policy. Default version is 0;
etag: Option<String>An opaque tag indicating the current version of the Policy, used for
concurrency control.
When the Policy is returned from either a GetPolicy or a
ListOrgPolicy request, this etag indicates the version of the current
Policy to use when executing a read-modify-write loop.
When the Policy is returned from a GetEffectivePolicy request, the
etag will be unset.
When the Policy is used in a SetOrgPolicy method, use the etag value
that was returned from a GetOrgPolicy request as part of a
read-modify-write loop for concurrency control. Not setting the etagin a
SetOrgPolicy request will result in an unconditional write of the
Policy.
constraint: Option<String>The name of the Constraint the Policy is configuring, for example,
constraints/serviceuser.services.
A list of available constraints is available.
Immutable after creation.
restore_default: Option<RestoreDefault>Restores the default behavior of the constraint; independent of
Constraint type.
list_policy: Option<ListPolicy>List of values either allowed or disallowed.
boolean_policy: Option<BooleanPolicy>For boolean Constraints, whether to enforce the Constraint or not.
Trait Implementations
impl Clone for OrgPolicy[src]
impl Debug for OrgPolicy[src]
impl Default for OrgPolicy[src]
impl<'de> Deserialize<'de> for OrgPolicy[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl ResponseResult for OrgPolicy[src]
impl Serialize for OrgPolicy[src]
Auto Trait Implementations
impl RefUnwindSafe for OrgPolicy
impl Send for OrgPolicy
impl Sync for OrgPolicy
impl Unpin for OrgPolicy
impl UnwindSafe for OrgPolicy
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Typeable for T where
T: Any,
T: Any,