Reference documentation and code samples for the Google API Common Protos V1 Client class TestIamPermissionsRequest.
Request message for TestIamPermissions
method.
Generated from protobuf message google.iam.v1.TestIamPermissionsRequest
Namespace
Google \ Cloud \ Iam \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resource |
string
REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. |
↳ permissions |
array
The set of permissions to check for the |
getResource
REQUIRED: The resource for which the policy detail is being requested.
See the operation documentation for the appropriate value for this field.
Returns | |
---|---|
Type | Description |
string |
setResource
REQUIRED: The resource for which the policy detail is being requested.
See the operation documentation for the appropriate value for this field.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPermissions
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPermissions
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.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |