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 API endpoint `projects.locations.datasets.consentStores.attributeDefinitions.create` is used to create a new Attribute definition within a specified consent store."],["The HTTP request method is `POST`, directed to a URL that uses gRPC Transcoding syntax, with the parent consent store's name as a required parameter in the path."],["The request body must include an instance of `AttributeDefinition`, and the response will also contain a newly created instance of `AttributeDefinition` upon success."],["Creating an Attribute definition requires authorization, which is granted through the `healthcare.attributeDefinitions.create` IAM permission on the parent resource."],["A unique ID for the new Attribute definition must be supplied in the `attributeDefinitionId` query parameter, and must adhere to a specified regex pattern."]]],[]]