Rest Service Linked Service Args
data class RestServiceLinkedServiceArgs(val aadResourceId: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authHeaders: Output<Any>? = null, val authenticationType: Output<Either<String, RestServiceAuthenticationType>>, val azureCloudType: Output<Any>? = null, val clientId: Output<Any>? = null, val clientSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val description: Output<String>? = null, val enableServerCertificateValidation: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val resource: Output<Any>? = null, val scope: Output<Any>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val tenant: Output<Any>? = null, val tokenEndpoint: Output<Any>? = null, val type: Output<String>, val url: Output<Any>, val userName: Output<Any>? = null) : ConvertibleToJava<RestServiceLinkedServiceArgs>
Rest Service linked service.
Constructors
Link copied to clipboard
fun RestServiceLinkedServiceArgs(aadResourceId: Output<Any>? = null, annotations: Output<List<Any>>? = null, authHeaders: Output<Any>? = null, authenticationType: Output<Either<String, RestServiceAuthenticationType>>, azureCloudType: Output<Any>? = null, clientId: Output<Any>? = null, clientSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, credential: Output<CredentialReferenceArgs>? = null, description: Output<String>? = null, enableServerCertificateValidation: Output<Any>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, resource: Output<Any>? = null, scope: Output<Any>? = null, servicePrincipalId: Output<Any>? = null, servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, tenant: Output<Any>? = null, tokenEndpoint: Output<Any>? = null, type: Output<String>, url: Output<Any>, userName: Output<Any>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard