Class ProjectsResource.AppsResource.AppAttestConfigResource
The "appAttestConfig" collection of methods.
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1beta
Assembly: Google.Apis.Firebaseappcheck.v1beta.dll
Syntax
public class ProjectsResource.AppsResource.AppAttestConfigResource
Constructors
AppAttestConfigResource(IClientService)
Constructs a new resource.
Declaration
public AppAttestConfigResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
BatchGet(string)
Atomically gets the AppAttestConfigs for the specified list of apps.
Declaration
public virtual ProjectsResource.AppsResource.AppAttestConfigResource.BatchGetRequest BatchGet(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent project name shared by all AppAttestConfigs being retrieved, in the format
The parent collection in the |
Returns
Type | Description |
---|---|
ProjectsResource.AppsResource.AppAttestConfigResource.BatchGetRequest |
Get(string)
Gets the AppAttestConfig for the specified app.
Declaration
public virtual ProjectsResource.AppsResource.AppAttestConfigResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The relative resource name of the AppAttestConfig, in the format:
|
Returns
Type | Description |
---|---|
ProjectsResource.AppsResource.AppAttestConfigResource.GetRequest |
Patch(GoogleFirebaseAppcheckV1betaAppAttestConfig, string)
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.
Declaration
public virtual ProjectsResource.AppsResource.AppAttestConfigResource.PatchRequest Patch(GoogleFirebaseAppcheckV1betaAppAttestConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleFirebaseAppcheckV1betaAppAttestConfig | body | The body of the request. |
string | name | Required. The relative resource name of the App Attest configuration object, in the format:
|
Returns
Type | Description |
---|---|
ProjectsResource.AppsResource.AppAttestConfigResource.PatchRequest |