Class: Google::Iam::V1::BindingDelta

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/pubsub/v1/doc/google/iam/v1/policy.rb

Overview

One delta entry for Binding. Each individual change (only one member in each entry) to a binding will be a separate entry.

Instance Attribute Summary collapse

Instance Attribute Details

#actionGoogle::Iam::V1::BindingDelta::Action

Returns The action that was performed on a Binding. Required

Returns:

  • (Google::Iam::V1::BindingDelta::Action)

    The action that was performed on a Binding. Required



124
# File 'lib/google/cloud/pubsub/v1/doc/google/iam/v1/policy.rb', line 124

class BindingDelta; end

#memberString

Returns A single identity requesting access for a Cloud Platform resource. Follows the same format of Binding.members. Required

Returns:

  • (String)

    A single identity requesting access for a Cloud Platform resource. Follows the same format of Binding.members. Required



124
# File 'lib/google/cloud/pubsub/v1/doc/google/iam/v1/policy.rb', line 124

class BindingDelta; end

#roleString

Returns Role that is assigned to +members+. For example, +roles/viewer+, +roles/editor+, or +roles/owner+. Required

Returns:

  • (String)

    Role that is assigned to +members+. For example, +roles/viewer+, +roles/editor+, or +roles/owner+. Required



124
# File 'lib/google/cloud/pubsub/v1/doc/google/iam/v1/policy.rb', line 124

class BindingDelta; end