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.digitaltwins.getDigitalTwinsEndpoint
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 DigitalTwinsInstances Endpoint. Azure REST API version: 2023-01-31.
Using getDigitalTwinsEndpoint
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 getDigitalTwinsEndpoint(args: GetDigitalTwinsEndpointArgs, opts?: InvokeOptions): Promise<GetDigitalTwinsEndpointResult>
function getDigitalTwinsEndpointOutput(args: GetDigitalTwinsEndpointOutputArgs, opts?: InvokeOptions): Output<GetDigitalTwinsEndpointResult>def get_digital_twins_endpoint(endpoint_name: Optional[str] = None,
                               resource_group_name: Optional[str] = None,
                               resource_name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetDigitalTwinsEndpointResult
def get_digital_twins_endpoint_output(endpoint_name: Optional[pulumi.Input[str]] = None,
                               resource_group_name: Optional[pulumi.Input[str]] = None,
                               resource_name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetDigitalTwinsEndpointResult]func LookupDigitalTwinsEndpoint(ctx *Context, args *LookupDigitalTwinsEndpointArgs, opts ...InvokeOption) (*LookupDigitalTwinsEndpointResult, error)
func LookupDigitalTwinsEndpointOutput(ctx *Context, args *LookupDigitalTwinsEndpointOutputArgs, opts ...InvokeOption) LookupDigitalTwinsEndpointResultOutput> Note: This function is named LookupDigitalTwinsEndpoint in the Go SDK.
public static class GetDigitalTwinsEndpoint 
{
    public static Task<GetDigitalTwinsEndpointResult> InvokeAsync(GetDigitalTwinsEndpointArgs args, InvokeOptions? opts = null)
    public static Output<GetDigitalTwinsEndpointResult> Invoke(GetDigitalTwinsEndpointInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDigitalTwinsEndpointResult> getDigitalTwinsEndpoint(GetDigitalTwinsEndpointArgs args, InvokeOptions options)
public static Output<GetDigitalTwinsEndpointResult> getDigitalTwinsEndpoint(GetDigitalTwinsEndpointArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:digitaltwins:getDigitalTwinsEndpoint
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EndpointName string
- Name of Endpoint Resource.
- ResourceGroup stringName 
- The name of the resource group that contains the DigitalTwinsInstance.
- ResourceName string
- The name of the DigitalTwinsInstance.
- EndpointName string
- Name of Endpoint Resource.
- ResourceGroup stringName 
- The name of the resource group that contains the DigitalTwinsInstance.
- ResourceName string
- The name of the DigitalTwinsInstance.
- endpointName String
- Name of Endpoint Resource.
- resourceGroup StringName 
- The name of the resource group that contains the DigitalTwinsInstance.
- resourceName String
- The name of the DigitalTwinsInstance.
- endpointName string
- Name of Endpoint Resource.
- resourceGroup stringName 
- The name of the resource group that contains the DigitalTwinsInstance.
- resourceName string
- The name of the DigitalTwinsInstance.
- endpoint_name str
- Name of Endpoint Resource.
- resource_group_ strname 
- The name of the resource group that contains the DigitalTwinsInstance.
- resource_name str
- The name of the DigitalTwinsInstance.
- endpointName String
- Name of Endpoint Resource.
- resourceGroup StringName 
- The name of the resource group that contains the DigitalTwinsInstance.
- resourceName String
- The name of the DigitalTwinsInstance.
getDigitalTwinsEndpoint Result
The following output properties are available:
- Id string
- The resource identifier.
- Name string
- Extension resource name.
- Properties
Pulumi.Azure | Pulumi.Native. Digital Twins. Outputs. Event Grid Response Azure | Pulumi.Native. Digital Twins. Outputs. Event Hub Response Azure Native. Digital Twins. Outputs. Service Bus Response 
- DigitalTwinsInstance endpoint resource properties.
- SystemData Pulumi.Azure Native. Digital Twins. Outputs. System Data Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The resource type.
- Id string
- The resource identifier.
- Name string
- Extension resource name.
- Properties
EventGrid | EventResponse Hub | ServiceResponse Bus Response 
- DigitalTwinsInstance endpoint resource properties.
- SystemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The resource type.
- id String
- The resource identifier.
- name String
- Extension resource name.
- properties
EventGrid | EventResponse Hub | ServiceResponse Bus Response 
- DigitalTwinsInstance endpoint resource properties.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type String
- The resource type.
- id string
- The resource identifier.
- name string
- Extension resource name.
- properties
EventGrid | EventResponse Hub | ServiceResponse Bus Response 
- DigitalTwinsInstance endpoint resource properties.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type string
- The resource type.
- id str
- The resource identifier.
- name str
- Extension resource name.
- properties
EventGrid | EventResponse Hub | ServiceResponse Bus Response 
- DigitalTwinsInstance endpoint resource properties.
- system_data SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type str
- The resource type.
- id String
- The resource identifier.
- name String
- Extension resource name.
- properties Property Map | Property Map | Property Map
- DigitalTwinsInstance endpoint resource properties.
- systemData Property Map
- Metadata pertaining to creation and last modification of the resource.
- type String
- The resource type.
Supporting Types
EventGridResponse  
- AccessKey1 string
- EventGrid secondary accesskey. Will be obfuscated during read.
- CreatedTime string
- Time when the Endpoint was added to DigitalTwinsInstance.
- ProvisioningState string
- The provisioning state.
- TopicEndpoint string
- EventGrid Topic Endpoint.
- AccessKey2 string
- EventGrid secondary accesskey. Will be obfuscated during read.
- AuthenticationType string
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- DeadLetter stringSecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- DeadLetter stringUri 
- Dead letter storage URL for identity-based authentication.
- Identity
Pulumi.Azure Native. Digital Twins. Inputs. Managed Identity Reference Response 
- Managed identity properties for the endpoint.
- AccessKey1 string
- EventGrid secondary accesskey. Will be obfuscated during read.
- CreatedTime string
- Time when the Endpoint was added to DigitalTwinsInstance.
- ProvisioningState string
- The provisioning state.
- TopicEndpoint string
- EventGrid Topic Endpoint.
- AccessKey2 string
- EventGrid secondary accesskey. Will be obfuscated during read.
- AuthenticationType string
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- DeadLetter stringSecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- DeadLetter stringUri 
- Dead letter storage URL for identity-based authentication.
- Identity
ManagedIdentity Reference Response 
- Managed identity properties for the endpoint.
- accessKey1 String
- EventGrid secondary accesskey. Will be obfuscated during read.
- createdTime String
- Time when the Endpoint was added to DigitalTwinsInstance.
- provisioningState String
- The provisioning state.
- topicEndpoint String
- EventGrid Topic Endpoint.
- accessKey2 String
- EventGrid secondary accesskey. Will be obfuscated during read.
- authenticationType String
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- deadLetter StringSecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- deadLetter StringUri 
- Dead letter storage URL for identity-based authentication.
- identity
ManagedIdentity Reference Response 
- Managed identity properties for the endpoint.
- accessKey1 string
- EventGrid secondary accesskey. Will be obfuscated during read.
- createdTime string
- Time when the Endpoint was added to DigitalTwinsInstance.
- provisioningState string
- The provisioning state.
- topicEndpoint string
- EventGrid Topic Endpoint.
- accessKey2 string
- EventGrid secondary accesskey. Will be obfuscated during read.
- authenticationType string
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- deadLetter stringSecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- deadLetter stringUri 
- Dead letter storage URL for identity-based authentication.
- identity
ManagedIdentity Reference Response 
- Managed identity properties for the endpoint.
- access_key1 str
- EventGrid secondary accesskey. Will be obfuscated during read.
- created_time str
- Time when the Endpoint was added to DigitalTwinsInstance.
- provisioning_state str
- The provisioning state.
- topic_endpoint str
- EventGrid Topic Endpoint.
- access_key2 str
- EventGrid secondary accesskey. Will be obfuscated during read.
- authentication_type str
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- dead_letter_ strsecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- dead_letter_ struri 
- Dead letter storage URL for identity-based authentication.
- identity
ManagedIdentity Reference Response 
- Managed identity properties for the endpoint.
- accessKey1 String
- EventGrid secondary accesskey. Will be obfuscated during read.
- createdTime String
- Time when the Endpoint was added to DigitalTwinsInstance.
- provisioningState String
- The provisioning state.
- topicEndpoint String
- EventGrid Topic Endpoint.
- accessKey2 String
- EventGrid secondary accesskey. Will be obfuscated during read.
- authenticationType String
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- deadLetter StringSecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- deadLetter StringUri 
- Dead letter storage URL for identity-based authentication.
- identity Property Map
- Managed identity properties for the endpoint.
EventHubResponse  
- CreatedTime string
- Time when the Endpoint was added to DigitalTwinsInstance.
- ProvisioningState string
- The provisioning state.
- AuthenticationType string
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- ConnectionString stringPrimary Key 
- PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- ConnectionString stringSecondary Key 
- SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- DeadLetter stringSecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- DeadLetter stringUri 
- Dead letter storage URL for identity-based authentication.
- EndpointUri string
- The URL of the EventHub namespace for identity-based authentication. It must include the protocol 'sb://'.
- EntityPath string
- The EventHub name in the EventHub namespace for identity-based authentication.
- Identity
Pulumi.Azure Native. Digital Twins. Inputs. Managed Identity Reference Response 
- Managed identity properties for the endpoint.
- CreatedTime string
- Time when the Endpoint was added to DigitalTwinsInstance.
- ProvisioningState string
- The provisioning state.
- AuthenticationType string
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- ConnectionString stringPrimary Key 
- PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- ConnectionString stringSecondary Key 
- SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- DeadLetter stringSecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- DeadLetter stringUri 
- Dead letter storage URL for identity-based authentication.
- EndpointUri string
- The URL of the EventHub namespace for identity-based authentication. It must include the protocol 'sb://'.
- EntityPath string
- The EventHub name in the EventHub namespace for identity-based authentication.
- Identity
ManagedIdentity Reference Response 
- Managed identity properties for the endpoint.
- createdTime String
- Time when the Endpoint was added to DigitalTwinsInstance.
- provisioningState String
- The provisioning state.
- authenticationType String
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- connectionString StringPrimary Key 
- PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- connectionString StringSecondary Key 
- SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- deadLetter StringSecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- deadLetter StringUri 
- Dead letter storage URL for identity-based authentication.
- endpointUri String
- The URL of the EventHub namespace for identity-based authentication. It must include the protocol 'sb://'.
- entityPath String
- The EventHub name in the EventHub namespace for identity-based authentication.
- identity
ManagedIdentity Reference Response 
- Managed identity properties for the endpoint.
- createdTime string
- Time when the Endpoint was added to DigitalTwinsInstance.
- provisioningState string
- The provisioning state.
- authenticationType string
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- connectionString stringPrimary Key 
- PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- connectionString stringSecondary Key 
- SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- deadLetter stringSecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- deadLetter stringUri 
- Dead letter storage URL for identity-based authentication.
- endpointUri string
- The URL of the EventHub namespace for identity-based authentication. It must include the protocol 'sb://'.
- entityPath string
- The EventHub name in the EventHub namespace for identity-based authentication.
- identity
ManagedIdentity Reference Response 
- Managed identity properties for the endpoint.
- created_time str
- Time when the Endpoint was added to DigitalTwinsInstance.
- provisioning_state str
- The provisioning state.
- authentication_type str
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- connection_string_ strprimary_ key 
- PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- connection_string_ strsecondary_ key 
- SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- dead_letter_ strsecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- dead_letter_ struri 
- Dead letter storage URL for identity-based authentication.
- endpoint_uri str
- The URL of the EventHub namespace for identity-based authentication. It must include the protocol 'sb://'.
- entity_path str
- The EventHub name in the EventHub namespace for identity-based authentication.
- identity
ManagedIdentity Reference Response 
- Managed identity properties for the endpoint.
- createdTime String
- Time when the Endpoint was added to DigitalTwinsInstance.
- provisioningState String
- The provisioning state.
- authenticationType String
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- connectionString StringPrimary Key 
- PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- connectionString StringSecondary Key 
- SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- deadLetter StringSecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- deadLetter StringUri 
- Dead letter storage URL for identity-based authentication.
- endpointUri String
- The URL of the EventHub namespace for identity-based authentication. It must include the protocol 'sb://'.
- entityPath String
- The EventHub name in the EventHub namespace for identity-based authentication.
- identity Property Map
- Managed identity properties for the endpoint.
ManagedIdentityReferenceResponse   
- Type string
- The type of managed identity used.
- UserAssigned stringIdentity 
- The user identity ARM resource id if the managed identity type is 'UserAssigned'.
- Type string
- The type of managed identity used.
- UserAssigned stringIdentity 
- The user identity ARM resource id if the managed identity type is 'UserAssigned'.
- type String
- The type of managed identity used.
- userAssigned StringIdentity 
- The user identity ARM resource id if the managed identity type is 'UserAssigned'.
- type string
- The type of managed identity used.
- userAssigned stringIdentity 
- The user identity ARM resource id if the managed identity type is 'UserAssigned'.
- type str
- The type of managed identity used.
- user_assigned_ stridentity 
- The user identity ARM resource id if the managed identity type is 'UserAssigned'.
- type String
- The type of managed identity used.
- userAssigned StringIdentity 
- The user identity ARM resource id if the managed identity type is 'UserAssigned'.
ServiceBusResponse  
- CreatedTime string
- Time when the Endpoint was added to DigitalTwinsInstance.
- ProvisioningState string
- The provisioning state.
- AuthenticationType string
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- DeadLetter stringSecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- DeadLetter stringUri 
- Dead letter storage URL for identity-based authentication.
- EndpointUri string
- The URL of the ServiceBus namespace for identity-based authentication. It must include the protocol 'sb://'.
- EntityPath string
- The ServiceBus Topic name for identity-based authentication.
- Identity
Pulumi.Azure Native. Digital Twins. Inputs. Managed Identity Reference Response 
- Managed identity properties for the endpoint.
- PrimaryConnection stringString 
- PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- SecondaryConnection stringString 
- SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- CreatedTime string
- Time when the Endpoint was added to DigitalTwinsInstance.
- ProvisioningState string
- The provisioning state.
- AuthenticationType string
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- DeadLetter stringSecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- DeadLetter stringUri 
- Dead letter storage URL for identity-based authentication.
- EndpointUri string
- The URL of the ServiceBus namespace for identity-based authentication. It must include the protocol 'sb://'.
- EntityPath string
- The ServiceBus Topic name for identity-based authentication.
- Identity
ManagedIdentity Reference Response 
- Managed identity properties for the endpoint.
- PrimaryConnection stringString 
- PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- SecondaryConnection stringString 
- SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- createdTime String
- Time when the Endpoint was added to DigitalTwinsInstance.
- provisioningState String
- The provisioning state.
- authenticationType String
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- deadLetter StringSecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- deadLetter StringUri 
- Dead letter storage URL for identity-based authentication.
- endpointUri String
- The URL of the ServiceBus namespace for identity-based authentication. It must include the protocol 'sb://'.
- entityPath String
- The ServiceBus Topic name for identity-based authentication.
- identity
ManagedIdentity Reference Response 
- Managed identity properties for the endpoint.
- primaryConnection StringString 
- PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- secondaryConnection StringString 
- SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- createdTime string
- Time when the Endpoint was added to DigitalTwinsInstance.
- provisioningState string
- The provisioning state.
- authenticationType string
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- deadLetter stringSecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- deadLetter stringUri 
- Dead letter storage URL for identity-based authentication.
- endpointUri string
- The URL of the ServiceBus namespace for identity-based authentication. It must include the protocol 'sb://'.
- entityPath string
- The ServiceBus Topic name for identity-based authentication.
- identity
ManagedIdentity Reference Response 
- Managed identity properties for the endpoint.
- primaryConnection stringString 
- PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- secondaryConnection stringString 
- SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- created_time str
- Time when the Endpoint was added to DigitalTwinsInstance.
- provisioning_state str
- The provisioning state.
- authentication_type str
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- dead_letter_ strsecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- dead_letter_ struri 
- Dead letter storage URL for identity-based authentication.
- endpoint_uri str
- The URL of the ServiceBus namespace for identity-based authentication. It must include the protocol 'sb://'.
- entity_path str
- The ServiceBus Topic name for identity-based authentication.
- identity
ManagedIdentity Reference Response 
- Managed identity properties for the endpoint.
- primary_connection_ strstring 
- PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- secondary_connection_ strstring 
- SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- createdTime String
- Time when the Endpoint was added to DigitalTwinsInstance.
- provisioningState String
- The provisioning state.
- authenticationType String
- Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
- deadLetter StringSecret 
- Dead letter storage secret for key-based authentication. Will be obfuscated during read.
- deadLetter StringUri 
- Dead letter storage URL for identity-based authentication.
- endpointUri String
- The URL of the ServiceBus namespace for identity-based authentication. It must include the protocol 'sb://'.
- entityPath String
- The ServiceBus Topic name for identity-based authentication.
- identity Property Map
- Managed identity properties for the endpoint.
- primaryConnection StringString 
- PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
- secondaryConnection StringString 
- SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
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