Required. The name of the consent store that this Attribute definition belongs to.
Authorization requires the following IAM permission on the specified resource parent:
healthcare.attributeDefinitions.create
Query parameters
Parameters
attributeDefinitionId
string
Required. The ID of the Attribute definition to create. The string must match the following regex: [_a-zA-Z][_a-zA-Z0-9]{0,255} and must not be a reserved keyword within the Common Expression Language as listed on https://github.com/google/cel-spec/blob/master/doc/langdef.md.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[[["This endpoint `projects.locations.datasets.consentStores.attributeDefinitions.create` is used to create a new Attribute definition within a specified consent store."],["The HTTP request to create an Attribute definition is a `POST` request to a URL that follows gRPC Transcoding syntax, using the parent consent store as a parameter in the URL."],["The request requires `healthcare.attributeDefinitions.create` IAM permission on the parent resource, and it must contain a unique `attributeDefinitionId` that follows a specific regex pattern and is not a reserved keyword in the Common Expression Language."],["The request body must include an `AttributeDefinition` instance, and the successful response will return a newly created `AttributeDefinition` instance."],["Authorization requires either the `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform` OAuth scopes."]]],[]]