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.



41
42
43
44
# File 'proto_docs/google/iam/v1/iam_policy.rb', line 41

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.



41
42
43
44
# File 'proto_docs/google/iam/v1/iam_policy.rb', line 41

class SetIamPolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used:

paths: "bindings, etag".

Returns:

  • (::Google::Protobuf::FieldMask)

    OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used:

    paths: "bindings, etag"



41
42
43
44
# File 'proto_docs/google/iam/v1/iam_policy.rb', line 41

class SetIamPolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end