static Identity.Type |
Identity.Type.ALL_AUTHENTICATED_USERS |
Represents anyone who is authenticated with a Google account or a service account.
|
static Identity.Type |
Identity.Type.ALL_USERS |
Represents anyone who is on the internet; with or without a Google account.
|
static Identity.Type |
Identity.Type.DOMAIN |
Represents all the users of a Google Apps domain name.
|
static Identity.Type |
Identity.Type.GROUP |
Represents a Google group.
|
static Identity.Type |
Identity.Type.PROJECT_EDITOR |
Represents editors of a Google Cloud Platform project.
|
static Identity.Type |
Identity.Type.PROJECT_OWNER |
Represents owners of a Google Cloud Platform project.
|
static Identity.Type |
Identity.Type.PROJECT_VIEWER |
Represents viewers of a Google Cloud Platform project.
|
static Identity.Type |
Identity.Type.SERVICE_ACCOUNT |
Represents a service account.
|
static Identity.Type |
Identity.Type.USER |
Represents a specific Google account.
|