This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.healthcareapis.getService
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Get the metadata of a service instance. Azure REST API version: 2023-02-28.
Other available API versions: 2023-09-06, 2023-11-01, 2023-12-01, 2024-03-01, 2024-03-31.
Using getService
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 getService(args: GetServiceArgs, opts?: InvokeOptions): Promise<GetServiceResult>
function getServiceOutput(args: GetServiceOutputArgs, opts?: InvokeOptions): Output<GetServiceResult>def get_service(resource_group_name: Optional[str] = None,
                resource_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetServiceResult
def get_service_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                resource_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetServiceResult]func LookupService(ctx *Context, args *LookupServiceArgs, opts ...InvokeOption) (*LookupServiceResult, error)
func LookupServiceOutput(ctx *Context, args *LookupServiceOutputArgs, opts ...InvokeOption) LookupServiceResultOutput> Note: This function is named LookupService in the Go SDK.
public static class GetService 
{
    public static Task<GetServiceResult> InvokeAsync(GetServiceArgs args, InvokeOptions? opts = null)
    public static Output<GetServiceResult> Invoke(GetServiceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServiceResult> getService(GetServiceArgs args, InvokeOptions options)
public static Output<GetServiceResult> getService(GetServiceArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:healthcareapis:getService
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ResourceGroup stringName 
- The name of the resource group that contains the service instance.
- ResourceName string
- The name of the service instance.
- ResourceGroup stringName 
- The name of the resource group that contains the service instance.
- ResourceName string
- The name of the service instance.
- resourceGroup StringName 
- The name of the resource group that contains the service instance.
- resourceName String
- The name of the service instance.
- resourceGroup stringName 
- The name of the resource group that contains the service instance.
- resourceName string
- The name of the service instance.
- resource_group_ strname 
- The name of the resource group that contains the service instance.
- resource_name str
- The name of the service instance.
- resourceGroup StringName 
- The name of the resource group that contains the service instance.
- resourceName String
- The name of the service instance.
getService Result
The following output properties are available:
- Id string
- The resource identifier.
- Kind string
- The kind of the service.
- Location string
- The resource location.
- Name string
- The resource name.
- Properties
Pulumi.Azure Native. Healthcare Apis. Outputs. Services Properties Response 
- The common properties of a service.
- SystemData Pulumi.Azure Native. Healthcare Apis. Outputs. System Data Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The resource type.
- Etag string
- An etag associated with the resource, used for optimistic concurrency when editing it.
- Identity
Pulumi.Azure Native. Healthcare Apis. Outputs. Services Resource Response Identity 
- Setting indicating whether the service has a managed identity associated with it.
- Dictionary<string, string>
- The resource tags.
- Id string
- The resource identifier.
- Kind string
- The kind of the service.
- Location string
- The resource location.
- Name string
- The resource name.
- Properties
ServicesProperties Response 
- The common properties of a service.
- SystemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The resource type.
- Etag string
- An etag associated with the resource, used for optimistic concurrency when editing it.
- Identity
ServicesResource Response Identity 
- Setting indicating whether the service has a managed identity associated with it.
- map[string]string
- The resource tags.
- id String
- The resource identifier.
- kind String
- The kind of the service.
- location String
- The resource location.
- name String
- The resource name.
- properties
ServicesProperties Response 
- The common properties of a service.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type String
- The resource type.
- etag String
- An etag associated with the resource, used for optimistic concurrency when editing it.
- identity
ServicesResource Response Identity 
- Setting indicating whether the service has a managed identity associated with it.
- Map<String,String>
- The resource tags.
- id string
- The resource identifier.
- kind string
- The kind of the service.
- location string
- The resource location.
- name string
- The resource name.
- properties
ServicesProperties Response 
- The common properties of a service.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type string
- The resource type.
- etag string
- An etag associated with the resource, used for optimistic concurrency when editing it.
- identity
ServicesResource Response Identity 
- Setting indicating whether the service has a managed identity associated with it.
- {[key: string]: string}
- The resource tags.
- id str
- The resource identifier.
- kind str
- The kind of the service.
- location str
- The resource location.
- name str
- The resource name.
- properties
ServicesProperties Response 
- The common properties of a service.
- system_data SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type str
- The resource type.
- etag str
- An etag associated with the resource, used for optimistic concurrency when editing it.
- identity
ServicesResource Response Identity 
- Setting indicating whether the service has a managed identity associated with it.
- Mapping[str, str]
- The resource tags.
- id String
- The resource identifier.
- kind String
- The kind of the service.
- location String
- The resource location.
- name String
- The resource name.
- properties Property Map
- The common properties of a service.
- systemData Property Map
- Metadata pertaining to creation and last modification of the resource.
- type String
- The resource type.
- etag String
- An etag associated with the resource, used for optimistic concurrency when editing it.
- identity Property Map
- Setting indicating whether the service has a managed identity associated with it.
- Map<String>
- The resource tags.
Supporting Types
PrivateEndpointConnectionResponse   
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- PrivateLink Pulumi.Service Connection State Azure Native. Healthcare Apis. Inputs. Private Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- ProvisioningState string
- The provisioning state of the private endpoint connection resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- PrivateEndpoint Pulumi.Azure Native. Healthcare Apis. Inputs. Private Endpoint Response 
- The resource of private end point.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- PrivateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- ProvisioningState string
- The provisioning state of the private endpoint connection resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- PrivateEndpoint PrivateEndpoint Response 
- The resource of private end point.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- privateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- provisioningState String
- The provisioning state of the private endpoint connection resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- privateEndpoint PrivateEndpoint Response 
- The resource of private end point.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- privateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- provisioningState string
- The provisioning state of the private endpoint connection resource.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- privateEndpoint PrivateEndpoint Response 
- The resource of private end point.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- private_link_ Privateservice_ connection_ state Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- provisioning_state str
- The provisioning state of the private endpoint connection resource.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- private_endpoint PrivateEndpoint Response 
- The resource of private end point.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- privateLink Property MapService Connection State 
- A collection of information about the state of the connection between service consumer and provider.
- provisioningState String
- The provisioning state of the private endpoint connection resource.
- type 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 string
- The ARM identifier for Private Endpoint
- Id string
- The ARM identifier for Private Endpoint
- id String
- The ARM identifier for Private Endpoint
- id string
- The ARM identifier for Private Endpoint
- id str
- The ARM identifier for Private Endpoint
- id 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.
ServiceAccessPolicyEntryResponse    
- ObjectId string
- An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.
- ObjectId string
- An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.
- objectId String
- An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.
- objectId string
- An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.
- object_id str
- An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.
- objectId String
- An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.
ServiceAcrConfigurationInfoResponse    
- LoginServers List<string>
- The list of the ACR login servers.
- OciArtifacts List<Pulumi.Azure Native. Healthcare Apis. Inputs. Service Oci Artifact Entry Response> 
- The list of Open Container Initiative (OCI) artifacts.
- LoginServers []string
- The list of the ACR login servers.
- OciArtifacts []ServiceOci Artifact Entry Response 
- The list of Open Container Initiative (OCI) artifacts.
- loginServers List<String>
- The list of the ACR login servers.
- ociArtifacts List<ServiceOci Artifact Entry Response> 
- The list of Open Container Initiative (OCI) artifacts.
- loginServers string[]
- The list of the ACR login servers.
- ociArtifacts ServiceOci Artifact Entry Response[] 
- The list of Open Container Initiative (OCI) artifacts.
- login_servers Sequence[str]
- The list of the ACR login servers.
- oci_artifacts Sequence[ServiceOci Artifact Entry Response] 
- The list of Open Container Initiative (OCI) artifacts.
- loginServers List<String>
- The list of the ACR login servers.
- ociArtifacts List<Property Map>
- The list of Open Container Initiative (OCI) artifacts.
ServiceAuthenticationConfigurationInfoResponse    
- Audience string
- The audience url for the service
- string
- The authority url for the service
- SmartProxy boolEnabled 
- If the SMART on FHIR proxy is enabled
- Audience string
- The audience url for the service
- string
- The authority url for the service
- SmartProxy boolEnabled 
- If the SMART on FHIR proxy is enabled
- audience String
- The audience url for the service
- String
- The authority url for the service
- smartProxy BooleanEnabled 
- If the SMART on FHIR proxy is enabled
- audience string
- The audience url for the service
- string
- The authority url for the service
- smartProxy booleanEnabled 
- If the SMART on FHIR proxy is enabled
- audience str
- The audience url for the service
- str
- The authority url for the service
- smart_proxy_ boolenabled 
- If the SMART on FHIR proxy is enabled
- audience String
- The audience url for the service
- String
- The authority url for the service
- smartProxy BooleanEnabled 
- If the SMART on FHIR proxy is enabled
ServiceCorsConfigurationInfoResponse    
- 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.
ServiceCosmosDbConfigurationInfoResponse     
- CrossTenant stringCmk Application Id 
- The multi-tenant application id used to enable CMK access for services in a data sovereign region.
- KeyVault stringKey Uri 
- The URI of the customer-managed key for the backing database.
- OfferThroughput int
- The provisioned throughput for the backing database.
- CrossTenant stringCmk Application Id 
- The multi-tenant application id used to enable CMK access for services in a data sovereign region.
- KeyVault stringKey Uri 
- The URI of the customer-managed key for the backing database.
- OfferThroughput int
- The provisioned throughput for the backing database.
- crossTenant StringCmk Application Id 
- The multi-tenant application id used to enable CMK access for services in a data sovereign region.
- keyVault StringKey Uri 
- The URI of the customer-managed key for the backing database.
- offerThroughput Integer
- The provisioned throughput for the backing database.
- crossTenant stringCmk Application Id 
- The multi-tenant application id used to enable CMK access for services in a data sovereign region.
- keyVault stringKey Uri 
- The URI of the customer-managed key for the backing database.
- offerThroughput number
- The provisioned throughput for the backing database.
- cross_tenant_ strcmk_ application_ id 
- The multi-tenant application id used to enable CMK access for services in a data sovereign region.
- key_vault_ strkey_ uri 
- The URI of the customer-managed key for the backing database.
- offer_throughput int
- The provisioned throughput for the backing database.
- crossTenant StringCmk Application Id 
- The multi-tenant application id used to enable CMK access for services in a data sovereign region.
- keyVault StringKey Uri 
- The URI of the customer-managed key for the backing database.
- offerThroughput Number
- The provisioned throughput for the backing database.
ServiceExportConfigurationInfoResponse    
- StorageAccount stringName 
- The name of the default export storage account.
- StorageAccount stringName 
- The name of the default export storage account.
- storageAccount StringName 
- The name of the default export storage account.
- storageAccount stringName 
- The name of the default export storage account.
- storage_account_ strname 
- The name of the default export storage account.
- storageAccount StringName 
- The name of the default export storage account.
ServiceImportConfigurationInfoResponse    
- Enabled bool
- If the import operation is enabled.
- InitialImport boolMode 
- If the FHIR service is in InitialImportMode.
- IntegrationData stringStore 
- The name of the default integration storage account.
- Enabled bool
- If the import operation is enabled.
- InitialImport boolMode 
- If the FHIR service is in InitialImportMode.
- IntegrationData stringStore 
- The name of the default integration storage account.
- enabled Boolean
- If the import operation is enabled.
- initialImport BooleanMode 
- If the FHIR service is in InitialImportMode.
- integrationData StringStore 
- The name of the default integration storage account.
- enabled boolean
- If the import operation is enabled.
- initialImport booleanMode 
- If the FHIR service is in InitialImportMode.
- integrationData stringStore 
- The name of the default integration storage account.
- enabled bool
- If the import operation is enabled.
- initial_import_ boolmode 
- If the FHIR service is in InitialImportMode.
- integration_data_ strstore 
- The name of the default integration storage account.
- enabled Boolean
- If the import operation is enabled.
- initialImport BooleanMode 
- If the FHIR service is in InitialImportMode.
- integrationData StringStore 
- The name of the default integration storage account.
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.
ServicesPropertiesResponse  
- ProvisioningState string
- The provisioning state.
- AccessPolicies List<Pulumi.Azure Native. Healthcare Apis. Inputs. Service Access Policy Entry Response> 
- The access policies of the service instance.
- AcrConfiguration Pulumi.Azure Native. Healthcare Apis. Inputs. Service Acr Configuration Info Response 
- The azure container registry settings used for convert data operation of the service instance.
- AuthenticationConfiguration Pulumi.Azure Native. Healthcare Apis. Inputs. Service Authentication Configuration Info Response 
- The authentication configuration for the service instance.
- CorsConfiguration Pulumi.Azure Native. Healthcare Apis. Inputs. Service Cors Configuration Info Response 
- The settings for the CORS configuration of the service instance.
- CosmosDb Pulumi.Configuration Azure Native. Healthcare Apis. Inputs. Service Cosmos Db Configuration Info Response 
- The settings for the Cosmos DB database backing the service.
- ExportConfiguration Pulumi.Azure Native. Healthcare Apis. Inputs. Service Export Configuration Info Response 
- The settings for the export operation of the service instance.
- ImportConfiguration Pulumi.Azure Native. Healthcare Apis. Inputs. Service Import Configuration Info Response 
- The settings for the import operation of the service instance.
- PrivateEndpoint List<Pulumi.Connections Azure Native. Healthcare Apis. Inputs. Private Endpoint Connection Response> 
- The list of private endpoint connections that are set up for this resource.
- PublicNetwork stringAccess 
- Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- ProvisioningState string
- The provisioning state.
- AccessPolicies []ServiceAccess Policy Entry Response 
- The access policies of the service instance.
- AcrConfiguration ServiceAcr Configuration Info Response 
- The azure container registry settings used for convert data operation of the service instance.
- AuthenticationConfiguration ServiceAuthentication Configuration Info Response 
- The authentication configuration for the service instance.
- CorsConfiguration ServiceCors Configuration Info Response 
- The settings for the CORS configuration of the service instance.
- CosmosDb ServiceConfiguration Cosmos Db Configuration Info Response 
- The settings for the Cosmos DB database backing the service.
- ExportConfiguration ServiceExport Configuration Info Response 
- The settings for the export operation of the service instance.
- ImportConfiguration ServiceImport Configuration Info Response 
- The settings for the import operation of the service instance.
- PrivateEndpoint []PrivateConnections Endpoint Connection Response 
- The list of private endpoint connections that are set up for this resource.
- PublicNetwork stringAccess 
- Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- provisioningState String
- The provisioning state.
- accessPolicies List<ServiceAccess Policy Entry Response> 
- The access policies of the service instance.
- acrConfiguration ServiceAcr Configuration Info Response 
- The azure container registry settings used for convert data operation of the service instance.
- authenticationConfiguration ServiceAuthentication Configuration Info Response 
- The authentication configuration for the service instance.
- corsConfiguration ServiceCors Configuration Info Response 
- The settings for the CORS configuration of the service instance.
- cosmosDb ServiceConfiguration Cosmos Db Configuration Info Response 
- The settings for the Cosmos DB database backing the service.
- exportConfiguration ServiceExport Configuration Info Response 
- The settings for the export operation of the service instance.
- importConfiguration ServiceImport Configuration Info Response 
- The settings for the import operation of the service instance.
- privateEndpoint List<PrivateConnections Endpoint Connection Response> 
- The list of private endpoint connections that are set up for this resource.
- publicNetwork StringAccess 
- Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- provisioningState string
- The provisioning state.
- accessPolicies ServiceAccess Policy Entry Response[] 
- The access policies of the service instance.
- acrConfiguration ServiceAcr Configuration Info Response 
- The azure container registry settings used for convert data operation of the service instance.
- authenticationConfiguration ServiceAuthentication Configuration Info Response 
- The authentication configuration for the service instance.
- corsConfiguration ServiceCors Configuration Info Response 
- The settings for the CORS configuration of the service instance.
- cosmosDb ServiceConfiguration Cosmos Db Configuration Info Response 
- The settings for the Cosmos DB database backing the service.
- exportConfiguration ServiceExport Configuration Info Response 
- The settings for the export operation of the service instance.
- importConfiguration ServiceImport Configuration Info Response 
- The settings for the import operation of the service instance.
- privateEndpoint PrivateConnections Endpoint Connection Response[] 
- The list of private endpoint connections that are set up for this resource.
- publicNetwork stringAccess 
- Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- provisioning_state str
- The provisioning state.
- access_policies Sequence[ServiceAccess Policy Entry Response] 
- The access policies of the service instance.
- acr_configuration ServiceAcr Configuration Info Response 
- The azure container registry settings used for convert data operation of the service instance.
- authentication_configuration ServiceAuthentication Configuration Info Response 
- The authentication configuration for the service instance.
- cors_configuration ServiceCors Configuration Info Response 
- The settings for the CORS configuration of the service instance.
- cosmos_db_ Serviceconfiguration Cosmos Db Configuration Info Response 
- The settings for the Cosmos DB database backing the service.
- export_configuration ServiceExport Configuration Info Response 
- The settings for the export operation of the service instance.
- import_configuration ServiceImport Configuration Info Response 
- The settings for the import operation of the service instance.
- private_endpoint_ Sequence[Privateconnections Endpoint Connection Response] 
- The list of private endpoint connections that are set up for this resource.
- public_network_ straccess 
- Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- provisioningState String
- The provisioning state.
- accessPolicies List<Property Map>
- The access policies of the service instance.
- acrConfiguration Property Map
- The azure container registry settings used for convert data operation of the service instance.
- authenticationConfiguration Property Map
- The authentication configuration for the service instance.
- corsConfiguration Property Map
- The settings for the CORS configuration of the service instance.
- cosmosDb Property MapConfiguration 
- The settings for the Cosmos DB database backing the service.
- exportConfiguration Property Map
- The settings for the export operation of the service instance.
- importConfiguration Property Map
- The settings for the import operation of the service instance.
- privateEndpoint List<Property Map>Connections 
- The list of private endpoint connections that are set up for this resource.
- publicNetwork StringAccess 
- Control permission for data plane traffic coming from public networks while private endpoint is enabled.
ServicesResourceResponseIdentity   
- PrincipalId string
- The principal ID of the resource identity.
- TenantId string
- The tenant ID of the resource.
- Type string
- Type of identity being specified, currently SystemAssigned and None are allowed.
- PrincipalId string
- The principal ID of the resource identity.
- TenantId string
- The tenant ID of the resource.
- Type string
- Type of identity being specified, currently SystemAssigned and None are allowed.
- principalId String
- The principal ID of the resource identity.
- tenantId String
- The tenant ID of the resource.
- type String
- Type of identity being specified, currently SystemAssigned and None are allowed.
- principalId string
- The principal ID of the resource identity.
- tenantId string
- The tenant ID of the resource.
- type string
- Type of identity being specified, currently SystemAssigned and None are allowed.
- principal_id str
- The principal ID of the resource identity.
- tenant_id str
- The tenant ID of the resource.
- type str
- Type of identity being specified, currently SystemAssigned and None are allowed.
- principalId String
- The principal ID of the resource identity.
- tenantId String
- The tenant ID of the resource.
- type String
- Type of identity being specified, currently SystemAssigned and None are allowed.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- 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.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- 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_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi