Struct google_storage1::api::BucketAccessControl[][src]

pub struct BucketAccessControl {
    pub bucket: Option<String>,
    pub domain: Option<String>,
    pub email: Option<String>,
    pub entity: Option<String>,
    pub entity_id: Option<String>,
    pub etag: Option<String>,
    pub id: Option<String>,
    pub kind: Option<String>,
    pub project_team: Option<BucketAccessControlProjectTeam>,
    pub role: Option<String>,
    pub self_link: Option<String>,
}
Expand description

An access-control entry.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

bucket: Option<String>

The name of the bucket.

domain: Option<String>

The domain associated with the entity, if any.

email: Option<String>

The email address associated with the entity, if any.

entity: Option<String>

The entity holding the permission, in one of the following forms:

  • user-userId
  • user-email
  • group-groupId
  • group-email
  • domain-domain
  • project-team-projectId
  • allUsers
  • allAuthenticatedUsers Examples:
  • The user liz@example.com would be user-liz@example.com.
  • The group example@googlegroups.com would be group-example@googlegroups.com.
  • To refer to all members of the Google Apps for Business domain example.com, the entity would be domain-example.com.
entity_id: Option<String>

The ID for the entity, if any.

etag: Option<String>

HTTP 1.1 Entity tag for the access-control entry.

id: Option<String>

The ID of the access-control entry.

kind: Option<String>

The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.

project_team: Option<BucketAccessControlProjectTeam>

The project team associated with the entity, if any.

role: Option<String>

The access permission for the entity.

self_link: Option<String>

The link to this access-control entry.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.