@@ -131,22 +131,22 @@ class Binding
131131 # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
132132 # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
133133 # email address that represents a Google group. For example, `[email protected] ` 134- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
135- # identifier) representing a user that has been recently deleted. For example, `
136- # [email protected] ?uid=123456789012345678901`. If the user is recovered, this 137- # value reverts to `user:`emailid`` and the recovered user retains the role in
138- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
139- # address (plus unique identifier) representing a service account that has been
140- # recently deleted. For example, `[email protected] ?uid= 134+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
135+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
136+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
137+ # representing a user that has been recently deleted. For example, `alice@
138+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
139+ # reverts to `user:`emailid`` and the recovered user retains the role in the
140+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
141+ # (plus unique identifier) representing a service account that has been recently
142+ # deleted. For example, `[email protected] ?uid= 141143 # 123456789012345678901`. If the service account is undeleted, this value
142144 # reverts to `serviceAccount:`emailid`` and the undeleted service account
143145 # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
144146 # An email address (plus unique identifier) representing a Google group that has
145147 # been recently deleted. For example, `[email protected] ?uid= 146148 # 123456789012345678901`. If the group is recovered, this value reverts to `
147- # group:`emailid`` and the recovered group retains the role in the binding. * `
148- # domain:`domain``: The G Suite domain (primary) that represents all the users
149- # of that domain. For example, `google.com` or `example.com`.
149+ # group:`emailid`` and the recovered group retains the role in the binding.
150150 # Corresponds to the JSON property `members`
151151 # @return [Array<String>]
152152 attr_accessor :members
0 commit comments