[][src]Struct google_datacatalog1_beta1::GetPolicyOptions

pub struct GetPolicyOptions {
    pub requested_policy_version: Option<i32>,
}

Encapsulates settings provided to GetIamPolicy.

This type is not used in any activity, and only used as part of another schema.

Fields

requested_policy_version: Option<i32>

Optional. The policy format version to be returned.

Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.

Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.

To learn which resources support conditions in their IAM policies, see the IAM documentation.

Trait Implementations

impl Clone for GetPolicyOptions[src]

impl Debug for GetPolicyOptions[src]

impl Default for GetPolicyOptions[src]

impl<'de> Deserialize<'de> for GetPolicyOptions[src]

impl Part for GetPolicyOptions[src]

impl Serialize for GetPolicyOptions[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any