@@ -151,22 +151,22 @@ class Binding
151151 # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
152152 # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
153153 # email address that represents a Google group. For example, `[email protected] ` 154- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
155- # identifier) representing a user that has been recently deleted. For example, `
156- # [email protected] ?uid=123456789012345678901`. If the user is recovered, this 157- # value reverts to `user:`emailid`` and the recovered user retains the role in
158- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
159- # address (plus unique identifier) representing a service account that has been
160- # recently deleted. For example, `[email protected] ?uid= 154+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
155+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
156+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
157+ # representing a user that has been recently deleted. For example, `alice@
158+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
159+ # reverts to `user:`emailid`` and the recovered user retains the role in the
160+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
161+ # (plus unique identifier) representing a service account that has been recently
162+ # deleted. For example, `[email protected] ?uid= 161163 # 123456789012345678901`. If the service account is undeleted, this value
162164 # reverts to `serviceAccount:`emailid`` and the undeleted service account
163165 # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
164166 # An email address (plus unique identifier) representing a Google group that has
165167 # been recently deleted. For example, `[email protected] ?uid= 166168 # 123456789012345678901`. If the group is recovered, this value reverts to `
167- # group:`emailid`` and the recovered group retains the role in the binding. * `
168- # domain:`domain``: The G Suite domain (primary) that represents all the users
169- # of that domain. For example, `google.com` or `example.com`.
169+ # group:`emailid`` and the recovered group retains the role in the binding.
170170 # Corresponds to the JSON property `members`
171171 # @return [Array<String>]
172172 attr_accessor :members
0 commit comments