GetFhirServiceResult

data class GetFhirServiceResult(val accessPolicies: List<FhirServiceAccessPolicyEntryResponse>? = null, val acrConfiguration: FhirServiceAcrConfigurationResponse? = null, val authenticationConfiguration: FhirServiceAuthenticationConfigurationResponse? = null, val corsConfiguration: FhirServiceCorsConfigurationResponse? = null, val etag: String? = null, val eventState: String, val exportConfiguration: FhirServiceExportConfigurationResponse? = null, val id: String, val identity: ServiceManagedIdentityResponseIdentity? = null, val implementationGuidesConfiguration: ImplementationGuidesConfigurationResponse? = null, val importConfiguration: FhirServiceImportConfigurationResponse? = null, val kind: String? = null, val location: String? = null, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String, val resourceVersionPolicyConfiguration: ResourceVersionPolicyConfigurationResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The description of Fhir Service

Constructors

Link copied to clipboard
constructor(accessPolicies: List<FhirServiceAccessPolicyEntryResponse>? = null, acrConfiguration: FhirServiceAcrConfigurationResponse? = null, authenticationConfiguration: FhirServiceAuthenticationConfigurationResponse? = null, corsConfiguration: FhirServiceCorsConfigurationResponse? = null, etag: String? = null, eventState: String, exportConfiguration: FhirServiceExportConfigurationResponse? = null, id: String, identity: ServiceManagedIdentityResponseIdentity? = null, implementationGuidesConfiguration: ImplementationGuidesConfigurationResponse? = null, importConfiguration: FhirServiceImportConfigurationResponse? = null, kind: String? = null, location: String? = null, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String, resourceVersionPolicyConfiguration: ResourceVersionPolicyConfigurationResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Fhir Service access policies.

Link copied to clipboard

Fhir Service Azure container registry configuration.

Link copied to clipboard

Fhir Service authentication configuration.

Link copied to clipboard

Fhir Service Cors configuration.

Link copied to clipboard
val etag: String? = null

An etag associated with the resource, used for optimistic concurrency when editing it.

Link copied to clipboard

Fhir Service event support status.

Link copied to clipboard

Fhir Service export configuration.

Link copied to clipboard
val id: String

The resource identifier.

Link copied to clipboard

Setting indicating whether the service has a managed identity associated with it.

Link copied to clipboard

Implementation Guides configuration.

Link copied to clipboard

Fhir Service import configuration.

Link copied to clipboard
val kind: String? = null

The kind of the service.

Link copied to clipboard
val location: String? = null

The resource location.

Link copied to clipboard

The resource name.

Link copied to clipboard

The list of private endpoint connections that are set up for this resource.

Link copied to clipboard

The provisioning state.

Link copied to clipboard

Control permission for data plane traffic coming from public networks while private endpoint is enabled.

Link copied to clipboard

Determines tracking of history for resources.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The resource type.