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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/spanner/admin/database/v1/doc/google/iam/v1/iam_policy.rb,
lib/google/cloud/spanner/admin/instance/v1/doc/google/iam/v1/iam_policy.rb

Overview

Request message for TestIamPermissions method.

Instance Attribute Summary collapse

Instance Attribute Details

#permissionsArray<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.



54
# File 'lib/google/cloud/spanner/admin/database/v1/doc/google/iam/v1/iam_policy.rb', line 54

class TestIamPermissionsRequest; end

#resourceString

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.



54
# File 'lib/google/cloud/spanner/admin/database/v1/doc/google/iam/v1/iam_policy.rb', line 54

class TestIamPermissionsRequest; end