Class: Google::Cloud::Compute::V1::Binding
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::Binding
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Associates members, or principals, with a role.
Instance Attribute Summary collapse
-
#binding_id ⇒ ::String
This is deprecated and has no effect.
-
#condition ⇒ ::Google::Cloud::Compute::V1::Expr
The condition that is associated with this binding.
-
#members ⇒ ::Array<::String>
Specifies the principals requesting access for a Cloud Platform resource.
-
#role ⇒ ::String
Role that is assigned to the list of
members, or principals.
Instance Attribute Details
#binding_id ⇒ ::String
3438 3439 3440 3441 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3438 class Binding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#condition ⇒ ::Google::Cloud::Compute::V1::Expr
3438 3439 3440 3441 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3438 class Binding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |