Class DynamicsAXLinkedServiceResponse


  • public final class DynamicsAXLinkedServiceResponse
    extends java.lang.Object
    • Method Detail

      • aadResourceId

        public java.lang.Object aadResourceId()
        Returns:
        Specify the resource you are requesting authorization. Type: string (or Expression with resultType string).
      • annotations

        public java.util.List<java.lang.Object> annotations()
        Returns:
        List of tags that can be used for describing the linked service.
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Linked service description.
      • encryptedCredential

        public java.util.Optional<java.lang.String> encryptedCredential()
        Returns:
        The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
      • servicePrincipalId

        public java.lang.Object servicePrincipalId()
        Returns:
        Specify the application's client ID. Type: string (or Expression with resultType string).
      • servicePrincipalKey

        public com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,​SecureStringResponse> servicePrincipalKey()
        Returns:
        Specify the application's key. Mark this field as a SecureString to store it securely in Data Factory, or reference a secret stored in Azure Key Vault. Type: string (or Expression with resultType string).
      • tenant

        public java.lang.Object tenant()
        Returns:
        Specify the tenant information (domain name or tenant ID) under which your application resides. Retrieve it by hovering the mouse in the top-right corner of the Azure portal. Type: string (or Expression with resultType string).
      • type

        public java.lang.String type()
        Returns:
        Type of linked service. Expected value is 'DynamicsAX'.
      • url

        public java.lang.Object url()
        Returns:
        The Dynamics AX (or Dynamics 365 Finance and Operations) instance OData endpoint.