diff --git a/src/CloudIdentity/Membership.php b/src/CloudIdentity/Membership.php index 9832aa9432..aee9748a07 100644 --- a/src/CloudIdentity/Membership.php +++ b/src/CloudIdentity/Membership.php @@ -67,6 +67,10 @@ class Membership extends \Google\Collection * Represents a CBCM-managed Chrome Browser type. */ public const TYPE_CBCM_BROWSER = 'CBCM_BROWSER'; + /** + * Represents a ChromeOS-managed ChromeOS device type. + */ + public const TYPE_CHROME_OS_DEVICE = 'CHROME_OS_DEVICE'; /** * Represents other type. */ @@ -202,7 +206,7 @@ public function getRoles() * Output only. The type of the membership. * * Accepted values: TYPE_UNSPECIFIED, USER, SERVICE_ACCOUNT, GROUP, - * SHARED_DRIVE, CBCM_BROWSER, OTHER + * SHARED_DRIVE, CBCM_BROWSER, CHROME_OS_DEVICE, OTHER * * @param self::TYPE_* $type */