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)

Parameters

string $profileId

User profile ID associated with this request.

string $id

User role permission ID.

array $optParams

Optional parameters.

Return Value

UserRolePermission

Exceptions

Exception

UserRolePermissionsListResponse listUserRolePermissions(string $profileId, array $optParams = [])

Gets a list of user role permissions, possibly filtered.

(userRolePermissions.listUserRolePermissions)

Parameters

string $profileId

User profile ID associated with this request.

array $optParams

Optional parameters.

Return Value

UserRolePermissionsListResponse

Exceptions

Exception