UserRolePermissions
class UserRolePermissions extends Resource (View source)
The "userRolePermissions" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$userRolePermissions = $dfareportingService->userRolePermissions;
Methods
get(string $profileId, string $id, array $optParams = [])
Gets one user role permission by ID. (userRolePermissions.get)
listUserRolePermissions(string $profileId, array $optParams = [])
Gets a list of user role permissions, possibly filtered.
Details
UserRolePermission
get(string $profileId, string $id, array $optParams = [])
Gets one user role permission by ID. (userRolePermissions.get)
UserRolePermissionsListResponse
listUserRolePermissions(string $profileId, array $optParams = [])
Gets a list of user role permissions, possibly filtered.
(userRolePermissions.listUserRolePermissions)