GoogleApi.Storage.V1.Model.TestIamPermissionsResponse (google_api_storage v0.29.0) View Source

A storage.(buckets|objects).testIamPermissions response.

Attributes

  • kind (type: String.t, default: storage#testIamPermissionsResponse) - The kind of item this is.
  • permissions (type: list(String.t), default: nil) - The permissions held by the caller. Permissions are always of the format storage.resource.capability, where resource is one of buckets or objects. The supported permissions are as follows:
    • storage.buckets.delete — Delete bucket.
    • storage.buckets.get — Read bucket metadata.
    • storage.buckets.getIamPolicy — Read bucket IAM policy.
    • storage.buckets.create — Create bucket.
    • storage.buckets.list — List buckets.
    • storage.buckets.setIamPolicy — Update bucket IAM policy.
    • storage.buckets.update — Update bucket metadata.
    • storage.objects.delete — Delete object.
    • storage.objects.get — Read object data and metadata.
    • storage.objects.getIamPolicy — Read object IAM policy.
    • storage.objects.create — Create object.
    • storage.objects.list — List objects.
    • storage.objects.setIamPolicy — Update object IAM policy.
    • storage.objects.update — Update object metadata.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Storage.V1.Model.TestIamPermissionsResponse{
  kind: String.t() | nil,
  permissions: [String.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.