class ProjectsAppsAppAttestConfig extends Resource (View source)

The "appAttestConfig" collection of methods.

Typical usage is:

 $firebaseappcheckService = new Google\Service\Firebaseappcheck(...);
 $appAttestConfig = $firebaseappcheckService->projects_apps_appAttestConfig;

Methods

batchGet(string $parent, array $optParams = [])

Atomically gets the AppAttestConfigs for the specified list of apps.

get(string $name, array $optParams = [])

Gets the AppAttestConfig for the specified app. (appAttestConfig.get)

patch(string $name, GoogleFirebaseAppcheckV1AppAttestConfig $postBody, array $optParams = [])

Updates the AppAttestConfig for the specified app. While this configuration is incomplete or invalid, the app will be unable to exchange AppAttest tokens for App Check tokens. (appAttestConfig.patch)

Details

GoogleFirebaseAppcheckV1BatchGetAppAttestConfigsResponse batchGet(string $parent, array $optParams = [])

Atomically gets the AppAttestConfigs for the specified list of apps.

(appAttestConfig.batchGet)

Parameters

string $parent

Required. The parent project name shared by all AppAttestConfigs being retrieved, in the format projects/{project_number} The parent collection in the name field of any resource being retrieved must match this field, or the entire batch fails.

array $optParams

Optional parameters.

Return Value

GoogleFirebaseAppcheckV1BatchGetAppAttestConfigsResponse

Exceptions

Exception

GoogleFirebaseAppcheckV1AppAttestConfig get(string $name, array $optParams = [])

Gets the AppAttestConfig for the specified app. (appAttestConfig.get)

Parameters

string $name

Required. The relative resource name of the AppAttestConfig, in the format: projects/{project_number}/apps/{app_id}/appAttestConfig

array $optParams

Optional parameters.

Return Value

GoogleFirebaseAppcheckV1AppAttestConfig

Exceptions

Exception

GoogleFirebaseAppcheckV1AppAttestConfig patch(string $name, GoogleFirebaseAppcheckV1AppAttestConfig $postBody, array $optParams = [])

Updates the AppAttestConfig for the specified app. While this configuration is incomplete or invalid, the app will be unable to exchange AppAttest tokens for App Check tokens. (appAttestConfig.patch)

Parameters

string $name

Required. The relative resource name of the App Attest configuration object, in the format: projects/{project_number}/apps/{app_id}/appAttestConfig

GoogleFirebaseAppcheckV1AppAttestConfig $postBody
array $optParams

Optional parameters.

Return Value

GoogleFirebaseAppcheckV1AppAttestConfig

Exceptions

Exception