google_api_storage v0.7.0 GoogleApi.Storage.V1.Model.ObjectAccessControl View Source
An access-control entry.
Attributes
- bucket (String.t): The name of the bucket. Defaults to:
null
. - domain (String.t): The domain associated with the entity, if any. Defaults to:
null
. - email (String.t): The email address associated with the entity, if any. Defaults to:
null
. - entity (String.t): 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. Defaults to:
null
. - entityId (String.t): The ID for the entity, if any. Defaults to:
null
. - etag (String.t): HTTP 1.1 Entity tag for the access-control entry. Defaults to:
null
. - generation (String.t): The content generation of the object, if applied to an object. Defaults to:
null
. - id (String.t): The ID of the access-control entry. Defaults to:
null
. - kind (String.t): The kind of item this is. For object access control entries, this is always storage#objectAccessControl. Defaults to:
null
. - object (String.t): The name of the object, if applied to an object. Defaults to:
null
. - projectTeam (BucketAccessControlProjectTeam): Defaults to:
null
. - role (String.t): The access permission for the entity. Defaults to:
null
. - selfLink (String.t): The link to this access-control entry. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Storage.V1.Model.ObjectAccessControl{
bucket: any(),
domain: any(),
email: any(),
entity: any(),
entityId: any(),
etag: any(),
generation: any(),
id: any(),
kind: any(),
object: any(),
projectTeam: GoogleApi.Storage.V1.Model.BucketAccessControlProjectTeam.t(),
role: any(),
selfLink: any()
}
t() :: %GoogleApi.Storage.V1.Model.ObjectAccessControl{ bucket: any(), domain: any(), email: any(), entity: any(), entityId: any(), etag: any(), generation: any(), id: any(), kind: any(), object: any(), projectTeam: GoogleApi.Storage.V1.Model.BucketAccessControlProjectTeam.t(), role: any(), selfLink: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.