You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: storage/src/http/buckets/mod.rs
+9-30Lines changed: 9 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -408,46 +408,25 @@ pub struct Binding {
408
408
/// Specifies the principals requesting access for a Cloud Platform resource.
409
409
/// `members` can have the following values:
410
410
///
411
-
/// * `allUsers`: A special identifier that represents anyone who is
412
-
/// on the internet; with or without a Google account.
411
+
/// * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account.
413
412
///
414
-
/// * `allAuthenticatedUsers`: A special identifier that represents anyone
415
-
/// who is authenticated with a Google account or a service account.
413
+
/// * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account.
416
414
///
417
-
/// * `user:{emailid}`: An email address that represents a specific Google
418
-
/// account. For example, `alice@example.com` .
415
+
/// * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` .
419
416
///
420
417
///
421
-
/// * `serviceAccount:{emailid}`: An email address that represents a service
422
-
/// account. For example, `my-other-app@appspot.gserviceaccount.com`.
418
+
/// * `serviceAccount:{emailid}`: An email address that represents a service account. For example, `my-other-app@appspot.gserviceaccount.com`.
423
419
///
424
-
/// * `group:{emailid}`: An email address that represents a Google group.
425
-
/// For example, `admins@example.com`.
420
+
/// * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`.
426
421
///
427
-
/// * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique
428
-
/// identifier) representing a user that has been recently deleted. For
429
-
/// example, `alice@example.com?uid=123456789012345678901`. If the user is
430
-
/// recovered, this value reverts to `user:{emailid}` and the recovered user
431
-
/// retains the role in the binding.
422
+
/// * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding.
432
423
///
433
-
/// * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus
434
-
/// unique identifier) representing a service account that has been recently
/// If the service account is undeleted, this value reverts to
438
-
/// `serviceAccount:{emailid}` and the undeleted service account retains the
439
-
/// role in the binding.
424
+
/// * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding.
440
425
///
441
-
/// * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique
442
-
/// identifier) representing a Google group that has been recently
443
-
/// deleted. For example, `admins@example.com?uid=123456789012345678901`. If
444
-
/// the group is recovered, this value reverts to `group:{emailid}` and the
445
-
/// recovered group retains the role in the binding.
426
+
/// * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
446
427
///
447
428
///
448
-
/// * `domain:{domain}`: The G Suite domain (primary) that represents all the
449
-
/// users of that domain. For example, `google.com` or `example.com`.
450
-
///
429
+
/// * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`.
451
430
///
452
431
pubmembers:Vec<String>,
453
432
/// The condition that is associated with this binding.
0 commit comments