Send feedback
Class Identity.Type (2.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.4.0 keyboard_arrow_down
public static final class Identity . Type extends StringEnumValue
The types of IAM identities.
Static Fields
ALL_AUTHENTICATED_USERS
public static final Identity . Type ALL_AUTHENTICATED_USERS
Represents anyone who is authenticated with a Google account or a service account.
Field Value
ALL_USERS
public static final Identity . Type ALL_USERS
Represents anyone who is on the internet; with or without a Google account.
Field Value
DOMAIN
public static final Identity . Type DOMAIN
Represents all the users of a Google Apps domain name.
Field Value
GROUP
public static final Identity . Type GROUP
Represents a Google group.
Field Value
PROJECT_EDITOR
public static final Identity . Type PROJECT_EDITOR
Represents editors of a Google Cloud Platform project.
Field Value
PROJECT_OWNER
public static final Identity . Type PROJECT_OWNER
Represents owners of a Google Cloud Platform project.
Field Value
PROJECT_VIEWER
public static final Identity . Type PROJECT_VIEWER
Represents viewers of a Google Cloud Platform project.
Field Value
SERVICE_ACCOUNT
public static final Identity . Type SERVICE_ACCOUNT
Represents a service account.
Field Value
USER
public static final Identity . Type USER
Represents a specific Google account.
Field Value
Static Methods
valueOf(String constant)
public static Identity . Type valueOf ( String constant )
Get the Type for the given String constant, and allow unrecognized values.
Parameter
Returns
valueOfStrict(String constant)
public static Identity . Type valueOfStrict ( String constant )
Get the Type for the given String constant, and throw an exception if the constant is not
recognized.
Parameter
Returns
values()
public static Identity . Type [] values ()
Return the known values for Type.
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-06 UTC."],[],[]]