Class: Google::Iam::V1::TestIamPermissionsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#permissions::Array<::String>

Returns The set of permissions to check for the resource. Permissions with wildcards (such as '' or 'storage.') are not allowed. For more information see IAM Overview.

Returns:

  • (::Array<::String>)

    The set of permissions to check for the resource. Permissions with wildcards (such as '' or 'storage.') are not allowed. For more information see IAM Overview.



64
65
66
67
# File 'proto_docs/google/iam/v1/iam_policy.rb', line 64

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

#resource::String

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

Returns:

  • (::String)

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



64
65
66
67
# File 'proto_docs/google/iam/v1/iam_policy.rb', line 64

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