Uses of Class
com.google.cloud.Identity.Type
Packages that use Identity.Type
-
Uses of Identity.Type in com.google.cloud
Fields in com.google.cloud declared as Identity.TypeModifier and TypeFieldDescriptionstatic final Identity.TypeIdentity.Type.ALL_AUTHENTICATED_USERSRepresents anyone who is authenticated with a Google account or a service account.static final Identity.TypeIdentity.Type.ALL_USERSRepresents anyone who is on the internet; with or without a Google account.static final Identity.TypeIdentity.Type.DOMAINRepresents all the users of a Google Apps domain name.static final Identity.TypeIdentity.Type.GROUPRepresents a Google group.static final Identity.TypeIdentity.Type.PROJECT_EDITORRepresents editors of a Google Cloud Platform project.static final Identity.TypeIdentity.Type.PROJECT_OWNERRepresents owners of a Google Cloud Platform project.static final Identity.TypeIdentity.Type.PROJECT_VIEWERRepresents viewers of a Google Cloud Platform project.static final Identity.TypeIdentity.Type.SERVICE_ACCOUNTRepresents a service account.static final Identity.TypeIdentity.Type.USERRepresents a specific Google account.Methods in com.google.cloud that return Identity.TypeModifier and TypeMethodDescriptionIdentity.getType()static Identity.TypeGet the Type for the given String constant, and allow unrecognized values.static Identity.TypeIdentity.Type.valueOfStrict(String constant) Get the Type for the given String constant, and throw an exception if the constant is not recognized.static Identity.Type[]Identity.Type.values()Return the known values for Type.