1. Packages
  2. Azure Native
  3. API Docs
  4. healthcareapis
  5. getFhirService
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.healthcareapis.getFhirService

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Gets the properties of the specified FHIR Service.

Uses Azure REST API version 2024-03-31.

Other available API versions: 2022-10-01-preview, 2022-12-01, 2023-02-28, 2023-09-06, 2023-11-01, 2023-12-01, 2024-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native healthcareapis [ApiVersion]. See the version guide for details.

Using getFhirService

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getFhirService(args: GetFhirServiceArgs, opts?: InvokeOptions): Promise<GetFhirServiceResult>
function getFhirServiceOutput(args: GetFhirServiceOutputArgs, opts?: InvokeOptions): Output<GetFhirServiceResult>
Copy
def get_fhir_service(fhir_service_name: Optional[str] = None,
                     resource_group_name: Optional[str] = None,
                     workspace_name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetFhirServiceResult
def get_fhir_service_output(fhir_service_name: Optional[pulumi.Input[str]] = None,
                     resource_group_name: Optional[pulumi.Input[str]] = None,
                     workspace_name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetFhirServiceResult]
Copy
func LookupFhirService(ctx *Context, args *LookupFhirServiceArgs, opts ...InvokeOption) (*LookupFhirServiceResult, error)
func LookupFhirServiceOutput(ctx *Context, args *LookupFhirServiceOutputArgs, opts ...InvokeOption) LookupFhirServiceResultOutput
Copy

> Note: This function is named LookupFhirService in the Go SDK.

public static class GetFhirService 
{
    public static Task<GetFhirServiceResult> InvokeAsync(GetFhirServiceArgs args, InvokeOptions? opts = null)
    public static Output<GetFhirServiceResult> Invoke(GetFhirServiceInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetFhirServiceResult> getFhirService(GetFhirServiceArgs args, InvokeOptions options)
public static Output<GetFhirServiceResult> getFhirService(GetFhirServiceArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:healthcareapis:getFhirService
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

FhirServiceName
This property is required.
Changes to this property will trigger replacement.
string
The name of FHIR Service resource.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group that contains the service instance.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of workspace resource.
FhirServiceName
This property is required.
Changes to this property will trigger replacement.
string
The name of FHIR Service resource.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group that contains the service instance.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of workspace resource.
fhirServiceName
This property is required.
Changes to this property will trigger replacement.
String
The name of FHIR Service resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group that contains the service instance.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
The name of workspace resource.
fhirServiceName
This property is required.
Changes to this property will trigger replacement.
string
The name of FHIR Service resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group that contains the service instance.
workspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of workspace resource.
fhir_service_name
This property is required.
Changes to this property will trigger replacement.
str
The name of FHIR Service resource.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group that contains the service instance.
workspace_name
This property is required.
Changes to this property will trigger replacement.
str
The name of workspace resource.
fhirServiceName
This property is required.
Changes to this property will trigger replacement.
String
The name of FHIR Service resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group that contains the service instance.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
The name of workspace resource.

getFhirService Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
EventState string
Fhir Service event support status.
Id string
The resource identifier.
Name string
The resource name.
PrivateEndpointConnections List<Pulumi.AzureNative.HealthcareApis.Outputs.PrivateEndpointConnectionResponse>
The list of private endpoint connections that are set up for this resource.
ProvisioningState string
The provisioning state.
PublicNetworkAccess string
Control permission for data plane traffic coming from public networks while private endpoint is enabled.
SystemData Pulumi.AzureNative.HealthcareApis.Outputs.SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Type string
The resource type.
AcrConfiguration Pulumi.AzureNative.HealthcareApis.Outputs.FhirServiceAcrConfigurationResponse
Fhir Service Azure container registry configuration.
AuthenticationConfiguration Pulumi.AzureNative.HealthcareApis.Outputs.FhirServiceAuthenticationConfigurationResponse
Fhir Service authentication configuration.
CorsConfiguration Pulumi.AzureNative.HealthcareApis.Outputs.FhirServiceCorsConfigurationResponse
Fhir Service Cors configuration.
Encryption Pulumi.AzureNative.HealthcareApis.Outputs.EncryptionResponse
The encryption settings of the FHIR service
Etag string
An etag associated with the resource, used for optimistic concurrency when editing it.
ExportConfiguration Pulumi.AzureNative.HealthcareApis.Outputs.FhirServiceExportConfigurationResponse
Fhir Service export configuration.
Identity Pulumi.AzureNative.HealthcareApis.Outputs.ServiceManagedIdentityResponseIdentity
Setting indicating whether the service has a managed identity associated with it.
ImplementationGuidesConfiguration Pulumi.AzureNative.HealthcareApis.Outputs.ImplementationGuidesConfigurationResponse
Implementation Guides configuration.
ImportConfiguration Pulumi.AzureNative.HealthcareApis.Outputs.FhirServiceImportConfigurationResponse
Fhir Service import configuration.
Kind string
The kind of the service.
Location string
The resource location.
ResourceVersionPolicyConfiguration Pulumi.AzureNative.HealthcareApis.Outputs.ResourceVersionPolicyConfigurationResponse
Determines tracking of history for resources.
Tags Dictionary<string, string>
Resource tags.
AzureApiVersion string
The Azure API version of the resource.
EventState string
Fhir Service event support status.
Id string
The resource identifier.
Name string
The resource name.
PrivateEndpointConnections []PrivateEndpointConnectionResponse
The list of private endpoint connections that are set up for this resource.
ProvisioningState string
The provisioning state.
PublicNetworkAccess string
Control permission for data plane traffic coming from public networks while private endpoint is enabled.
SystemData SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Type string
The resource type.
AcrConfiguration FhirServiceAcrConfigurationResponse
Fhir Service Azure container registry configuration.
AuthenticationConfiguration FhirServiceAuthenticationConfigurationResponse
Fhir Service authentication configuration.
CorsConfiguration FhirServiceCorsConfigurationResponse
Fhir Service Cors configuration.
Encryption EncryptionResponse
The encryption settings of the FHIR service
Etag string
An etag associated with the resource, used for optimistic concurrency when editing it.
ExportConfiguration FhirServiceExportConfigurationResponse
Fhir Service export configuration.
Identity ServiceManagedIdentityResponseIdentity
Setting indicating whether the service has a managed identity associated with it.
ImplementationGuidesConfiguration ImplementationGuidesConfigurationResponse
Implementation Guides configuration.
ImportConfiguration FhirServiceImportConfigurationResponse
Fhir Service import configuration.
Kind string
The kind of the service.
Location string
The resource location.
ResourceVersionPolicyConfiguration ResourceVersionPolicyConfigurationResponse
Determines tracking of history for resources.
Tags map[string]string
Resource tags.
azureApiVersion String
The Azure API version of the resource.
eventState String
Fhir Service event support status.
id String
The resource identifier.
name String
The resource name.
privateEndpointConnections List<PrivateEndpointConnectionResponse>
The list of private endpoint connections that are set up for this resource.
provisioningState String
The provisioning state.
publicNetworkAccess String
Control permission for data plane traffic coming from public networks while private endpoint is enabled.
systemData SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type String
The resource type.
acrConfiguration FhirServiceAcrConfigurationResponse
Fhir Service Azure container registry configuration.
authenticationConfiguration FhirServiceAuthenticationConfigurationResponse
Fhir Service authentication configuration.
corsConfiguration FhirServiceCorsConfigurationResponse
Fhir Service Cors configuration.
encryption EncryptionResponse
The encryption settings of the FHIR service
etag String
An etag associated with the resource, used for optimistic concurrency when editing it.
exportConfiguration FhirServiceExportConfigurationResponse
Fhir Service export configuration.
identity ServiceManagedIdentityResponseIdentity
Setting indicating whether the service has a managed identity associated with it.
implementationGuidesConfiguration ImplementationGuidesConfigurationResponse
Implementation Guides configuration.
importConfiguration FhirServiceImportConfigurationResponse
Fhir Service import configuration.
kind String
The kind of the service.
location String
The resource location.
resourceVersionPolicyConfiguration ResourceVersionPolicyConfigurationResponse
Determines tracking of history for resources.
tags Map<String,String>
Resource tags.
azureApiVersion string
The Azure API version of the resource.
eventState string
Fhir Service event support status.
id string
The resource identifier.
name string
The resource name.
privateEndpointConnections PrivateEndpointConnectionResponse[]
The list of private endpoint connections that are set up for this resource.
provisioningState string
The provisioning state.
publicNetworkAccess string
Control permission for data plane traffic coming from public networks while private endpoint is enabled.
systemData SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type string
The resource type.
acrConfiguration FhirServiceAcrConfigurationResponse
Fhir Service Azure container registry configuration.
authenticationConfiguration FhirServiceAuthenticationConfigurationResponse
Fhir Service authentication configuration.
corsConfiguration FhirServiceCorsConfigurationResponse
Fhir Service Cors configuration.
encryption EncryptionResponse
The encryption settings of the FHIR service
etag string
An etag associated with the resource, used for optimistic concurrency when editing it.
exportConfiguration FhirServiceExportConfigurationResponse
Fhir Service export configuration.
identity ServiceManagedIdentityResponseIdentity
Setting indicating whether the service has a managed identity associated with it.
implementationGuidesConfiguration ImplementationGuidesConfigurationResponse
Implementation Guides configuration.
importConfiguration FhirServiceImportConfigurationResponse
Fhir Service import configuration.
kind string
The kind of the service.
location string
The resource location.
resourceVersionPolicyConfiguration ResourceVersionPolicyConfigurationResponse
Determines tracking of history for resources.
tags {[key: string]: string}
Resource tags.
azure_api_version str
The Azure API version of the resource.
event_state str
Fhir Service event support status.
id str
The resource identifier.
name str
The resource name.
private_endpoint_connections Sequence[PrivateEndpointConnectionResponse]
The list of private endpoint connections that are set up for this resource.
provisioning_state str
The provisioning state.
public_network_access str
Control permission for data plane traffic coming from public networks while private endpoint is enabled.
system_data SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type str
The resource type.
acr_configuration FhirServiceAcrConfigurationResponse
Fhir Service Azure container registry configuration.
authentication_configuration FhirServiceAuthenticationConfigurationResponse
Fhir Service authentication configuration.
cors_configuration FhirServiceCorsConfigurationResponse
Fhir Service Cors configuration.
encryption EncryptionResponse
The encryption settings of the FHIR service
etag str
An etag associated with the resource, used for optimistic concurrency when editing it.
export_configuration FhirServiceExportConfigurationResponse
Fhir Service export configuration.
identity ServiceManagedIdentityResponseIdentity
Setting indicating whether the service has a managed identity associated with it.
implementation_guides_configuration ImplementationGuidesConfigurationResponse
Implementation Guides configuration.
import_configuration FhirServiceImportConfigurationResponse
Fhir Service import configuration.
kind str
The kind of the service.
location str
The resource location.
resource_version_policy_configuration ResourceVersionPolicyConfigurationResponse
Determines tracking of history for resources.
tags Mapping[str, str]
Resource tags.
azureApiVersion String
The Azure API version of the resource.
eventState String
Fhir Service event support status.
id String
The resource identifier.
name String
The resource name.
privateEndpointConnections List<Property Map>
The list of private endpoint connections that are set up for this resource.
provisioningState String
The provisioning state.
publicNetworkAccess String
Control permission for data plane traffic coming from public networks while private endpoint is enabled.
systemData Property Map
Metadata pertaining to creation and last modification of the resource.
type String
The resource type.
acrConfiguration Property Map
Fhir Service Azure container registry configuration.
authenticationConfiguration Property Map
Fhir Service authentication configuration.
corsConfiguration Property Map
Fhir Service Cors configuration.
encryption Property Map
The encryption settings of the FHIR service
etag String
An etag associated with the resource, used for optimistic concurrency when editing it.
exportConfiguration Property Map
Fhir Service export configuration.
identity Property Map
Setting indicating whether the service has a managed identity associated with it.
implementationGuidesConfiguration Property Map
Implementation Guides configuration.
importConfiguration Property Map
Fhir Service import configuration.
kind String
The kind of the service.
location String
The resource location.
resourceVersionPolicyConfiguration Property Map
Determines tracking of history for resources.
tags Map<String>
Resource tags.

Supporting Types

EncryptionResponse

CustomerManagedKeyEncryption EncryptionResponseCustomerManagedKeyEncryption
The encryption settings for the customer-managed key
customerManagedKeyEncryption EncryptionResponseCustomerManagedKeyEncryption
The encryption settings for the customer-managed key
customerManagedKeyEncryption EncryptionResponseCustomerManagedKeyEncryption
The encryption settings for the customer-managed key
customer_managed_key_encryption EncryptionResponseCustomerManagedKeyEncryption
The encryption settings for the customer-managed key
customerManagedKeyEncryption Property Map
The encryption settings for the customer-managed key

EncryptionResponseCustomerManagedKeyEncryption

KeyEncryptionKeyUrl string
The URL of the key to use for encryption
KeyEncryptionKeyUrl string
The URL of the key to use for encryption
keyEncryptionKeyUrl String
The URL of the key to use for encryption
keyEncryptionKeyUrl string
The URL of the key to use for encryption
key_encryption_key_url str
The URL of the key to use for encryption
keyEncryptionKeyUrl String
The URL of the key to use for encryption

FhirServiceAcrConfigurationResponse

LoginServers List<string>
The list of the Azure container registry login servers.
OciArtifacts List<Pulumi.AzureNative.HealthcareApis.Inputs.ServiceOciArtifactEntryResponse>
The list of Open Container Initiative (OCI) artifacts.
LoginServers []string
The list of the Azure container registry login servers.
OciArtifacts []ServiceOciArtifactEntryResponse
The list of Open Container Initiative (OCI) artifacts.
loginServers List<String>
The list of the Azure container registry login servers.
ociArtifacts List<ServiceOciArtifactEntryResponse>
The list of Open Container Initiative (OCI) artifacts.
loginServers string[]
The list of the Azure container registry login servers.
ociArtifacts ServiceOciArtifactEntryResponse[]
The list of Open Container Initiative (OCI) artifacts.
login_servers Sequence[str]
The list of the Azure container registry login servers.
oci_artifacts Sequence[ServiceOciArtifactEntryResponse]
The list of Open Container Initiative (OCI) artifacts.
loginServers List<String>
The list of the Azure container registry login servers.
ociArtifacts List<Property Map>
The list of Open Container Initiative (OCI) artifacts.

FhirServiceAuthenticationConfigurationResponse

Audience string
The audience url for the service
Authority string
The authority url for the service
SmartIdentityProviders List<Pulumi.AzureNative.HealthcareApis.Inputs.SmartIdentityProviderConfigurationResponse>
The array of identity provider configurations for SMART on FHIR authentication.
SmartProxyEnabled bool
If the SMART on FHIR proxy is enabled
Audience string
The audience url for the service
Authority string
The authority url for the service
SmartIdentityProviders []SmartIdentityProviderConfigurationResponse
The array of identity provider configurations for SMART on FHIR authentication.
SmartProxyEnabled bool
If the SMART on FHIR proxy is enabled
audience String
The audience url for the service
authority String
The authority url for the service
smartIdentityProviders List<SmartIdentityProviderConfigurationResponse>
The array of identity provider configurations for SMART on FHIR authentication.
smartProxyEnabled Boolean
If the SMART on FHIR proxy is enabled
audience string
The audience url for the service
authority string
The authority url for the service
smartIdentityProviders SmartIdentityProviderConfigurationResponse[]
The array of identity provider configurations for SMART on FHIR authentication.
smartProxyEnabled boolean
If the SMART on FHIR proxy is enabled
audience str
The audience url for the service
authority str
The authority url for the service
smart_identity_providers Sequence[SmartIdentityProviderConfigurationResponse]
The array of identity provider configurations for SMART on FHIR authentication.
smart_proxy_enabled bool
If the SMART on FHIR proxy is enabled
audience String
The audience url for the service
authority String
The authority url for the service
smartIdentityProviders List<Property Map>
The array of identity provider configurations for SMART on FHIR authentication.
smartProxyEnabled Boolean
If the SMART on FHIR proxy is enabled

FhirServiceCorsConfigurationResponse

AllowCredentials bool
If credentials are allowed via CORS.
Headers List<string>
The headers to be allowed via CORS.
MaxAge int
The max age to be allowed via CORS.
Methods List<string>
The methods to be allowed via CORS.
Origins List<string>
The origins to be allowed via CORS.
AllowCredentials bool
If credentials are allowed via CORS.
Headers []string
The headers to be allowed via CORS.
MaxAge int
The max age to be allowed via CORS.
Methods []string
The methods to be allowed via CORS.
Origins []string
The origins to be allowed via CORS.
allowCredentials Boolean
If credentials are allowed via CORS.
headers List<String>
The headers to be allowed via CORS.
maxAge Integer
The max age to be allowed via CORS.
methods List<String>
The methods to be allowed via CORS.
origins List<String>
The origins to be allowed via CORS.
allowCredentials boolean
If credentials are allowed via CORS.
headers string[]
The headers to be allowed via CORS.
maxAge number
The max age to be allowed via CORS.
methods string[]
The methods to be allowed via CORS.
origins string[]
The origins to be allowed via CORS.
allow_credentials bool
If credentials are allowed via CORS.
headers Sequence[str]
The headers to be allowed via CORS.
max_age int
The max age to be allowed via CORS.
methods Sequence[str]
The methods to be allowed via CORS.
origins Sequence[str]
The origins to be allowed via CORS.
allowCredentials Boolean
If credentials are allowed via CORS.
headers List<String>
The headers to be allowed via CORS.
maxAge Number
The max age to be allowed via CORS.
methods List<String>
The methods to be allowed via CORS.
origins List<String>
The origins to be allowed via CORS.

FhirServiceExportConfigurationResponse

StorageAccountName string
The name of the default export storage account.
StorageAccountName string
The name of the default export storage account.
storageAccountName String
The name of the default export storage account.
storageAccountName string
The name of the default export storage account.
storage_account_name str
The name of the default export storage account.
storageAccountName String
The name of the default export storage account.

FhirServiceImportConfigurationResponse

Enabled bool
If the import operation is enabled.
InitialImportMode bool
If the FHIR service is in InitialImportMode.
IntegrationDataStore string
The name of the default integration storage account.
Enabled bool
If the import operation is enabled.
InitialImportMode bool
If the FHIR service is in InitialImportMode.
IntegrationDataStore string
The name of the default integration storage account.
enabled Boolean
If the import operation is enabled.
initialImportMode Boolean
If the FHIR service is in InitialImportMode.
integrationDataStore String
The name of the default integration storage account.
enabled boolean
If the import operation is enabled.
initialImportMode boolean
If the FHIR service is in InitialImportMode.
integrationDataStore string
The name of the default integration storage account.
enabled bool
If the import operation is enabled.
initial_import_mode bool
If the FHIR service is in InitialImportMode.
integration_data_store str
The name of the default integration storage account.
enabled Boolean
If the import operation is enabled.
initialImportMode Boolean
If the FHIR service is in InitialImportMode.
integrationDataStore String
The name of the default integration storage account.

ImplementationGuidesConfigurationResponse

UsCoreMissingData bool
If US Core Missing Data requirement is enabled.
UsCoreMissingData bool
If US Core Missing Data requirement is enabled.
usCoreMissingData Boolean
If US Core Missing Data requirement is enabled.
usCoreMissingData boolean
If US Core Missing Data requirement is enabled.
us_core_missing_data bool
If US Core Missing Data requirement is enabled.
usCoreMissingData Boolean
If US Core Missing Data requirement is enabled.

PrivateEndpointConnectionResponse

Id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name This property is required. string
The name of the resource
PrivateLinkServiceConnectionState This property is required. Pulumi.AzureNative.HealthcareApis.Inputs.PrivateLinkServiceConnectionStateResponse
A collection of information about the state of the connection between service consumer and provider.
ProvisioningState This property is required. string
The provisioning state of the private endpoint connection resource.
Type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
PrivateEndpoint Pulumi.AzureNative.HealthcareApis.Inputs.PrivateEndpointResponse
The resource of private end point.
Id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name This property is required. string
The name of the resource
PrivateLinkServiceConnectionState This property is required. PrivateLinkServiceConnectionStateResponse
A collection of information about the state of the connection between service consumer and provider.
ProvisioningState This property is required. string
The provisioning state of the private endpoint connection resource.
Type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
PrivateEndpoint PrivateEndpointResponse
The resource of private end point.
id This property is required. String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. String
The name of the resource
privateLinkServiceConnectionState This property is required. PrivateLinkServiceConnectionStateResponse
A collection of information about the state of the connection between service consumer and provider.
provisioningState This property is required. String
The provisioning state of the private endpoint connection resource.
type This property is required. String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
privateEndpoint PrivateEndpointResponse
The resource of private end point.
id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. string
The name of the resource
privateLinkServiceConnectionState This property is required. PrivateLinkServiceConnectionStateResponse
A collection of information about the state of the connection between service consumer and provider.
provisioningState This property is required. string
The provisioning state of the private endpoint connection resource.
type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
privateEndpoint PrivateEndpointResponse
The resource of private end point.
id This property is required. str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. str
The name of the resource
private_link_service_connection_state This property is required. PrivateLinkServiceConnectionStateResponse
A collection of information about the state of the connection between service consumer and provider.
provisioning_state This property is required. str
The provisioning state of the private endpoint connection resource.
type This property is required. str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
private_endpoint PrivateEndpointResponse
The resource of private end point.
id This property is required. String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. String
The name of the resource
privateLinkServiceConnectionState This property is required. Property Map
A collection of information about the state of the connection between service consumer and provider.
provisioningState This property is required. String
The provisioning state of the private endpoint connection resource.
type This property is required. String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
privateEndpoint Property Map
The resource of private end point.

PrivateEndpointResponse

Id This property is required. string
The ARM identifier for Private Endpoint
Id This property is required. string
The ARM identifier for Private Endpoint
id This property is required. String
The ARM identifier for Private Endpoint
id This property is required. string
The ARM identifier for Private Endpoint
id This property is required. str
The ARM identifier for Private Endpoint
id This property is required. String
The ARM identifier for Private Endpoint

PrivateLinkServiceConnectionStateResponse

ActionsRequired string
A message indicating if changes on the service provider require any updates on the consumer.
Description string
The reason for approval/rejection of the connection.
Status string
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
ActionsRequired string
A message indicating if changes on the service provider require any updates on the consumer.
Description string
The reason for approval/rejection of the connection.
Status string
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
actionsRequired String
A message indicating if changes on the service provider require any updates on the consumer.
description String
The reason for approval/rejection of the connection.
status String
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
actionsRequired string
A message indicating if changes on the service provider require any updates on the consumer.
description string
The reason for approval/rejection of the connection.
status string
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
actions_required str
A message indicating if changes on the service provider require any updates on the consumer.
description str
The reason for approval/rejection of the connection.
status str
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
actionsRequired String
A message indicating if changes on the service provider require any updates on the consumer.
description String
The reason for approval/rejection of the connection.
status String
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

ResourceVersionPolicyConfigurationResponse

Default string
The default value for tracking history across all resources.
ResourceTypeOverrides Dictionary<string, string>
A list of FHIR Resources and their version policy overrides.
Default string
The default value for tracking history across all resources.
ResourceTypeOverrides map[string]string
A list of FHIR Resources and their version policy overrides.
default_ String
The default value for tracking history across all resources.
resourceTypeOverrides Map<String,String>
A list of FHIR Resources and their version policy overrides.
default string
The default value for tracking history across all resources.
resourceTypeOverrides {[key: string]: string}
A list of FHIR Resources and their version policy overrides.
default str
The default value for tracking history across all resources.
resource_type_overrides Mapping[str, str]
A list of FHIR Resources and their version policy overrides.
default String
The default value for tracking history across all resources.
resourceTypeOverrides Map<String>
A list of FHIR Resources and their version policy overrides.

ServiceManagedIdentityResponseIdentity

PrincipalId This property is required. string
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
TenantId This property is required. string
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
Type This property is required. string
Type of identity being specified, currently SystemAssigned and None are allowed.
UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.HealthcareApis.Inputs.UserAssignedIdentityResponse>
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
PrincipalId This property is required. string
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
TenantId This property is required. string
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
Type This property is required. string
Type of identity being specified, currently SystemAssigned and None are allowed.
UserAssignedIdentities map[string]UserAssignedIdentityResponse
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
principalId This property is required. String
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
tenantId This property is required. String
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
type This property is required. String
Type of identity being specified, currently SystemAssigned and None are allowed.
userAssignedIdentities Map<String,UserAssignedIdentityResponse>
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
principalId This property is required. string
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
tenantId This property is required. string
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
type This property is required. string
Type of identity being specified, currently SystemAssigned and None are allowed.
userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
principal_id This property is required. str
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
tenant_id This property is required. str
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
type This property is required. str
Type of identity being specified, currently SystemAssigned and None are allowed.
user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
principalId This property is required. String
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
tenantId This property is required. String
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
type This property is required. String
Type of identity being specified, currently SystemAssigned and None are allowed.
userAssignedIdentities Map<Property Map>
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

ServiceOciArtifactEntryResponse

Digest string
The artifact digest.
ImageName string
The artifact name.
LoginServer string
The Azure Container Registry login server.
Digest string
The artifact digest.
ImageName string
The artifact name.
LoginServer string
The Azure Container Registry login server.
digest String
The artifact digest.
imageName String
The artifact name.
loginServer String
The Azure Container Registry login server.
digest string
The artifact digest.
imageName string
The artifact name.
loginServer string
The Azure Container Registry login server.
digest str
The artifact digest.
image_name str
The artifact name.
login_server str
The Azure Container Registry login server.
digest String
The artifact digest.
imageName String
The artifact name.
loginServer String
The Azure Container Registry login server.

SmartIdentityProviderApplicationResponse

AllowedDataActions List<string>
The actions that are permitted to be performed on FHIR resources for the application.
Audience string
The audience that will be used to validate bearer tokens against the given authority.
ClientId string
The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority.
AllowedDataActions []string
The actions that are permitted to be performed on FHIR resources for the application.
Audience string
The audience that will be used to validate bearer tokens against the given authority.
ClientId string
The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority.
allowedDataActions List<String>
The actions that are permitted to be performed on FHIR resources for the application.
audience String
The audience that will be used to validate bearer tokens against the given authority.
clientId String
The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority.
allowedDataActions string[]
The actions that are permitted to be performed on FHIR resources for the application.
audience string
The audience that will be used to validate bearer tokens against the given authority.
clientId string
The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority.
allowed_data_actions Sequence[str]
The actions that are permitted to be performed on FHIR resources for the application.
audience str
The audience that will be used to validate bearer tokens against the given authority.
client_id str
The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority.
allowedDataActions List<String>
The actions that are permitted to be performed on FHIR resources for the application.
audience String
The audience that will be used to validate bearer tokens against the given authority.
clientId String
The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority.

SmartIdentityProviderConfigurationResponse

Applications List<Pulumi.AzureNative.HealthcareApis.Inputs.SmartIdentityProviderApplicationResponse>
The array of identity provider applications for SMART on FHIR authentication.
Authority string
The identity provider token authority also known as the token issuing authority.
Applications []SmartIdentityProviderApplicationResponse
The array of identity provider applications for SMART on FHIR authentication.
Authority string
The identity provider token authority also known as the token issuing authority.
applications List<SmartIdentityProviderApplicationResponse>
The array of identity provider applications for SMART on FHIR authentication.
authority String
The identity provider token authority also known as the token issuing authority.
applications SmartIdentityProviderApplicationResponse[]
The array of identity provider applications for SMART on FHIR authentication.
authority string
The identity provider token authority also known as the token issuing authority.
applications Sequence[SmartIdentityProviderApplicationResponse]
The array of identity provider applications for SMART on FHIR authentication.
authority str
The identity provider token authority also known as the token issuing authority.
applications List<Property Map>
The array of identity provider applications for SMART on FHIR authentication.
authority String
The identity provider token authority also known as the token issuing authority.

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

UserAssignedIdentityResponse

ClientId This property is required. string
The client ID of the assigned identity.
PrincipalId This property is required. string
The principal ID of the assigned identity.
ClientId This property is required. string
The client ID of the assigned identity.
PrincipalId This property is required. string
The principal ID of the assigned identity.
clientId This property is required. String
The client ID of the assigned identity.
principalId This property is required. String
The principal ID of the assigned identity.
clientId This property is required. string
The client ID of the assigned identity.
principalId This property is required. string
The principal ID of the assigned identity.
client_id This property is required. str
The client ID of the assigned identity.
principal_id This property is required. str
The principal ID of the assigned identity.
clientId This property is required. String
The client ID of the assigned identity.
principalId This property is required. String
The principal ID of the assigned identity.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi