Office365Linked Service Args
data class Office365LinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val office365TenantId: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val servicePrincipalId: Output<Any>, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val servicePrincipalTenantId: Output<Any>, val type: Output<String>) : ConvertibleToJava<Office365LinkedServiceArgs>
Office365 linked service.
Constructors
Link copied to clipboard
fun Office365LinkedServiceArgs(annotations: Output<List<Any>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, office365TenantId: Output<Any>, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, servicePrincipalId: Output<Any>, servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, servicePrincipalTenantId: Output<Any>, type: Output<String>)