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.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.deviceregistry.getAssetEndpointProfile
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.47.1 published on Monday, Jun 24, 2024 by Pulumi
Get a AssetEndpointProfile Azure REST API version: 2023-11-01-preview.
Using getAssetEndpointProfile
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 getAssetEndpointProfile(args: GetAssetEndpointProfileArgs, opts?: InvokeOptions): Promise<GetAssetEndpointProfileResult>
function getAssetEndpointProfileOutput(args: GetAssetEndpointProfileOutputArgs, opts?: InvokeOptions): Output<GetAssetEndpointProfileResult>
def get_asset_endpoint_profile(asset_endpoint_profile_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAssetEndpointProfileResult
def get_asset_endpoint_profile_output(asset_endpoint_profile_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAssetEndpointProfileResult]
func LookupAssetEndpointProfile(ctx *Context, args *LookupAssetEndpointProfileArgs, opts ...InvokeOption) (*LookupAssetEndpointProfileResult, error)
func LookupAssetEndpointProfileOutput(ctx *Context, args *LookupAssetEndpointProfileOutputArgs, opts ...InvokeOption) LookupAssetEndpointProfileResultOutput
> Note: This function is named LookupAssetEndpointProfile
in the Go SDK.
public static class GetAssetEndpointProfile
{
public static Task<GetAssetEndpointProfileResult> InvokeAsync(GetAssetEndpointProfileArgs args, InvokeOptions? opts = null)
public static Output<GetAssetEndpointProfileResult> Invoke(GetAssetEndpointProfileInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAssetEndpointProfileResult> getAssetEndpointProfile(GetAssetEndpointProfileArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:deviceregistry:getAssetEndpointProfile
arguments:
# arguments dictionary
The following arguments are supported:
- Asset
Endpoint stringProfile Name - Asset Endpoint Profile name parameter.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Asset
Endpoint stringProfile Name - Asset Endpoint Profile name parameter.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- asset
Endpoint StringProfile Name - Asset Endpoint Profile name parameter.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- asset
Endpoint stringProfile Name - Asset Endpoint Profile name parameter.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- asset_
endpoint_ strprofile_ name - Asset Endpoint Profile name parameter.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- asset
Endpoint StringProfile Name - Asset Endpoint Profile name parameter.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getAssetEndpointProfile Result
The following output properties are available:
- Extended
Location Pulumi.Azure Native. Device Registry. Outputs. Extended Location Response - The extended location.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Provisioning
State string - Provisioning state of the resource.
- System
Data Pulumi.Azure Native. Device Registry. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Target
Address string - The local valid URI specifying the network address/DNS name of a southbound device. The scheme part of the targetAddress URI specifies the type of the device. The additionalConfiguration field holds further connector type specific configuration.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Uuid string
- Globally unique, immutable, non-reusable id.
- Additional
Configuration string - Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).
- Dictionary<string, string>
- Resource tags.
- Transport
Authentication Pulumi.Azure Native. Device Registry. Outputs. Transport Authentication Response - Defines the authentication mechanism for the southbound connector connecting to the shop floor/OT device.
- User
Authentication Pulumi.Azure Native. Device Registry. Outputs. User Authentication Response - Defines the client authentication mechanism to the server.
- Extended
Location ExtendedLocation Response - The extended location.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Provisioning
State string - Provisioning state of the resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Target
Address string - The local valid URI specifying the network address/DNS name of a southbound device. The scheme part of the targetAddress URI specifies the type of the device. The additionalConfiguration field holds further connector type specific configuration.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Uuid string
- Globally unique, immutable, non-reusable id.
- Additional
Configuration string - Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).
- map[string]string
- Resource tags.
- Transport
Authentication TransportAuthentication Response - Defines the authentication mechanism for the southbound connector connecting to the shop floor/OT device.
- User
Authentication UserAuthentication Response - Defines the client authentication mechanism to the server.
- extended
Location ExtendedLocation Response - The extended location.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- provisioning
State String - Provisioning state of the resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- target
Address String - The local valid URI specifying the network address/DNS name of a southbound device. The scheme part of the targetAddress URI specifies the type of the device. The additionalConfiguration field holds further connector type specific configuration.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- uuid String
- Globally unique, immutable, non-reusable id.
- additional
Configuration String - Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).
- Map<String,String>
- Resource tags.
- transport
Authentication TransportAuthentication Response - Defines the authentication mechanism for the southbound connector connecting to the shop floor/OT device.
- user
Authentication UserAuthentication Response - Defines the client authentication mechanism to the server.
- extended
Location ExtendedLocation Response - The extended location.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- provisioning
State string - Provisioning state of the resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- target
Address string - The local valid URI specifying the network address/DNS name of a southbound device. The scheme part of the targetAddress URI specifies the type of the device. The additionalConfiguration field holds further connector type specific configuration.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- uuid string
- Globally unique, immutable, non-reusable id.
- additional
Configuration string - Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).
- {[key: string]: string}
- Resource tags.
- transport
Authentication TransportAuthentication Response - Defines the authentication mechanism for the southbound connector connecting to the shop floor/OT device.
- user
Authentication UserAuthentication Response - Defines the client authentication mechanism to the server.
- extended_
location ExtendedLocation Response - The extended location.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- provisioning_
state str - Provisioning state of the resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- target_
address str - The local valid URI specifying the network address/DNS name of a southbound device. The scheme part of the targetAddress URI specifies the type of the device. The additionalConfiguration field holds further connector type specific configuration.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- uuid str
- Globally unique, immutable, non-reusable id.
- additional_
configuration str - Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).
- Mapping[str, str]
- Resource tags.
- transport_
authentication TransportAuthentication Response - Defines the authentication mechanism for the southbound connector connecting to the shop floor/OT device.
- user_
authentication UserAuthentication Response - Defines the client authentication mechanism to the server.
- extended
Location Property Map - The extended location.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- provisioning
State String - Provisioning state of the resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- target
Address String - The local valid URI specifying the network address/DNS name of a southbound device. The scheme part of the targetAddress URI specifies the type of the device. The additionalConfiguration field holds further connector type specific configuration.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- uuid String
- Globally unique, immutable, non-reusable id.
- additional
Configuration String - Contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).
- Map<String>
- Resource tags.
- transport
Authentication Property Map - Defines the authentication mechanism for the southbound connector connecting to the shop floor/OT device.
- user
Authentication Property Map - Defines the client authentication mechanism to the server.
Supporting Types
ExtendedLocationResponse
OwnCertificateResponse
- Cert
Password stringReference - Secret Reference Name (Pfx or Pem password).
- Cert
Secret stringReference - Secret Reference name (cert and private key).
- Cert
Thumbprint string - Certificate thumbprint.
- Cert
Password stringReference - Secret Reference Name (Pfx or Pem password).
- Cert
Secret stringReference - Secret Reference name (cert and private key).
- Cert
Thumbprint string - Certificate thumbprint.
- cert
Password StringReference - Secret Reference Name (Pfx or Pem password).
- cert
Secret StringReference - Secret Reference name (cert and private key).
- cert
Thumbprint String - Certificate thumbprint.
- cert
Password stringReference - Secret Reference Name (Pfx or Pem password).
- cert
Secret stringReference - Secret Reference name (cert and private key).
- cert
Thumbprint string - Certificate thumbprint.
- cert_
password_ strreference - Secret Reference Name (Pfx or Pem password).
- cert_
secret_ strreference - Secret Reference name (cert and private key).
- cert_
thumbprint str - Certificate thumbprint.
- cert
Password StringReference - Secret Reference Name (Pfx or Pem password).
- cert
Secret StringReference - Secret Reference name (cert and private key).
- cert
Thumbprint String - Certificate thumbprint.
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.
TransportAuthenticationResponse
- Own
Certificates List<Pulumi.Azure Native. Device Registry. Inputs. Own Certificate Response> - Defines a reference to a secret which contains all certificates and private keys that can be used by the southbound connector connecting to the shop floor/OT device. The accepted extensions are .der for certificates and .pfx/.pem for private keys.
- Own
Certificates []OwnCertificate Response - Defines a reference to a secret which contains all certificates and private keys that can be used by the southbound connector connecting to the shop floor/OT device. The accepted extensions are .der for certificates and .pfx/.pem for private keys.
- own
Certificates List<OwnCertificate Response> - Defines a reference to a secret which contains all certificates and private keys that can be used by the southbound connector connecting to the shop floor/OT device. The accepted extensions are .der for certificates and .pfx/.pem for private keys.
- own
Certificates OwnCertificate Response[] - Defines a reference to a secret which contains all certificates and private keys that can be used by the southbound connector connecting to the shop floor/OT device. The accepted extensions are .der for certificates and .pfx/.pem for private keys.
- own_
certificates Sequence[OwnCertificate Response] - Defines a reference to a secret which contains all certificates and private keys that can be used by the southbound connector connecting to the shop floor/OT device. The accepted extensions are .der for certificates and .pfx/.pem for private keys.
- own
Certificates List<Property Map> - Defines a reference to a secret which contains all certificates and private keys that can be used by the southbound connector connecting to the shop floor/OT device. The accepted extensions are .der for certificates and .pfx/.pem for private keys.
UserAuthenticationResponse
- Mode string
- Defines the mode to authenticate the user of the client at the server.
- Username
Password Pulumi.Credentials Azure Native. Device Registry. Inputs. Username Password Credentials Response - Defines the username and password references when UsernamePassword user authentication mode is selected.
- X509Credentials
Pulumi.
Azure Native. Device Registry. Inputs. X509Credentials Response - Defines the certificate reference when Certificate user authentication mode is selected.
- Mode string
- Defines the mode to authenticate the user of the client at the server.
- Username
Password UsernameCredentials Password Credentials Response - Defines the username and password references when UsernamePassword user authentication mode is selected.
- X509Credentials
X509Credentials
Response - Defines the certificate reference when Certificate user authentication mode is selected.
- mode String
- Defines the mode to authenticate the user of the client at the server.
- username
Password UsernameCredentials Password Credentials Response - Defines the username and password references when UsernamePassword user authentication mode is selected.
- x509Credentials
X509Credentials
Response - Defines the certificate reference when Certificate user authentication mode is selected.
- mode string
- Defines the mode to authenticate the user of the client at the server.
- username
Password UsernameCredentials Password Credentials Response - Defines the username and password references when UsernamePassword user authentication mode is selected.
- x509Credentials
X509Credentials
Response - Defines the certificate reference when Certificate user authentication mode is selected.
- mode str
- Defines the mode to authenticate the user of the client at the server.
- username_
password_ Usernamecredentials Password Credentials Response - Defines the username and password references when UsernamePassword user authentication mode is selected.
- x509_
credentials X509CredentialsResponse - Defines the certificate reference when Certificate user authentication mode is selected.
- mode String
- Defines the mode to authenticate the user of the client at the server.
- username
Password Property MapCredentials - Defines the username and password references when UsernamePassword user authentication mode is selected.
- x509Credentials Property Map
- Defines the certificate reference when Certificate user authentication mode is selected.
UsernamePasswordCredentialsResponse
- Password
Reference string - A reference to secret containing the password.
- Username
Reference string - A reference to secret containing the username.
- Password
Reference string - A reference to secret containing the password.
- Username
Reference string - A reference to secret containing the username.
- password
Reference String - A reference to secret containing the password.
- username
Reference String - A reference to secret containing the username.
- password
Reference string - A reference to secret containing the password.
- username
Reference string - A reference to secret containing the username.
- password_
reference str - A reference to secret containing the password.
- username_
reference str - A reference to secret containing the username.
- password
Reference String - A reference to secret containing the password.
- username
Reference String - A reference to secret containing the username.
X509CredentialsResponse
- Certificate
Reference string - A reference to secret containing the certificate and private key (e.g. stored as .der/.pem or .der/.pfx).
- Certificate
Reference string - A reference to secret containing the certificate and private key (e.g. stored as .der/.pem or .der/.pfx).
- certificate
Reference String - A reference to secret containing the certificate and private key (e.g. stored as .der/.pem or .der/.pfx).
- certificate
Reference string - A reference to secret containing the certificate and private key (e.g. stored as .der/.pem or .der/.pfx).
- certificate_
reference str - A reference to secret containing the certificate and private key (e.g. stored as .der/.pem or .der/.pfx).
- certificate
Reference String - A reference to secret containing the certificate and private key (e.g. stored as .der/.pem or .der/.pfx).
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.47.1 published on Monday, Jun 24, 2024 by Pulumi