PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/AzureAccount
{
  "description": null,
  "_filename": "StructureDefinition-AzureAccount.json",
  "package_name": "io.health-samurai.core.r4",
  "date": null,
  "derivation": "specialization",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "AzureAccount",
  "abstract": false,
  "type": "AzureAccount",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.2601.0",
  "status": "active",
  "id": "24606c59-afa8-4a84-87b2-efc92112336c",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/AzureAccount",
  "version": "0.2601.0",
  "differential": {
    "element": [ {
      "id": "AzureAccount",
      "max": "*",
      "min": 0,
      "path": "AzureAccount",
      "constraint": [ {
        "key": "azure-account-sas-validation",
        "human": "If sasType is 'userDelegation', then tenantId, clientId, and clientSecret are required. Otherwise, key is required.",
        "severity": "error",
        "expression": "(sasType = 'userDelegation' implies (tenantId.exists() and clientId.exists() and clientSecret.exists())) and ((sasType != 'userDelegation' or sasType.exists().not()) implies key.exists())"
      }, {
        "key": "azure-account-sas-type-enum",
        "human": "sasType must be either 'account' or 'userDelegation' or empty.",
        "severity": "error",
        "expression": "sasType.empty() or sasType = 'account' or sasType = 'userDelegation'"
      } ]
    }, {
      "id": "AzureAccount._source",
      "max": "1",
      "min": 0,
      "path": "AzureAccount._source",
      "type": [ {
        "code": "string"
      } ],
      "short": "System Property. DO NOT USE IT."
    }, {
      "id": "AzureAccount.key",
      "max": "1",
      "min": 0,
      "path": "AzureAccount.key",
      "type": [ {
        "code": "string"
      } ],
      "short": "Azure storage account key for authentication (required for Account SAS)."
    }, {
      "id": "AzureAccount.sasType",
      "max": "1",
      "min": 0,
      "path": "AzureAccount.sasType",
      "type": [ {
        "code": "string"
      } ],
      "short": "SAS type: 'account' (default) or 'userDelegation'. Available since 2508."
    }, {
      "id": "AzureAccount.tenantId",
      "max": "1",
      "min": 0,
      "path": "AzureAccount.tenantId",
      "type": [ {
        "code": "string"
      } ],
      "short": "Azure AD tenant ID (required for User Delegation SAS)."
    }, {
      "id": "AzureAccount.clientId",
      "max": "1",
      "min": 0,
      "path": "AzureAccount.clientId",
      "type": [ {
        "code": "string"
      } ],
      "short": "Azure AD application/client ID (required for User Delegation SAS). Available since 2508."
    }, {
      "id": "AzureAccount.clientSecret",
      "max": "1",
      "min": 0,
      "path": "AzureAccount.clientSecret",
      "type": [ {
        "code": "string"
      } ],
      "short": "Azure AD client secret (required for User Delegation SAS). Available since 2508."
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}