azure-resource-manager-schemas/schemas/2020-03-30/Microsoft.HealthcareApis.json

537 строки
16 KiB
JSON

{
"id": "https://schema.management.azure.com/schemas/2020-03-30/Microsoft.HealthcareApis.json#",
"title": "Microsoft.HealthcareApis",
"description": "Microsoft HealthcareApis Resource Types",
"$schema": "http://json-schema.org/draft-04/schema#",
"resourceDefinitions": {
"services": {
"description": "Microsoft.HealthcareApis/services",
"properties": {
"apiVersion": {
"enum": [
"2020-03-30"
],
"type": "string"
},
"etag": {
"description": "An etag associated with the resource, used for optimistic concurrency when editing it.",
"type": "string"
},
"identity": {
"description": "Setting indicating whether the service has a managed identity associated with it.",
"oneOf": [
{
"$ref": "#/definitions/ServicesResourceIdentity"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"kind": {
"description": "The kind of the service.",
"oneOf": [
{
"enum": [
"fhir",
"fhir-Stu3",
"fhir-R4"
],
"type": "string"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"location": {
"description": "The resource location.",
"type": "string"
},
"name": {
"description": "The name of the service instance.",
"maxLength": 24,
"minLength": 3,
"type": "string"
},
"properties": {
"description": "The common properties of a service.",
"oneOf": [
{
"$ref": "#/definitions/ServicesProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"resources": {
"items": {
"oneOf": [
{
"$ref": "#/definitions/services_privateEndpointConnections_childResource"
}
]
},
"type": "array"
},
"tags": {
"description": "The resource tags.",
"oneOf": [
{
"additionalProperties": {
"type": "string"
},
"properties": {},
"type": "object"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"enum": [
"Microsoft.HealthcareApis/services"
],
"type": "string"
}
},
"required": [
"name",
"properties",
"apiVersion",
"type"
],
"type": "object"
},
"services_privateEndpointConnections": {
"description": "Microsoft.HealthcareApis/services/privateEndpointConnections",
"properties": {
"apiVersion": {
"enum": [
"2020-03-30"
],
"type": "string"
},
"name": {
"description": "The name of the private endpoint connection associated with the Azure resource",
"type": "string"
},
"properties": {
"description": "Resource properties.",
"oneOf": [
{
"$ref": "#/definitions/PrivateEndpointConnectionProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"enum": [
"Microsoft.HealthcareApis/services/privateEndpointConnections"
],
"type": "string"
}
},
"required": [
"name",
"properties",
"apiVersion",
"type"
],
"type": "object"
}
},
"definitions": {
"PrivateEndpoint": {
"description": "The Private Endpoint resource.",
"properties": {},
"type": "object"
},
"PrivateEndpointConnection": {
"description": "The Private Endpoint Connection resource.",
"properties": {
"properties": {
"description": "Resource properties.",
"oneOf": [
{
"$ref": "#/definitions/PrivateEndpointConnectionProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"type": "object"
},
"PrivateEndpointConnectionProperties": {
"description": "Properties of the PrivateEndpointConnectProperties.",
"properties": {
"privateEndpoint": {
"description": "The resource of private end point.",
"oneOf": [
{
"$ref": "#/definitions/PrivateEndpoint"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"privateLinkServiceConnectionState": {
"description": "A collection of information about the state of the connection between service consumer and provider.",
"oneOf": [
{
"$ref": "#/definitions/PrivateLinkServiceConnectionState"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"required": [
"privateLinkServiceConnectionState"
],
"type": "object"
},
"PrivateLinkServiceConnectionState": {
"description": "A collection of information about the state of the connection between service consumer and provider.",
"properties": {
"actionsRequired": {
"description": "A message indicating if changes on the service provider require any updates on the consumer.",
"type": "string"
},
"description": {
"description": "The reason for approval/rejection of the connection.",
"type": "string"
},
"status": {
"description": "Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.",
"oneOf": [
{
"enum": [
"Pending",
"Approved",
"Rejected"
],
"type": "string"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"type": "object"
},
"ServiceAccessPolicyEntry": {
"description": "An access policy entry.",
"properties": {
"objectId": {
"description": "An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.",
"oneOf": [
{
"pattern": "^(([0-9A-Fa-f]{8}[-]?(?:[0-9A-Fa-f]{4}[-]?){3}[0-9A-Fa-f]{12}){1})+$",
"type": "string"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"required": [
"objectId"
],
"type": "object"
},
"ServiceAuthenticationConfigurationInfo": {
"description": "Authentication configuration information",
"properties": {
"audience": {
"description": "The audience url for the service",
"type": "string"
},
"authority": {
"description": "The authority url for the service",
"type": "string"
},
"smartProxyEnabled": {
"description": "If the SMART on FHIR proxy is enabled",
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"type": "object"
},
"ServiceCorsConfigurationInfo": {
"description": "The settings for the CORS configuration of the service instance.",
"properties": {
"allowCredentials": {
"description": "If credentials are allowed via CORS.",
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"headers": {
"description": "The headers to be allowed via CORS.",
"oneOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"maxAge": {
"description": "The max age to be allowed via CORS.",
"oneOf": [
{
"maximum": 99999,
"minimum": 0,
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"methods": {
"description": "The methods to be allowed via CORS.",
"oneOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"origins": {
"description": "The origins to be allowed via CORS.",
"oneOf": [
{
"items": {
"pattern": "^(?:(?:(?:[hH][tT][tT][pP](?:[sS]|))\\:\\/\\/(?:[a-zA-Z0-9-]+[.]?)+(?:\\:[0-9]{1,5})?|[*]))$",
"type": "string"
},
"type": "array"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"type": "object"
},
"ServiceCosmosDbConfigurationInfo": {
"description": "The settings for the Cosmos DB database backing the service.",
"properties": {
"keyVaultKeyUri": {
"description": "The URI of the customer-managed key for the backing database.",
"type": "string"
},
"offerThroughput": {
"description": "The provisioned throughput for the backing database.",
"oneOf": [
{
"minimum": 400,
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"type": "object"
},
"ServiceExportConfigurationInfo": {
"description": "Export operation configuration information",
"properties": {
"storageAccountName": {
"description": "The name of the default export storage account.",
"type": "string"
}
},
"type": "object"
},
"ServicesProperties": {
"description": "The properties of a service instance.",
"properties": {
"accessPolicies": {
"description": "The access policies of the service instance.",
"oneOf": [
{
"items": {
"$ref": "#/definitions/ServiceAccessPolicyEntry"
},
"type": "array"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"authenticationConfiguration": {
"description": "The authentication configuration for the service instance.",
"oneOf": [
{
"$ref": "#/definitions/ServiceAuthenticationConfigurationInfo"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"corsConfiguration": {
"description": "The settings for the CORS configuration of the service instance.",
"oneOf": [
{
"$ref": "#/definitions/ServiceCorsConfigurationInfo"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"cosmosDbConfiguration": {
"description": "The settings for the Cosmos DB database backing the service.",
"oneOf": [
{
"$ref": "#/definitions/ServiceCosmosDbConfigurationInfo"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"exportConfiguration": {
"description": "The settings for the export operation of the service instance.",
"oneOf": [
{
"$ref": "#/definitions/ServiceExportConfigurationInfo"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"privateEndpointConnections": {
"description": "The list of private endpoint connections that are set up for this resource.",
"oneOf": [
{
"items": {
"$ref": "#/definitions/PrivateEndpointConnection"
},
"type": "array"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"publicNetworkAccess": {
"description": "Control permission for data plane traffic coming from public networks while private endpoint is enabled.",
"oneOf": [
{
"enum": [
"Enabled",
"Disabled"
],
"type": "string"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"type": "object"
},
"ServicesResourceIdentity": {
"description": "Setting indicating whether the service has a managed identity associated with it.",
"properties": {
"type": {
"description": "Type of identity being specified, currently SystemAssigned and None are allowed.",
"oneOf": [
{
"enum": [
"SystemAssigned",
"None"
],
"type": "string"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
}
},
"type": "object"
},
"services_privateEndpointConnections_childResource": {
"description": "Microsoft.HealthcareApis/services/privateEndpointConnections",
"properties": {
"apiVersion": {
"enum": [
"2020-03-30"
],
"type": "string"
},
"name": {
"description": "The name of the private endpoint connection associated with the Azure resource",
"type": "string"
},
"properties": {
"description": "Resource properties.",
"oneOf": [
{
"$ref": "#/definitions/PrivateEndpointConnectionProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"type": {
"enum": [
"privateEndpointConnections"
],
"type": "string"
}
},
"required": [
"name",
"properties",
"apiVersion",
"type"
],
"type": "object"
}
}
}