@@ -405,22 +405,22 @@ class Binding
405405 # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
406406 # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
407407 # email address that represents a Google group. For example, `[email protected] ` 408- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
409- # identifier) representing a user that has been recently deleted. For example, `
410- # [email protected] ?uid=123456789012345678901`. If the user is recovered, this 411- # value reverts to `user:`emailid`` and the recovered user retains the role in
412- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
413- # address (plus unique identifier) representing a service account that has been
414- # recently deleted. For example, `[email protected] ?uid= 408+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
409+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
410+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
411+ # representing a user that has been recently deleted. For example, `alice@
412+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
413+ # reverts to `user:`emailid`` and the recovered user retains the role in the
414+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
415+ # (plus unique identifier) representing a service account that has been recently
416+ # deleted. For example, `[email protected] ?uid= 415417 # 123456789012345678901`. If the service account is undeleted, this value
416418 # reverts to `serviceAccount:`emailid`` and the undeleted service account
417419 # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
418420 # An email address (plus unique identifier) representing a Google group that has
419421 # been recently deleted. For example, `[email protected] ?uid= 420422 # 123456789012345678901`. If the group is recovered, this value reverts to `
421- # group:`emailid`` and the recovered group retains the role in the binding. * `
422- # domain:`domain``: The G Suite domain (primary) that represents all the users
423- # of that domain. For example, `google.com` or `example.com`.
423+ # group:`emailid`` and the recovered group retains the role in the binding.
424424 # Corresponds to the JSON property `members`
425425 # @return [Array<String>]
426426 attr_accessor :members
0 commit comments