SetIamPolicyRequest
class SetIamPolicyRequest extends Message
Request message for SetIamPolicy
method.
Protobuf type Google\Iam\V1\SetIamPolicyRequest
Methods
No description
REQUIRED: The resource for which the policy is being specified.
REQUIRED: The resource for which the policy is being specified.
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.
Details
at line 36
__construct()
at line 49
string
getResource()
REQUIRED: The resource for which the policy is being specified.
resource
is usually specified as a path. For example, a Project
resource is specified as projects/{project}
.
Generated from protobuf field string resource = 1;
at line 62
setResource(string $var)
REQUIRED: The resource for which the policy is being specified.
resource
is usually specified as a path. For example, a Project
resource is specified as projects/{project}
.
Generated from protobuf field string resource = 1;
at line 77
Policy
getPolicy()
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.
Generated from protobuf field .google.iam.v1.Policy policy = 2;
at line 91
setPolicy(Policy $var)
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.
Generated from protobuf field .google.iam.v1.Policy policy = 2;