Asps
class Asps extends Resource (View source)
The "asps" collection of methods.
Typical usage is:
$adminService = new Google\Service\Directory(...);
$asps = $adminService->asps;
Methods
delete(string $userKey, int $codeId, array $optParams = [])
Deletes an ASP issued by a user. (asps.delete)
get(string $userKey, int $codeId, array $optParams = [])
Gets information about an ASP issued by a user. (asps.get)
Details
delete(string $userKey, int $codeId, array $optParams = [])
Deletes an ASP issued by a user. (asps.delete)
Asp
get(string $userKey, int $codeId, array $optParams = [])
Gets information about an ASP issued by a user. (asps.get)
Asps
listAsps(string $userKey, array $optParams = [])
Lists the ASPs issued by a user. (asps.listAsps)