ODataLinkedService |
ODataLinkedService.withAadResourceId(Object aadResourceId) |
Set the aadResourceId property: Specify the resource you are requesting authorization to use Directory.
|
ODataLinkedService |
ODataLinkedService.withAadServicePrincipalCredentialType(ODataAadServicePrincipalCredentialType aadServicePrincipalCredentialType) |
Set the aadServicePrincipalCredentialType property: Specify the credential type (key or cert) is used for service
principal.
|
ODataLinkedService |
ODataLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
ODataLinkedService |
ODataLinkedService.withAuthenticationType(ODataAuthenticationType authenticationType) |
Set the authenticationType property: Type of authentication used to connect to the OData service.
|
ODataLinkedService |
ODataLinkedService.withAuthHeaders(Object authHeaders) |
Set the authHeaders property: The additional HTTP headers in the request to RESTful API used for authorization.
|
ODataLinkedService |
ODataLinkedService.withAzureCloudType(Object azureCloudType) |
Set the azureCloudType property: Indicates the azure cloud type of the service principle auth.
|
ODataLinkedService |
ODataLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
ODataLinkedService |
ODataLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
ODataLinkedService |
ODataLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
ODataLinkedService |
ODataLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
ODataLinkedService |
ODataLinkedService.withPassword(SecretBase password) |
Set the password property: Password of the OData service.
|
ODataLinkedService |
ODataLinkedService.withServicePrincipalEmbeddedCert(SecretBase servicePrincipalEmbeddedCert) |
Set the servicePrincipalEmbeddedCert property: Specify the base64 encoded certificate of your application
registered in Azure Active Directory.
|
ODataLinkedService |
ODataLinkedService.withServicePrincipalEmbeddedCertPassword(SecretBase servicePrincipalEmbeddedCertPassword) |
Set the servicePrincipalEmbeddedCertPassword property: Specify the password of your certificate if your
certificate has a password and you are using AadServicePrincipal authentication.
|
ODataLinkedService |
ODataLinkedService.withServicePrincipalId(Object servicePrincipalId) |
Set the servicePrincipalId property: Specify the application id of your application registered in Azure Active
Directory.
|
ODataLinkedService |
ODataLinkedService.withServicePrincipalKey(SecretBase servicePrincipalKey) |
Set the servicePrincipalKey property: Specify the secret of your application registered in Azure Active
Directory.
|
ODataLinkedService |
ODataLinkedService.withTenant(Object tenant) |
Set the tenant property: Specify the tenant information (domain name or tenant ID) under which your application
resides.
|
ODataLinkedService |
ODataLinkedService.withUrl(Object url) |
Set the url property: The URL of the OData service endpoint.
|
ODataLinkedService |
ODataLinkedService.withUsername(Object username) |
Set the username property: User name of the OData service.
|