Struct google_cloudresourcemanager1::Organization
[−]
[src]
pub struct Organization {
pub owner: Option<OrganizationOwner>,
pub display_name: Option<String>,
pub creation_time: Option<String>,
pub lifecycle_state: Option<String>,
pub name: Option<String>,
}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).
- set iam policy organizations (none)
- get iam policy organizations (none)
- get org policy organizations (none)
- test iam permissions organizations (none)
- get effective org policy organizations (none)
- set org policy organizations (none)
- get organizations (response)
- list available org policy constraints organizations (none)
- search organizations (none)
- list org policies organizations (none)
- clear org policy organizations (none)
Fields
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.
display_name: Option<String>
A friendly string to be used to refer to the Organization in the UI. Assigned by the server, set to the primary domain of the G Suite customer that owns the organization. @OutputOnly
creation_time: Option<String>
Timestamp when the Organization was created. Assigned by the server. @OutputOnly
lifecycle_state: Option<String>
The organization's current lifecycle state. Assigned by the server. @OutputOnly
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".
Trait Implementations
impl Default for Organization[src]
fn default() -> Organization
Returns the "default value" for a type. Read more
impl Clone for Organization[src]
fn clone(&self) -> Organization
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more