You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/gcp_service_account.md
+10-33Lines changed: 10 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,51 +7,28 @@ description: |-
7
7
---
8
8
9
9
# aidbox_gcp_service_account (Resource)
10
-
The `GcpServiceAccount` resource is a proprietary, custom resource used by Aidbox. It stores the email address of a Google Cloud Platform service account, allowing Aidbox to impersonate that account using workload identity.
11
10
12
-
This resource is most commonly referenced by other resources, such as `aidbox_sdc_config`, to grant Aidbox access to GCP services like Google Cloud Storage buckets.
11
+
Aidbox GcpServiceAccount is a proprietary custom resource used to store Google Cloud Platform service account credentials for workload identity.
FHIR R4 StructureDefinition https://hl7.org/fhir/R4/structuredefinition.html Provides limited support to specify custom StructureDefinitions, that express customized rules extending the core FHIR spec, and get evaluated only if the caller specifies the SD's url in the request's meta.profile
FHIR R4 StructureDefinitionhttps://hl7.org/fhir/R4/structuredefinition.html Provides limited support to specify custom StructureDefinitions, that express customized rules extending the core FHIR spec, and get evaluated only if the caller specifies the SD's url in the request's meta.profile
A specialization of StructureDefinition which allows you to override the default version of StructureDefinitions that are specified inside the core FHIR IG used on the server. This means default rules of resources can be changed without having the client specify a meta.profile in their request.
7
+
---
8
+
9
+
# aidbox_structure_definition_override (Resource)
10
+
11
+
A specialization of StructureDefinition which allows you to override the default version of StructureDefinitions that are specified inside the core FHIR IG used on the server. This means default rules of resources can be changed without having the client specify a meta.profile in their request.
12
+
13
+
14
+
15
+
<!-- schema generated by tfplugindocs -->
16
+
## Schema
17
+
18
+
### Required
19
+
20
+
-`structure_definition_override` (String, Sensitive) A customized StructureDefinition, based on the original one from the core FHIR spec
21
+
-`url` (String) Canonical URL that's unique to this StructureDefinition
22
+
23
+
### Read-Only
24
+
25
+
-`id` (String) The ID of this resource.
26
+
-`original_structure_definition` (String, Sensitive) Backup of the original StructureDefinition, which will be restored upon deleting the override
0 commit comments