Class: Google::Iam::V1::SetIamPolicyRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#policy::Google::Iam::V1::Policy

Returns REQUIRED: The complete policy to be applied to the resource. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud Platform services (such as Projects) might reject them.

Returns:

  • (::Google::Iam::V1::Policy)

    REQUIRED: The complete policy to be applied to the resource. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud Platform services (such as Projects) might reject them.



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

Returns REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.

Returns:

  • (::String)

    REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.



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