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. This field is only used by Cloud IAM.

Returns:



48
49
50
51
# File 'proto_docs/google/iam/v1/iam_policy.rb', line 48

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.



48
49
50
51
# File 'proto_docs/google/iam/v1/iam_policy.rb', line 48

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