Class: Google::Iam::V1::SetIamPolicyRequest
- Inherits:
-
Object
- Object
- Google::Iam::V1::SetIamPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v1/iam_policy.rb
Overview
Request message for SetIamPolicy method.
Instance Attribute Summary collapse
-
#policy ⇒ ::Google::Iam::V1::Policy
REQUIRED: The complete policy to be applied to the
resource. -
#resource ⇒ ::String
REQUIRED: The resource for which the policy is being specified.
Instance Attribute Details
#policy ⇒ ::Google::Iam::V1::Policy
34 35 36 37 |
# File 'proto_docs/google/iam/v1/iam_policy.rb', line 34 class SetIamPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource ⇒ ::String
34 35 36 37 |
# File 'proto_docs/google/iam/v1/iam_policy.rb', line 34 class SetIamPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |