Class DynamicsCrmLinkedServiceResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.DynamicsCrmLinkedServiceResponse
-
public final class DynamicsCrmLinkedServiceResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DynamicsCrmLinkedServiceResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>
annotations()
java.lang.Object
authenticationType()
static DynamicsCrmLinkedServiceResponse.Builder
builder()
static DynamicsCrmLinkedServiceResponse.Builder
builder(DynamicsCrmLinkedServiceResponse defaults)
java.util.Optional<IntegrationRuntimeReferenceResponse>
connectVia()
java.lang.Object
deploymentType()
java.util.Optional<java.lang.String>
description()
java.util.Optional<java.lang.String>
encryptedCredential()
java.util.Optional<java.lang.Object>
hostName()
java.util.Optional<java.lang.Object>
organizationName()
java.util.Map<java.lang.String,ParameterSpecificationResponse>
parameters()
java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>>
password()
java.util.Optional<java.lang.Object>
port()
java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>>
servicePrincipalCredential()
java.util.Optional<java.lang.Object>
servicePrincipalCredentialType()
java.util.Optional<java.lang.Object>
servicePrincipalId()
java.util.Optional<java.lang.Object>
serviceUri()
java.lang.String
type()
java.util.Optional<java.lang.Object>
username()
-
-
-
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).
-
connectVia
public java.util.Optional<IntegrationRuntimeReferenceResponse> connectVia()
- Returns:
- The integration runtime reference.
-
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).
-
parameters
public java.util.Map<java.lang.String,ParameterSpecificationResponse> parameters()
- Returns:
- Parameters for linked service.
-
password
public java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>> password()
- Returns:
- Password to access the Dynamics CRM instance.
-
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).
-
builder
public static DynamicsCrmLinkedServiceResponse.Builder builder()
-
builder
public static DynamicsCrmLinkedServiceResponse.Builder builder(DynamicsCrmLinkedServiceResponse defaults)
-
-