Method: consentArtifacts.create

Full name: projects.locations.datasets.consentStores.consentArtifacts.create

Creates a new Consent artifact in the parent consent store.

HTTP request

POST https://healthcare.googleapis.com/v1/{parent=projects/*/locations/*/datasets/*/consentStores/*}/consentArtifacts

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the consent store this Consent artifact belongs to.

Authorization requires the following IAM permission on the specified resource parent:

  • healthcare.consentArtifacts.create

Request body

The request body contains an instance of ConsentArtifact.

Response body

If successful, the response body contains a newly created instance of ConsentArtifact.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-healthcare
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.