Deid Services - Get
Get a DeidService
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}?api-version=2024-09-20
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
deid
|
path | True |
string pattern: ^[a-zA-Z0-9-]{3,24}$ |
The name of the deid service |
resource
|
path | True |
string minLength: 1maxLength: 90 |
The name of the resource group. The name is case insensitive. |
subscription
|
path | True |
string (uuid) |
The ID of the target subscription. The value must be an UUID. |
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Azure operation completed successfully. |
|
Other Status Codes |
An unexpected error response. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
DeidServices_Get - generated by [MaximumSet] rule. [stable]
Sample request
Sample response
{
"properties": {
"provisioningState": "Succeeded",
"publicNetworkAccess": "Enabled",
"privateEndpointConnections": [
{
"properties": {
"privateEndpoint": {
"id": "gpnxxbbtsysdhhclm"
},
"privateLinkServiceConnectionState": {
"status": "Pending",
"actionsRequired": "ulb",
"description": "ddxuoved"
},
"groupIds": [
"xbdyjqg"
],
"provisioningState": "Succeeded"
},
"id": "/subscriptions/F21BB31B-C214-42C0-ACF0-DACCA05D3011/resourceGroups/rgopenapi/providers/Microsoft.HealthDataAIServices/deidServices/nlrthrxaukih/privateEndpointConnections/mdwvqjtwcjcvrh",
"name": "mdwvqjtwcjcvrh",
"type": "bzxabjlpbwreez",
"systemData": {
"createdBy": "p",
"createdByType": "User",
"createdAt": "2024-04-13T19:47:24.985Z",
"lastModifiedBy": "pmbozfvwrblbknedeb",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-04-13T19:47:24.986Z"
}
}
],
"serviceUrl": "woponotsxaippkvhwmibffywnqcfru"
},
"identity": {
"type": "None",
"userAssignedIdentities": {},
"principalId": "a82361f4-5320-4a26-8d1b-45832d2164dd",
"tenantId": "53a6a686-ae15-4a1d-badf-3e7947918893"
},
"tags": {},
"location": "qwyhvdwcsjulggagdqxlmazcl",
"id": "/subscriptions/F21BB31B-C214-42C0-ACF0-DACCA05D3011/resourceGroups/rgopenapi/providers/Microsoft.HealthDataAIServices/deidServices/nlrthrxaukih",
"name": "nlrthrxaukih",
"type": "slyfiibvwlhfdpzjynsywhbfauexk",
"systemData": {
"createdBy": "p",
"createdByType": "User",
"createdAt": "2024-04-13T19:47:24.985Z",
"lastModifiedBy": "pmbozfvwrblbknedeb",
"lastModifiedByType": "User",
"lastModifiedAt": "2024-04-13T19:47:24.986Z"
}
}
Definitions
Name | Description |
---|---|
created |
The type of identity that created the resource. |
Deid |
A HealthDataAIServicesProviderHub resource |
Deid |
Details of the HealthDataAIServices DeidService. |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
Managed |
Managed service identity (system assigned and/or user assigned identities) |
Managed |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). |
Private |
The private endpoint resource. |
Private |
The private endpoint connection resource. |
Private |
The current provisioning state. |
Private |
The private endpoint connection status. |
Private |
A collection of information about the state of the connection between service consumer and provider. |
Provisioning |
The status of the current operation. |
Public |
State of the public network access. |
system |
Metadata pertaining to creation and last modification of the resource. |
User |
User assigned identity properties |
createdByType
The type of identity that created the resource.
Value | Description |
---|---|
User | |
Application | |
ManagedIdentity | |
Key |
DeidService
A HealthDataAIServicesProviderHub resource
Name | Type | Description |
---|---|---|
id |
string (arm-id) |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
identity |
The managed service identities assigned to this resource. |
|
location |
string |
The geo-location where the resource lives |
name |
string |
The name of the resource |
properties |
The resource-specific properties for this resource. |
|
systemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
|
tags |
object |
Resource tags. |
type |
string |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
DeidServiceProperties
Details of the HealthDataAIServices DeidService.
Name | Type | Description |
---|---|---|
privateEndpointConnections |
List of private endpoint connections. |
|
provisioningState |
The status of the last operation. |
|
publicNetworkAccess |
Gets or sets allow or disallow public network access to resource |
|
serviceUrl |
string |
Deid service url. |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |
ManagedServiceIdentity
Managed service identity (system assigned and/or user assigned identities)
Name | Type | Description |
---|---|---|
principalId |
string (uuid) |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
tenantId |
string (uuid) |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
type |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). |
|
userAssignedIdentities |
<string,
User |
User-Assigned Identities |
ManagedServiceIdentityType
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
Value | Description |
---|---|
None | |
SystemAssigned | |
UserAssigned | |
SystemAssigned,UserAssigned |
PrivateEndpoint
The private endpoint resource.
Name | Type | Description |
---|---|---|
id |
string |
The ARM identifier for private endpoint. |
PrivateEndpointConnection
The private endpoint connection resource.
Name | Type | Description |
---|---|---|
id |
string (arm-id) |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
name |
string |
The name of the resource |
properties.groupIds |
string[] |
The group ids for the private endpoint resource. |
properties.privateEndpoint |
The private endpoint resource. |
|
properties.privateLinkServiceConnectionState |
A collection of information about the state of the connection between service consumer and provider. |
|
properties.provisioningState |
The provisioning state of the private endpoint connection resource. |
|
systemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
|
type |
string |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
PrivateEndpointConnectionProvisioningState
The current provisioning state.
Value | Description |
---|---|
Succeeded | |
Creating | |
Deleting | |
Failed |
PrivateEndpointServiceConnectionStatus
The private endpoint connection status.
Value | Description |
---|---|
Pending | |
Approved | |
Rejected |
PrivateLinkServiceConnectionState
A collection of information about the state of the connection between service consumer and provider.
Name | Type | Description |
---|---|---|
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 |
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. |
ProvisioningState
The status of the current operation.
Value | Description |
---|---|
Succeeded |
Resource has been created. |
Failed |
Resource creation failed. |
Canceled |
Resource creation was canceled. |
Provisioning |
The resource is being provisioned. |
Updating |
The resource is being updated. |
Deleting |
The resource is being deleted. |
Accepted |
The resource provisioning request has been accepted. |
PublicNetworkAccess
State of the public network access.
Value | Description |
---|---|
Enabled |
The public network access is enabled |
Disabled |
The public network access is disabled |
systemData
Metadata pertaining to creation and last modification of the resource.
Name | Type | Description |
---|---|---|
createdAt |
string (date-time) |
The timestamp of resource creation (UTC). |
createdBy |
string |
The identity that created the resource. |
createdByType |
The type of identity that created the resource. |
|
lastModifiedAt |
string (date-time) |
The timestamp of resource last modification (UTC) |
lastModifiedBy |
string |
The identity that last modified the resource. |
lastModifiedByType |
The type of identity that last modified the resource. |
UserAssignedIdentity
User assigned identity properties
Name | Type | Description |
---|---|---|
clientId |
string (uuid) |
The client ID of the assigned identity. |
principalId |
string (uuid) |
The principal ID of the assigned identity. |