Class: Google::Iam::V1::GetIamPolicyRequest

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 GetIamPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#options::Google::Iam::V1::GetPolicyOptions

Returns OPTIONAL: A GetPolicyOptions object for specifying options to GetIamPolicy.

Returns:


55
56
57
58
# File 'proto_docs/google/iam/v1/iam_policy.rb', line 55

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

#resource::String

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

Returns:

  • (::String)

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


55
56
57
58
# File 'proto_docs/google/iam/v1/iam_policy.rb', line 55

class GetIamPolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end
We're moving! Starting in November, 2022, this page will redirect to its new home. Learn more about it in our blog post: Productivity unlocked with new Cloud SDK reference docs.
DISMISS