These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.healthcareapis.getDicomService
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets the properties of the specified DICOM Service. API Version: 2022-05-15.
Using getDicomService
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 getDicomService(args: GetDicomServiceArgs, opts?: InvokeOptions): Promise<GetDicomServiceResult>
function getDicomServiceOutput(args: GetDicomServiceOutputArgs, opts?: InvokeOptions): Output<GetDicomServiceResult>
def get_dicom_service(dicom_service_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDicomServiceResult
def get_dicom_service_output(dicom_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[GetDicomServiceResult]
func LookupDicomService(ctx *Context, args *LookupDicomServiceArgs, opts ...InvokeOption) (*LookupDicomServiceResult, error)
func LookupDicomServiceOutput(ctx *Context, args *LookupDicomServiceOutputArgs, opts ...InvokeOption) LookupDicomServiceResultOutput
> Note: This function is named LookupDicomService
in the Go SDK.
public static class GetDicomService
{
public static Task<GetDicomServiceResult> InvokeAsync(GetDicomServiceArgs args, InvokeOptions? opts = null)
public static Output<GetDicomServiceResult> Invoke(GetDicomServiceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDicomServiceResult> getDicomService(GetDicomServiceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:healthcareapis:getDicomService
arguments:
# arguments dictionary
The following arguments are supported:
- Dicom
Service stringName - The name of DICOM Service resource.
- Resource
Group stringName - The name of the resource group that contains the service instance.
- Workspace
Name string - The name of workspace resource.
- Dicom
Service stringName - The name of DICOM Service resource.
- Resource
Group stringName - The name of the resource group that contains the service instance.
- Workspace
Name string - The name of workspace resource.
- dicom
Service StringName - The name of DICOM Service resource.
- resource
Group StringName - The name of the resource group that contains the service instance.
- workspace
Name String - The name of workspace resource.
- dicom
Service stringName - The name of DICOM Service resource.
- resource
Group stringName - The name of the resource group that contains the service instance.
- workspace
Name string - The name of workspace resource.
- dicom_
service_ strname - The name of DICOM Service resource.
- resource_
group_ strname - The name of the resource group that contains the service instance.
- workspace_
name str - The name of workspace resource.
- dicom
Service StringName - The name of DICOM Service resource.
- resource
Group StringName - The name of the resource group that contains the service instance.
- workspace
Name String - The name of workspace resource.
getDicomService Result
The following output properties are available:
- Id string
- The resource identifier.
- Name string
- The resource name.
- Private
Endpoint List<Pulumi.Connections Azure Native. Healthcare Apis. Outputs. Private Endpoint Connection Response> - The list of private endpoint connections that are set up for this resource.
- Provisioning
State string - The provisioning state.
- Public
Network stringAccess - Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- Service
Url string - The url of the Dicom Services.
- System
Data Pulumi.Azure Native. Healthcare Apis. Outputs. System Data Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- The resource type.
- Authentication
Configuration Pulumi.Azure Native. Healthcare Apis. Outputs. Dicom Service Authentication Configuration Response - Dicom Service authentication configuration.
- Cors
Configuration Pulumi.Azure Native. Healthcare Apis. Outputs. Cors Configuration Response - Dicom Service Cors configuration.
- Etag string
- An etag associated with the resource, used for optimistic concurrency when editing it.
- Identity
Pulumi.
Azure Native. Healthcare Apis. Outputs. Service Managed Identity Response Identity - Setting indicating whether the service has a managed identity associated with it.
- Location string
- The resource location.
- Dictionary<string, string>
- Resource tags.
- Id string
- The resource identifier.
- Name string
- The resource name.
- Private
Endpoint []PrivateConnections Endpoint Connection Response - The list of private endpoint connections that are set up for this resource.
- Provisioning
State string - The provisioning state.
- Public
Network stringAccess - Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- Service
Url string - The url of the Dicom Services.
- System
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- Type string
- The resource type.
- Authentication
Configuration DicomService Authentication Configuration Response - Dicom Service authentication configuration.
- Cors
Configuration CorsConfiguration Response - Dicom Service Cors configuration.
- Etag string
- An etag associated with the resource, used for optimistic concurrency when editing it.
- Identity
Service
Managed Identity Response Identity - Setting indicating whether the service has a managed identity associated with it.
- Location string
- The resource location.
- map[string]string
- Resource tags.
- id String
- The resource identifier.
- name String
- The resource name.
- private
Endpoint List<PrivateConnections Endpoint Connection Response> - The list of private endpoint connections that are set up for this resource.
- provisioning
State String - The provisioning state.
- public
Network StringAccess - Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- service
Url String - The url of the Dicom Services.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type String
- The resource type.
- authentication
Configuration DicomService Authentication Configuration Response - Dicom Service authentication configuration.
- cors
Configuration CorsConfiguration Response - Dicom Service Cors configuration.
- etag String
- An etag associated with the resource, used for optimistic concurrency when editing it.
- identity
Service
Managed Identity Response Identity - Setting indicating whether the service has a managed identity associated with it.
- location String
- The resource location.
- Map<String,String>
- Resource tags.
- id string
- The resource identifier.
- name string
- The resource name.
- private
Endpoint PrivateConnections Endpoint Connection Response[] - The list of private endpoint connections that are set up for this resource.
- provisioning
State string - The provisioning state.
- public
Network stringAccess - Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- service
Url string - The url of the Dicom Services.
- system
Data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type string
- The resource type.
- authentication
Configuration DicomService Authentication Configuration Response - Dicom Service authentication configuration.
- cors
Configuration CorsConfiguration Response - Dicom Service Cors configuration.
- etag string
- An etag associated with the resource, used for optimistic concurrency when editing it.
- identity
Service
Managed Identity Response Identity - Setting indicating whether the service has a managed identity associated with it.
- location string
- The resource location.
- {[key: string]: string}
- Resource tags.
- id str
- The resource identifier.
- name str
- The resource name.
- private_
endpoint_ Sequence[Privateconnections Endpoint Connection Response] - The list of private endpoint connections that are set up for this resource.
- provisioning_
state str - The provisioning state.
- public_
network_ straccess - Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- service_
url str - The url of the Dicom Services.
- system_
data SystemData Response - Metadata pertaining to creation and last modification of the resource.
- type str
- The resource type.
- authentication_
configuration DicomService Authentication Configuration Response - Dicom Service authentication configuration.
- cors_
configuration CorsConfiguration Response - Dicom Service Cors configuration.
- etag str
- An etag associated with the resource, used for optimistic concurrency when editing it.
- identity
Service
Managed Identity Response Identity - Setting indicating whether the service has a managed identity associated with it.
- location str
- The resource location.
- Mapping[str, str]
- Resource tags.
- id String
- The resource identifier.
- name String
- The resource name.
- private
Endpoint List<Property Map>Connections - The list of private endpoint connections that are set up for this resource.
- provisioning
State String - The provisioning state.
- public
Network StringAccess - Control permission for data plane traffic coming from public networks while private endpoint is enabled.
- service
Url String - The url of the Dicom Services.
- system
Data Property Map - Metadata pertaining to creation and last modification of the resource.
- type String
- The resource type.
- authentication
Configuration Property Map - Dicom Service authentication configuration.
- cors
Configuration Property Map - Dicom Service Cors configuration.
- 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.
- location String
- The resource location.
- Map<String>
- Resource tags.
Supporting Types
CorsConfigurationResponse
- Allow
Credentials bool - If credentials are allowed via CORS.
- Headers List<string>
- The headers to be allowed via CORS.
- Max
Age 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.
- Allow
Credentials bool - If credentials are allowed via CORS.
- Headers []string
- The headers to be allowed via CORS.
- Max
Age 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.
- allow
Credentials Boolean - If credentials are allowed via CORS.
- headers List<String>
- The headers to be allowed via CORS.
- max
Age 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.
- allow
Credentials boolean - If credentials are allowed via CORS.
- headers string[]
- The headers to be allowed via CORS.
- max
Age 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.
- allow
Credentials Boolean - If credentials are allowed via CORS.
- headers List<String>
- The headers to be allowed via CORS.
- max
Age 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.
DicomServiceAuthenticationConfigurationResponse
- Audiences List<string>
- The audiences for the service
- string
- The authority url for the service
- Audiences []string
- The audiences for the service
- string
- The authority url for the service
- audiences List<String>
- The audiences for the service
- String
- The authority url for the service
- audiences string[]
- The audiences for the service
- string
- The authority url for the service
- audiences Sequence[str]
- The audiences for the service
- str
- The authority url for the service
- audiences List<String>
- The audiences for the service
- String
- The authority url for the service
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
- Private
Link 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.
- Provisioning
State 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"
- Private
Endpoint 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
- 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 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"
- 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
- 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 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"
- 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
- 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 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"
- private
Endpoint 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
- private
Link Property MapService Connection State - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State 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"
- private
Endpoint 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
- Actions
Required 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 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 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 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.
- actions
Required 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.
ServiceManagedIdentityResponseIdentity
- Principal
Id string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type string
- Type of identity being specified, currently SystemAssigned and None are allowed.
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Healthcare Apis. Inputs. User Assigned Identity Response> - 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 string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type string
- Type of identity being specified, currently SystemAssigned and None are allowed.
- User
Assigned map[string]UserIdentities Assigned Identity Response - 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 String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type String
- Type of identity being specified, currently SystemAssigned and None are allowed.
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - 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 string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type string
- Type of identity being specified, currently SystemAssigned and None are allowed.
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - 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 str - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant_
id str - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type str
- Type of identity being specified, currently SystemAssigned and None are allowed.
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - 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 String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type String
- Type of identity being specified, currently SystemAssigned and None are allowed.
- user
Assigned Map<Property Map>Identities - 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.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
UserAssignedIdentityResponse
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
- client
Id string - The client ID of the assigned identity.
- principal
Id string - The principal ID of the assigned identity.
- client_
id str - The client ID of the assigned identity.
- principal_
id str - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi