Method: attributeDefinitions.list

Full name: projects.locations.datasets.consentStores.attributeDefinitions.list

Lists the Attribute definitions in the specified consent store.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the consent store to retrieve Attribute definitions from.

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

  • healthcare.attributeDefinitions.list

Query parameters

Parameters
pageSize

integer

Optional. Limit on the number of Attribute definitions to return in a single response. If not specified, 100 is used. May not be larger than 1000.

pageToken

string

Optional. Token to retrieve the next page of results or empty to get the first page.

filter

string

Optional. Restricts the attributes returned to those matching a filter. The only field available for filtering is category.

For example, filter=category=\"REQUEST\".

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

JSON representation
{
  "attributeDefinitions": [
    {
      object(AttributeDefinition)
    }
  ],
  "nextPageToken": string
}
Fields
attributeDefinitions[]

object(AttributeDefinition)

The returned Attribute definitions. The maximum number of attributes returned is determined by the value of pageSize in the ListAttributeDefinitionsRequest.

nextPageToken

string

Token to retrieve the next page of results, or empty if there are no more results in the list.

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.