public class CloudIdentityScopes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLOUD_IDENTITY_DEVICES
Private Service: https://www.googleapis.com/auth/cloud-identity.devices.
|
static String |
CLOUD_IDENTITY_DEVICES_LOOKUP
See your device details.
|
static String |
CLOUD_IDENTITY_DEVICES_READONLY
Private Service: https://www.googleapis.com/auth/cloud-identity.devices.readonly.
|
static String |
CLOUD_IDENTITY_GROUPS
See, change, create, and delete any of the Cloud Identity Groups that you can access, including the members of each group.
|
static String |
CLOUD_IDENTITY_GROUPS_READONLY
See any Cloud Identity Groups that you can access, including group members and their emails.
|
static String |
CLOUD_PLATFORM
See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account..
|
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
all()
Returns an unmodifiable set that contains all scopes declared by this class.
|
public static final String CLOUD_IDENTITY_DEVICES
public static final String CLOUD_IDENTITY_DEVICES_LOOKUP
public static final String CLOUD_IDENTITY_DEVICES_READONLY
public static final String CLOUD_IDENTITY_GROUPS
public static final String CLOUD_IDENTITY_GROUPS_READONLY
public static final String CLOUD_PLATFORM
Copyright © 2011–2024 Google. All rights reserved.