Class: Google::Iam::V1::TestIamPermissionsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/iam/v1/iam_policy.rb

Overview

Response message for TestIamPermissions method.

Instance Attribute Summary collapse

Instance Attribute Details

#permissions::Array<::String>

Returns A subset of TestPermissionsRequest.permissions that the caller is allowed.

Returns:

  • (::Array<::String>)

    A subset of TestPermissionsRequest.permissions that the caller is allowed.



74
75
76
77
# File 'proto_docs/google/iam/v1/iam_policy.rb', line 74

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