pub enum CloudIdentityAPIv1 {
AuthCloudIdentityDevicesLookup,
AuthCloudIdentityGroups,
AuthCloudIdentityGroupsReadOnly,
AuthCloudPlatform,
}Expand description
Cloud Identity API, v1
Variants§
AuthCloudIdentityDevicesLookup
Documentation: See your device details, Scope: https://www.googleapis.com/auth/cloud-identity.devices.lookup
AuthCloudIdentityGroups
Documentation: See, change, create, and delete any of the Cloud Identity Groups that you can access, including the members of each group, Scope: https://www.googleapis.com/auth/cloud-identity.groups
AuthCloudIdentityGroupsReadOnly
Documentation: See any Cloud Identity Groups that you can access, including group members and their emails, Scope: https://www.googleapis.com/auth/cloud-identity.groups.readonly
AuthCloudPlatform
Documentation: See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account., Scope: https://www.googleapis.com/auth/cloud-platform
Trait Implementations§
Source§impl Clone for CloudIdentityAPIv1
impl Clone for CloudIdentityAPIv1
Source§fn clone(&self) -> CloudIdentityAPIv1
fn clone(&self) -> CloudIdentityAPIv1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CloudIdentityAPIv1
impl Debug for CloudIdentityAPIv1
Source§impl FromGoogleScope<CloudIdentityAPIv1> for CloudIdentityAPIv1
impl FromGoogleScope<CloudIdentityAPIv1> for CloudIdentityAPIv1
Source§fn from_google_scope(google_scope: &str) -> Result<CloudIdentityAPIv1, ()>
fn from_google_scope(google_scope: &str) -> Result<CloudIdentityAPIv1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for CloudIdentityAPIv1
impl Hash for CloudIdentityAPIv1
Source§impl PartialEq for CloudIdentityAPIv1
impl PartialEq for CloudIdentityAPIv1
Source§impl ToGoogleScope for CloudIdentityAPIv1
impl ToGoogleScope for CloudIdentityAPIv1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for CloudIdentityAPIv1
impl Eq for CloudIdentityAPIv1
impl StructuralPartialEq for CloudIdentityAPIv1
Auto Trait Implementations§
impl Freeze for CloudIdentityAPIv1
impl RefUnwindSafe for CloudIdentityAPIv1
impl Send for CloudIdentityAPIv1
impl Sync for CloudIdentityAPIv1
impl Unpin for CloudIdentityAPIv1
impl UnwindSafe for CloudIdentityAPIv1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more