Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/CloudIdentity/Membership.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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
*/
Expand Down
Loading