{
"description": "GCP service account credentials used by Aidbox to access Google Cloud services.",
"_filename": "StructureDefinition-GcpServiceAccount.json",
"package_name": "io.health-samurai.core.r5",
"date": null,
"derivation": "specialization",
"publisher": "Health Samurai",
"fhirVersion": "5.0.0",
"name": "GcpServiceAccount",
"abstract": false,
"type": "GcpServiceAccount",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "GCP Service Account",
"package_version": "0.2607.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
"valueString": "Integration.Cloud"
} ],
"status": "active",
"id": "669727a9-726f-434b-bb1b-fc6473bebf65",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/GcpServiceAccount",
"version": "0.2607.0",
"differential": {
"element": [ {
"id": "GcpServiceAccount",
"max": "*",
"min": 0,
"path": "GcpServiceAccount"
}, {
"id": "GcpServiceAccount._source",
"max": "1",
"min": 0,
"path": "GcpServiceAccount._source",
"type": [ {
"code": "string"
} ],
"short": "System Property. DO NOT USE IT."
}, {
"id": "GcpServiceAccount.service-account-email",
"max": "1",
"min": 0,
"path": "GcpServiceAccount.service-account-email",
"type": [ {
"code": "string"
} ],
"short": "Email address of the GCP service account."
}, {
"id": "GcpServiceAccount.private-key",
"max": "1",
"min": 0,
"path": "GcpServiceAccount.private-key",
"type": [ {
"code": "string"
} ],
"short": "Private key for GCP service account authentication."
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}