From c2a8a6d27c6cec1305f227b54639502dbbaa544a Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:37:38 -0700 Subject: [PATCH] Regenerate cloudidentity client --- src/CloudIdentity/Membership.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/CloudIdentity/Membership.php b/src/CloudIdentity/Membership.php index 9832aa94329..aee9748a07b 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 */