Class: Google::Iam::V1::SetIamPolicyRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/tasks/v2/doc/google/iam/v1/iam_policy.rb,
lib/google/cloud/tasks/v2beta2/doc/google/iam/v1/iam_policy.rb,
lib/google/cloud/tasks/v2beta3/doc/google/iam/v1/iam_policy.rb

Overview

Request message for SetIamPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#policyGoogle::Iam::V1::Policy

Returns REQUIRED: The complete policy to be applied to the resource. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud Platform services (such as Projects) might reject them.

Returns:

  • (Google::Iam::V1::Policy)

    REQUIRED: The complete policy to be applied to the resource. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud Platform services (such as Projects) might reject them.



30
# File 'lib/google/cloud/tasks/v2/doc/google/iam/v1/iam_policy.rb', line 30

class SetIamPolicyRequest; end

#resourceString

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

Returns:

  • (String)

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



30
# File 'lib/google/cloud/tasks/v2/doc/google/iam/v1/iam_policy.rb', line 30

class SetIamPolicyRequest; end