Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.pulumi.azurenative.datafactory.inputs.DynamicsCrmLinkedServiceArgs Maven / Gradle / Ivy
Go to download
A native Pulumi package for creating and managing Azure resources.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.datafactory.inputs;
import com.pulumi.azurenative.datafactory.inputs.AzureKeyVaultSecretReferenceArgs;
import com.pulumi.azurenative.datafactory.inputs.CredentialReferenceArgs;
import com.pulumi.azurenative.datafactory.inputs.IntegrationRuntimeReferenceArgs;
import com.pulumi.azurenative.datafactory.inputs.ParameterSpecificationArgs;
import com.pulumi.azurenative.datafactory.inputs.SecureStringArgs;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.core.internal.Codegen;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Object;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Dynamics CRM linked service.
*
*/
public final class DynamicsCrmLinkedServiceArgs extends com.pulumi.resources.ResourceArgs {
public static final DynamicsCrmLinkedServiceArgs Empty = new DynamicsCrmLinkedServiceArgs();
/**
* List of tags that can be used for describing the linked service.
*
*/
@Import(name="annotations")
private @Nullable Output> annotations;
/**
* @return List of tags that can be used for describing the linked service.
*
*/
public Optional>> annotations() {
return Optional.ofNullable(this.annotations);
}
/**
* 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, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
*
*/
@Import(name="authenticationType", required=true)
private Output authenticationType;
/**
* @return 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, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
*
*/
public Output authenticationType() {
return this.authenticationType;
}
/**
* The integration runtime reference.
*
*/
@Import(name="connectVia")
private @Nullable Output connectVia;
/**
* @return The integration runtime reference.
*
*/
public Optional> connectVia() {
return Optional.ofNullable(this.connectVia);
}
/**
* The credential reference containing authentication information.
*
*/
@Import(name="credential")
private @Nullable Output credential;
/**
* @return The credential reference containing authentication information.
*
*/
public Optional> credential() {
return Optional.ofNullable(this.credential);
}
/**
* 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).
*
*/
@Import(name="deploymentType", required=true)
private Output deploymentType;
/**
* @return 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).
*
*/
public Output deploymentType() {
return this.deploymentType;
}
/**
* Linked service description.
*
*/
@Import(name="description")
private @Nullable Output description;
/**
* @return Linked service description.
*
*/
public Optional> description() {
return Optional.ofNullable(this.description);
}
/**
* The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
*
*/
@Import(name="domain")
private @Nullable Output domain;
/**
* @return The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
*
*/
public Optional> domain() {
return Optional.ofNullable(this.domain);
}
/**
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
*
*/
@Import(name="encryptedCredential")
private @Nullable Output encryptedCredential;
/**
* @return The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
*
*/
public Optional> encryptedCredential() {
return Optional.ofNullable(this.encryptedCredential);
}
/**
* 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).
*
*/
@Import(name="hostName")
private @Nullable Output hostName;
/**
* @return 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).
*
*/
public Optional> hostName() {
return Optional.ofNullable(this.hostName);
}
/**
* 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).
*
*/
@Import(name="organizationName")
private @Nullable Output organizationName;
/**
* @return 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).
*
*/
public Optional> organizationName() {
return Optional.ofNullable(this.organizationName);
}
/**
* Parameters for linked service.
*
*/
@Import(name="parameters")
private @Nullable Output> parameters;
/**
* @return Parameters for linked service.
*
*/
public Optional>> parameters() {
return Optional.ofNullable(this.parameters);
}
/**
* Password to access the Dynamics CRM instance.
*
*/
@Import(name="password")
private @Nullable Output> password;
/**
* @return Password to access the Dynamics CRM instance.
*
*/
public Optional>> password() {
return Optional.ofNullable(this.password);
}
/**
* 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.
*
*/
@Import(name="port")
private @Nullable Output port;
/**
* @return 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.
*
*/
public Optional> port() {
return Optional.ofNullable(this.port);
}
/**
* 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.
*
*/
@Import(name="servicePrincipalCredential")
private @Nullable Output> servicePrincipalCredential;
/**
* @return 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.
*
*/
public Optional>> servicePrincipalCredential() {
return Optional.ofNullable(this.servicePrincipalCredential);
}
/**
* 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).
*
*/
@Import(name="servicePrincipalCredentialType")
private @Nullable Output servicePrincipalCredentialType;
/**
* @return 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).
*
*/
public Optional> servicePrincipalCredentialType() {
return Optional.ofNullable(this.servicePrincipalCredentialType);
}
/**
* The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string).
*
*/
@Import(name="servicePrincipalId")
private @Nullable Output servicePrincipalId;
/**
* @return The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string).
*
*/
public Optional> servicePrincipalId() {
return Optional.ofNullable(this.servicePrincipalId);
}
/**
* 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).
*
*/
@Import(name="serviceUri")
private @Nullable Output serviceUri;
/**
* @return 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).
*
*/
public Optional> serviceUri() {
return Optional.ofNullable(this.serviceUri);
}
/**
* Type of linked service.
* Expected value is 'DynamicsCrm'.
*
*/
@Import(name="type", required=true)
private Output type;
/**
* @return Type of linked service.
* Expected value is 'DynamicsCrm'.
*
*/
public Output type() {
return this.type;
}
/**
* User name to access the Dynamics CRM instance. Type: string (or Expression with resultType string).
*
*/
@Import(name="username")
private @Nullable Output username;
/**
* @return User name to access the Dynamics CRM instance. Type: string (or Expression with resultType string).
*
*/
public Optional> username() {
return Optional.ofNullable(this.username);
}
/**
* Version of the linked service.
*
*/
@Import(name="version")
private @Nullable Output version;
/**
* @return Version of the linked service.
*
*/
public Optional> version() {
return Optional.ofNullable(this.version);
}
private DynamicsCrmLinkedServiceArgs() {}
private DynamicsCrmLinkedServiceArgs(DynamicsCrmLinkedServiceArgs $) {
this.annotations = $.annotations;
this.authenticationType = $.authenticationType;
this.connectVia = $.connectVia;
this.credential = $.credential;
this.deploymentType = $.deploymentType;
this.description = $.description;
this.domain = $.domain;
this.encryptedCredential = $.encryptedCredential;
this.hostName = $.hostName;
this.organizationName = $.organizationName;
this.parameters = $.parameters;
this.password = $.password;
this.port = $.port;
this.servicePrincipalCredential = $.servicePrincipalCredential;
this.servicePrincipalCredentialType = $.servicePrincipalCredentialType;
this.servicePrincipalId = $.servicePrincipalId;
this.serviceUri = $.serviceUri;
this.type = $.type;
this.username = $.username;
this.version = $.version;
}
public static Builder builder() {
return new Builder();
}
public static Builder builder(DynamicsCrmLinkedServiceArgs defaults) {
return new Builder(defaults);
}
public static final class Builder {
private DynamicsCrmLinkedServiceArgs $;
public Builder() {
$ = new DynamicsCrmLinkedServiceArgs();
}
public Builder(DynamicsCrmLinkedServiceArgs defaults) {
$ = new DynamicsCrmLinkedServiceArgs(Objects.requireNonNull(defaults));
}
/**
* @param annotations List of tags that can be used for describing the linked service.
*
* @return builder
*
*/
public Builder annotations(@Nullable Output> annotations) {
$.annotations = annotations;
return this;
}
/**
* @param annotations List of tags that can be used for describing the linked service.
*
* @return builder
*
*/
public Builder annotations(List annotations) {
return annotations(Output.of(annotations));
}
/**
* @param annotations List of tags that can be used for describing the linked service.
*
* @return builder
*
*/
public Builder annotations(Object... annotations) {
return annotations(List.of(annotations));
}
/**
* @param authenticationType 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, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
*
* @return builder
*
*/
public Builder authenticationType(Output authenticationType) {
$.authenticationType = authenticationType;
return this;
}
/**
* @param authenticationType 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, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string).
*
* @return builder
*
*/
public Builder authenticationType(Object authenticationType) {
return authenticationType(Output.of(authenticationType));
}
/**
* @param connectVia The integration runtime reference.
*
* @return builder
*
*/
public Builder connectVia(@Nullable Output connectVia) {
$.connectVia = connectVia;
return this;
}
/**
* @param connectVia The integration runtime reference.
*
* @return builder
*
*/
public Builder connectVia(IntegrationRuntimeReferenceArgs connectVia) {
return connectVia(Output.of(connectVia));
}
/**
* @param credential The credential reference containing authentication information.
*
* @return builder
*
*/
public Builder credential(@Nullable Output credential) {
$.credential = credential;
return this;
}
/**
* @param credential The credential reference containing authentication information.
*
* @return builder
*
*/
public Builder credential(CredentialReferenceArgs credential) {
return credential(Output.of(credential));
}
/**
* @param deploymentType 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).
*
* @return builder
*
*/
public Builder deploymentType(Output deploymentType) {
$.deploymentType = deploymentType;
return this;
}
/**
* @param deploymentType 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).
*
* @return builder
*
*/
public Builder deploymentType(Object deploymentType) {
return deploymentType(Output.of(deploymentType));
}
/**
* @param description Linked service description.
*
* @return builder
*
*/
public Builder description(@Nullable Output description) {
$.description = description;
return this;
}
/**
* @param description Linked service description.
*
* @return builder
*
*/
public Builder description(String description) {
return description(Output.of(description));
}
/**
* @param domain The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
*
* @return builder
*
*/
public Builder domain(@Nullable Output domain) {
$.domain = domain;
return this;
}
/**
* @param domain The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string).
*
* @return builder
*
*/
public Builder domain(Object domain) {
return domain(Output.of(domain));
}
/**
* @param encryptedCredential The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
*
* @return builder
*
*/
public Builder encryptedCredential(@Nullable Output encryptedCredential) {
$.encryptedCredential = encryptedCredential;
return this;
}
/**
* @param encryptedCredential The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
*
* @return builder
*
*/
public Builder encryptedCredential(String encryptedCredential) {
return encryptedCredential(Output.of(encryptedCredential));
}
/**
* @param hostName 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).
*
* @return builder
*
*/
public Builder hostName(@Nullable Output hostName) {
$.hostName = hostName;
return this;
}
/**
* @param hostName 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).
*
* @return builder
*
*/
public Builder hostName(Object hostName) {
return hostName(Output.of(hostName));
}
/**
* @param organizationName 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).
*
* @return builder
*
*/
public Builder organizationName(@Nullable Output organizationName) {
$.organizationName = organizationName;
return this;
}
/**
* @param organizationName 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).
*
* @return builder
*
*/
public Builder organizationName(Object organizationName) {
return organizationName(Output.of(organizationName));
}
/**
* @param parameters Parameters for linked service.
*
* @return builder
*
*/
public Builder parameters(@Nullable Output> parameters) {
$.parameters = parameters;
return this;
}
/**
* @param parameters Parameters for linked service.
*
* @return builder
*
*/
public Builder parameters(Map parameters) {
return parameters(Output.of(parameters));
}
/**
* @param password Password to access the Dynamics CRM instance.
*
* @return builder
*
*/
public Builder password(@Nullable Output> password) {
$.password = password;
return this;
}
/**
* @param password Password to access the Dynamics CRM instance.
*
* @return builder
*
*/
public Builder password(Either password) {
return password(Output.of(password));
}
/**
* @param password Password to access the Dynamics CRM instance.
*
* @return builder
*
*/
public Builder password(AzureKeyVaultSecretReferenceArgs password) {
return password(Either.ofLeft(password));
}
/**
* @param password Password to access the Dynamics CRM instance.
*
* @return builder
*
*/
public Builder password(SecureStringArgs password) {
return password(Either.ofRight(password));
}
/**
* @param port 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.
*
* @return builder
*
*/
public Builder port(@Nullable Output port) {
$.port = port;
return this;
}
/**
* @param port 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.
*
* @return builder
*
*/
public Builder port(Object port) {
return port(Output.of(port));
}
/**
* @param servicePrincipalCredential 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.
*
* @return builder
*
*/
public Builder servicePrincipalCredential(@Nullable Output> servicePrincipalCredential) {
$.servicePrincipalCredential = servicePrincipalCredential;
return this;
}
/**
* @param servicePrincipalCredential 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.
*
* @return builder
*
*/
public Builder servicePrincipalCredential(Either servicePrincipalCredential) {
return servicePrincipalCredential(Output.of(servicePrincipalCredential));
}
/**
* @param servicePrincipalCredential 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.
*
* @return builder
*
*/
public Builder servicePrincipalCredential(AzureKeyVaultSecretReferenceArgs servicePrincipalCredential) {
return servicePrincipalCredential(Either.ofLeft(servicePrincipalCredential));
}
/**
* @param servicePrincipalCredential 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.
*
* @return builder
*
*/
public Builder servicePrincipalCredential(SecureStringArgs servicePrincipalCredential) {
return servicePrincipalCredential(Either.ofRight(servicePrincipalCredential));
}
/**
* @param servicePrincipalCredentialType 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).
*
* @return builder
*
*/
public Builder servicePrincipalCredentialType(@Nullable Output servicePrincipalCredentialType) {
$.servicePrincipalCredentialType = servicePrincipalCredentialType;
return this;
}
/**
* @param servicePrincipalCredentialType 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).
*
* @return builder
*
*/
public Builder servicePrincipalCredentialType(Object servicePrincipalCredentialType) {
return servicePrincipalCredentialType(Output.of(servicePrincipalCredentialType));
}
/**
* @param servicePrincipalId The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string).
*
* @return builder
*
*/
public Builder servicePrincipalId(@Nullable Output servicePrincipalId) {
$.servicePrincipalId = servicePrincipalId;
return this;
}
/**
* @param servicePrincipalId The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: string (or Expression with resultType string).
*
* @return builder
*
*/
public Builder servicePrincipalId(Object servicePrincipalId) {
return servicePrincipalId(Output.of(servicePrincipalId));
}
/**
* @param serviceUri 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).
*
* @return builder
*
*/
public Builder serviceUri(@Nullable Output serviceUri) {
$.serviceUri = serviceUri;
return this;
}
/**
* @param serviceUri 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).
*
* @return builder
*
*/
public Builder serviceUri(Object serviceUri) {
return serviceUri(Output.of(serviceUri));
}
/**
* @param type Type of linked service.
* Expected value is 'DynamicsCrm'.
*
* @return builder
*
*/
public Builder type(Output type) {
$.type = type;
return this;
}
/**
* @param type Type of linked service.
* Expected value is 'DynamicsCrm'.
*
* @return builder
*
*/
public Builder type(String type) {
return type(Output.of(type));
}
/**
* @param username User name to access the Dynamics CRM instance. Type: string (or Expression with resultType string).
*
* @return builder
*
*/
public Builder username(@Nullable Output username) {
$.username = username;
return this;
}
/**
* @param username User name to access the Dynamics CRM instance. Type: string (or Expression with resultType string).
*
* @return builder
*
*/
public Builder username(Object username) {
return username(Output.of(username));
}
/**
* @param version Version of the linked service.
*
* @return builder
*
*/
public Builder version(@Nullable Output version) {
$.version = version;
return this;
}
/**
* @param version Version of the linked service.
*
* @return builder
*
*/
public Builder version(String version) {
return version(Output.of(version));
}
public DynamicsCrmLinkedServiceArgs build() {
if ($.authenticationType == null) {
throw new MissingRequiredPropertyException("DynamicsCrmLinkedServiceArgs", "authenticationType");
}
if ($.deploymentType == null) {
throw new MissingRequiredPropertyException("DynamicsCrmLinkedServiceArgs", "deploymentType");
}
$.type = Codegen.stringProp("type").output().arg($.type).require();
return $;
}
}
}