TestIamPermissionsRequest

Request message for featurestores.testIamPermissions method.

Fields
resource string

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

permissions[] 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 .

JSON representation
 { 
 "resource" 
 : 
 string 
 , 
 "permissions" 
 : 
 [ 
 string 
 ] 
 }