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)

Asp
get(string $userKey, int $codeId, array $optParams = [])

Gets information about an ASP issued by a user. (asps.get)

listAsps(string $userKey, array $optParams = [])

Lists the ASPs issued by a user. (asps.listAsps)

Details

delete(string $userKey, int $codeId, array $optParams = [])

Deletes an ASP issued by a user. (asps.delete)

Parameters

string $userKey

Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.

int $codeId

The unique ID of the ASP to be deleted.

array $optParams

Optional parameters.

Exceptions

Exception

Asp get(string $userKey, int $codeId, array $optParams = [])

Gets information about an ASP issued by a user. (asps.get)

Parameters

string $userKey

Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.

int $codeId

The unique ID of the ASP.

array $optParams

Optional parameters.

Return Value

Asp

Exceptions

Exception

Asps listAsps(string $userKey, array $optParams = [])

Lists the ASPs issued by a user. (asps.listAsps)

Parameters

string $userKey

Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.

array $optParams

Optional parameters.

Return Value

Asps

Exceptions

Exception