Struct google_cloudresourcemanager1::api::Organization [−][src]
The root node in the resource hierarchy to which a particular entity’s (e.g., company) resources belong.
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).
- clear org policy organizations (none)
- get organizations (response)
- get effective org policy organizations (none)
- get iam policy organizations (none)
- get org policy organizations (none)
- list available org policy constraints organizations (none)
- list org policies organizations (none)
- search organizations (none)
- set iam policy organizations (none)
- set org policy organizations (none)
- test iam permissions organizations (none)
Fields
creation_time: Option<String>Timestamp when the Organization was created. Assigned by the server.
display_name: Option<String>A human-readable string that refers to the Organization in the GCP Console UI. This string is set by the server and cannot be changed. The string will be set to the primary domain (for example, “google.com”) of the G Suite customer that owns the organization.
lifecycle_state: Option<String>The organization’s current lifecycle state. Assigned by the server.
name: Option<String>Output only. The resource name of the organization. This is the organization’s relative path in the API. Its format is “organizations/[organization_id]”. For example, “organizations/1234”.
owner: Option<OrganizationOwner>The owner of this Organization. The owner should be specified on creation. Once set, it cannot be changed. This field is required.
Trait Implementations
impl Clone for Organization[src]
fn clone(&self) -> Organization[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for Organization[src]
impl Default for Organization[src]
fn default() -> Organization[src]
impl<'de> Deserialize<'de> for Organization[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Resource for Organization[src]
impl ResponseResult for Organization[src]
impl Serialize for Organization[src]
Auto Trait Implementations
impl RefUnwindSafe for Organization
impl Send for Organization
impl Sync for Organization
impl Unpin for Organization
impl UnwindSafe for Organization
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,
pub 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> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[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.
pub fn to_owned(&self) -> T[src]
pub 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.
pub 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>,