Class DynamicsCrmLinkedServiceResponse


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

      • annotations

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

        public java.lang.Object authenticationType()
        Returns:
        The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string (or Expression with resultType string).
      • deploymentType

        public java.lang.Object deploymentType()
        Returns:
        The deployment type of the Dynamics CRM instance. 'Online' for Dynamics CRM Online and 'OnPremisesWithIfd' for Dynamics CRM on-premises with Ifd. Type: string (or Expression with resultType string).
      • 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.
      • hostName

        public java.util.Optional<java.lang.Object> hostName()
        Returns:
        The host name of the on-premises Dynamics CRM server. The property is required for on-prem and not allowed for online. Type: string (or Expression with resultType string).
      • organizationName

        public java.util.Optional<java.lang.Object> organizationName()
        Returns:
        The organization name of the Dynamics CRM instance. The property is required for on-prem and required for online when there are more than one Dynamics CRM instances associated with the user. Type: string (or Expression with resultType string).
      • port

        public java.util.Optional<java.lang.Object> port()
        Returns:
        The port of on-premises Dynamics CRM server. The property is required for on-prem and not allowed for online. Default is 443. Type: integer (or Expression with resultType integer), minimum: 0.
      • servicePrincipalCredential

        public java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,​SecureStringResponse>> servicePrincipalCredential()
        Returns:
        The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.
      • servicePrincipalCredentialType

        public java.util.Optional<java.lang.Object> servicePrincipalCredentialType()
        Returns:
        The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
      • servicePrincipalId

        public java.util.Optional<java.lang.Object> servicePrincipalId()
        Returns:
        The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string).
      • serviceUri

        public java.util.Optional<java.lang.Object> serviceUri()
        Returns:
        The URL to the Microsoft Dynamics CRM server. The property is required for on-line and not allowed for on-prem. Type: string (or Expression with resultType string).
      • type

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

        public java.util.Optional<java.lang.Object> username()
        Returns:
        User name to access the Dynamics CRM instance. Type: string (or Expression with resultType string).