Struct google_iap1::api::PolicyName[][src]

pub struct PolicyName {
    pub id: Option<String>,
    pub region: Option<String>,
    pub type_: Option<String>,
}

There is no detailed description.

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

Fields

id: Option<String>

no description provided

region: Option<String>

For Cloud IAM: The location of the Policy. Must be empty or "global" for Policies owned by global IAM. Must name a region from prodspec/cloud-iam-cloudspec for Regional IAM Policies, see go/iam-faq#where-is-iam-currently-deployed. For Local IAM: This field should be set to "local".

type_: Option<String>

Valid values for type might be 'gce', 'gcs', 'project', 'account' etc.

Trait Implementations

impl Clone for PolicyName[src]

impl Debug for PolicyName[src]

impl Default for PolicyName[src]

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

impl Part for PolicyName[src]

impl Serialize for PolicyName[src]

Auto Trait Implementations

impl RefUnwindSafe for PolicyName[src]

impl Send for PolicyName[src]

impl Sync for PolicyName[src]

impl Unpin for PolicyName[src]

impl UnwindSafe for PolicyName[src]

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> Instrument 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.