Full name: projects.locations.datasets.consentStores.attributeDefinitions.create
Creates a new Attribute definition
in the parent consent store
.
HTTP request
POST https://healthcare.googleapis.com/v1/{parent=projects/*/locations/*/datasets/*/consentStores/*}/attributeDefinitions
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the consent store that this Attribute definition belongs to. Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
attributeDefinitionId |
Required. The ID of the Attribute definition to create. The string must match the following regex: |
Request body
The request body contains an instance of AttributeDefinition
.
Response body
If successful, the response body contains a newly created instance of AttributeDefinition
.
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.