Enum google_admin1_directory::Scope [] [src]

pub enum Scope {
    DirectoryUser,
    DirectoryResourceCalendarReadonly,
    DirectoryUserSecurity,
    DirectoryRolemanagement,
    DirectoryGroupReadonly,
    DirectoryCustomer,
    DirectoryDomain,
    DirectoryDeviceChromeoReadonly,
    DirectoryResourceCalendar,
    DirectoryGroupMemberReadonly,
    DirectoryDeviceMobileReadonly,
    DirectoryOrgunitReadonly,
    DirectoryGroupMember,
    DirectoryDeviceMobile,
    DirectoryUserAlia,
    DirectoryUserschema,
    DirectoryCustomerReadonly,
    DirectoryDomainReadonly,
    DirectoryDeviceMobileAction,
    DirectoryUserReadonly,
    DirectoryNotification,
    DirectoryDeviceChromeo,
    DirectoryUserAliaReadonly,
    DirectoryGroup,
    DirectoryUserschemaReadonly,
    DirectoryOrgunit,
    DirectoryRolemanagementReadonly,
}

Identifies the an OAuth2 authorization scope. A scope is needed when requesting an authorization token.

Variants

View and manage the provisioning of users on your domain

View calendar resources on your domain

Manage data access permissions for users on your domain

Manage delegated admin roles for your domain

View groups on your domain

View and manage customer related information

View and manage the provisioning of domains for your customers

View your Chrome OS devices' metadata

View and manage the provisioning of calendar resources on your domain

View group subscriptions on your domain

View your mobile devices' metadata

View organization units on your domain

View and manage group subscriptions on your domain

View and manage your mobile devices' metadata

View and manage user aliases on your domain

View and manage the provisioning of user schemas on your domain

View customer related information

View domains related to your customers

Manage your mobile devices by performing administrative tasks

View users on your domain

View and manage notifications received on your domain

View and manage your Chrome OS devices' metadata

View user aliases on your domain

View and manage the provisioning of groups on your domain

View user schemas on your domain

View and manage organization units on your domain

View delegated admin roles for your domain

Trait Implementations

impl PartialEq for Scope
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Scope
[src]

impl Hash for Scope
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl AsRef<str> for Scope
[src]

Performs the conversion.

impl Default for Scope
[src]

Returns the "default value" for a type. Read more